// package: query // file: provenance/metadata/v0/query.proto /* tslint:disable */ /* eslint-disable */ import * as jspb from "google-protobuf"; import * as gogoproto_gogo_pb from "../../../gogoproto/gogo_pb"; import * as provenance_metadata_v0_scope_pb from "../../../provenance/metadata/v0/scope_pb"; export class ScopeRequest extends jspb.Message { getScopeId(): string; setScopeId(value: string): ScopeRequest; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): ScopeRequest.AsObject; static toObject(includeInstance: boolean, msg: ScopeRequest): ScopeRequest.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo}; static serializeBinaryToWriter(message: ScopeRequest, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): ScopeRequest; static deserializeBinaryFromReader(message: ScopeRequest, reader: jspb.BinaryReader): ScopeRequest; } export namespace ScopeRequest { export type AsObject = { scopeId: string, } } export class ScopeResponse extends jspb.Message { hasScope(): boolean; clearScope(): void; getScope(): provenance_metadata_v0_scope_pb.Scope | undefined; setScope(value?: provenance_metadata_v0_scope_pb.Scope): ScopeResponse; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): ScopeResponse.AsObject; static toObject(includeInstance: boolean, msg: ScopeResponse): ScopeResponse.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo}; static serializeBinaryToWriter(message: ScopeResponse, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): ScopeResponse; static deserializeBinaryFromReader(message: ScopeResponse, reader: jspb.BinaryReader): ScopeResponse; } export namespace ScopeResponse { export type AsObject = { scope?: provenance_metadata_v0_scope_pb.Scope.AsObject, } }