appsearch

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppSearchBatchResultClient

type AppSearchBatchResultClient struct {
	// contains filtered or unexported fields
}

AppSearchBatchResultClient wraps the gRPC AppSearchBatchResultService client.

func NewAppSearchBatchResultClient

func NewAppSearchBatchResultClient(cc grpc.ClientConnInterface) *AppSearchBatchResultClient

NewAppSearchBatchResultClient creates a new AppSearchBatchResult client.

func (*AppSearchBatchResultClient) IsSuccess

func (c *AppSearchBatchResultClient) IsSuccess(ctx context.Context) (bool, error)

IsSuccess calls the IsSuccess RPC.

func (*AppSearchBatchResultClient) ToString

ToString calls the ToString RPC.

type AppSearchBlobHandleClient

type AppSearchBlobHandleClient struct {
	// contains filtered or unexported fields
}

AppSearchBlobHandleClient wraps the gRPC AppSearchBlobHandleService client.

func NewAppSearchBlobHandleClient

func NewAppSearchBlobHandleClient(cc grpc.ClientConnInterface) *AppSearchBlobHandleClient

NewAppSearchBlobHandleClient creates a new AppSearchBlobHandle client.

func (*AppSearchBlobHandleClient) CreateWithSha256

func (c *AppSearchBlobHandleClient) CreateWithSha256(ctx context.Context, arg0 int64, arg1 string, arg2 string, arg3 string) (int64, error)

CreateWithSha256 calls the CreateWithSha256 RPC.

func (*AppSearchBlobHandleClient) DescribeContents

func (c *AppSearchBlobHandleClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*AppSearchBlobHandleClient) Equals

func (c *AppSearchBlobHandleClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*AppSearchBlobHandleClient) GetDatabaseName

func (c *AppSearchBlobHandleClient) GetDatabaseName(ctx context.Context) (string, error)

GetDatabaseName calls the GetDatabaseName RPC.

func (*AppSearchBlobHandleClient) GetNamespace

func (c *AppSearchBlobHandleClient) GetNamespace(ctx context.Context) (string, error)

GetNamespace calls the GetNamespace RPC.

func (*AppSearchBlobHandleClient) GetPackageName

func (c *AppSearchBlobHandleClient) GetPackageName(ctx context.Context) (string, error)

GetPackageName calls the GetPackageName RPC.

func (*AppSearchBlobHandleClient) GetSha256Digest

func (c *AppSearchBlobHandleClient) GetSha256Digest(ctx context.Context) (int64, error)

GetSha256Digest calls the GetSha256Digest RPC.

func (*AppSearchBlobHandleClient) HashCode

func (c *AppSearchBlobHandleClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*AppSearchBlobHandleClient) ToString

ToString calls the ToString RPC.

func (*AppSearchBlobHandleClient) WriteToParcel

func (c *AppSearchBlobHandleClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type AppSearchManagerSearchContextClient

type AppSearchManagerSearchContextClient struct {
	// contains filtered or unexported fields
}

AppSearchManagerSearchContextClient wraps the gRPC AppSearchManagerSearchContextService client.

func NewAppSearchManagerSearchContextClient

func NewAppSearchManagerSearchContextClient(cc grpc.ClientConnInterface) *AppSearchManagerSearchContextClient

NewAppSearchManagerSearchContextClient creates a new AppSearchManagerSearchContext client.

func (*AppSearchManagerSearchContextClient) GetDatabaseName

func (c *AppSearchManagerSearchContextClient) GetDatabaseName(ctx context.Context) (string, error)

GetDatabaseName calls the GetDatabaseName RPC.

type AppSearchResultClient

type AppSearchResultClient struct {
	// contains filtered or unexported fields
}

AppSearchResultClient wraps the gRPC AppSearchResultService client.

func NewAppSearchResultClient

func NewAppSearchResultClient(cc grpc.ClientConnInterface) *AppSearchResultClient

NewAppSearchResultClient creates a new AppSearchResult client.

func (*AppSearchResultClient) Equals

func (c *AppSearchResultClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*AppSearchResultClient) GetErrorMessage

func (c *AppSearchResultClient) GetErrorMessage(ctx context.Context) (string, error)

GetErrorMessage calls the GetErrorMessage RPC.

func (*AppSearchResultClient) GetResultCode

func (c *AppSearchResultClient) GetResultCode(ctx context.Context) (int32, error)

GetResultCode calls the GetResultCode RPC.

func (*AppSearchResultClient) GetResultValue

func (c *AppSearchResultClient) GetResultValue(ctx context.Context) (int64, error)

GetResultValue calls the GetResultValue RPC.

func (*AppSearchResultClient) HashCode

func (c *AppSearchResultClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*AppSearchResultClient) IsSuccess

func (c *AppSearchResultClient) IsSuccess(ctx context.Context) (bool, error)

IsSuccess calls the IsSuccess RPC.

func (*AppSearchResultClient) ToString

func (c *AppSearchResultClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

type AppSearchSchemaBooleanPropertyConfigClient

type AppSearchSchemaBooleanPropertyConfigClient struct {
	// contains filtered or unexported fields
}

AppSearchSchemaBooleanPropertyConfigClient wraps the gRPC AppSearchSchemaBooleanPropertyConfigService client.

func NewAppSearchSchemaBooleanPropertyConfigClient

func NewAppSearchSchemaBooleanPropertyConfigClient(cc grpc.ClientConnInterface) *AppSearchSchemaBooleanPropertyConfigClient

NewAppSearchSchemaBooleanPropertyConfigClient creates a new AppSearchSchemaBooleanPropertyConfig client.

func (*AppSearchSchemaBooleanPropertyConfigClient) IsScoringEnabled

IsScoringEnabled calls the IsScoringEnabled RPC.

type AppSearchSchemaBuilderClient

type AppSearchSchemaBuilderClient struct {
	// contains filtered or unexported fields
}

AppSearchSchemaBuilderClient wraps the gRPC AppSearchSchemaBuilderService client.

func NewAppSearchSchemaBuilderClient

func NewAppSearchSchemaBuilderClient(cc grpc.ClientConnInterface) *AppSearchSchemaBuilderClient

NewAppSearchSchemaBuilderClient creates a new AppSearchSchemaBuilder client.

func (*AppSearchSchemaBuilderClient) AddParentType

func (c *AppSearchSchemaBuilderClient) AddParentType(ctx context.Context, arg0 string) (int64, error)

AddParentType calls the AddParentType RPC.

func (*AppSearchSchemaBuilderClient) AddProperty

func (c *AppSearchSchemaBuilderClient) AddProperty(ctx context.Context, arg0 int64) (int64, error)

AddProperty calls the AddProperty RPC.

func (*AppSearchSchemaBuilderClient) Build

Build calls the Build RPC.

func (*AppSearchSchemaBuilderClient) ClearParentTypes

func (c *AppSearchSchemaBuilderClient) ClearParentTypes(ctx context.Context) (int64, error)

ClearParentTypes calls the ClearParentTypes RPC.

func (*AppSearchSchemaBuilderClient) ClearProperties

func (c *AppSearchSchemaBuilderClient) ClearProperties(ctx context.Context) (int64, error)

ClearProperties calls the ClearProperties RPC.

func (*AppSearchSchemaBuilderClient) SetSchemaType

func (c *AppSearchSchemaBuilderClient) SetSchemaType(ctx context.Context, arg0 string) (int64, error)

SetSchemaType calls the SetSchemaType RPC.

type AppSearchSchemaClient

type AppSearchSchemaClient struct {
	// contains filtered or unexported fields
}

AppSearchSchemaClient wraps the gRPC AppSearchSchemaService client.

func NewAppSearchSchemaClient

func NewAppSearchSchemaClient(cc grpc.ClientConnInterface) *AppSearchSchemaClient

NewAppSearchSchemaClient creates a new AppSearchSchema client.

func (*AppSearchSchemaClient) DescribeContents

func (c *AppSearchSchemaClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*AppSearchSchemaClient) Equals

func (c *AppSearchSchemaClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*AppSearchSchemaClient) GetParentTypes

func (c *AppSearchSchemaClient) GetParentTypes(ctx context.Context) (int64, error)

GetParentTypes calls the GetParentTypes RPC.

func (*AppSearchSchemaClient) GetProperties

func (c *AppSearchSchemaClient) GetProperties(ctx context.Context) (int64, error)

GetProperties calls the GetProperties RPC.

func (*AppSearchSchemaClient) GetSchemaType

func (c *AppSearchSchemaClient) GetSchemaType(ctx context.Context) (string, error)

GetSchemaType calls the GetSchemaType RPC.

func (*AppSearchSchemaClient) HashCode

func (c *AppSearchSchemaClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*AppSearchSchemaClient) ToString

func (c *AppSearchSchemaClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*AppSearchSchemaClient) WriteToParcel

func (c *AppSearchSchemaClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type AppSearchSchemaDocumentPropertyConfigClient

type AppSearchSchemaDocumentPropertyConfigClient struct {
	// contains filtered or unexported fields
}

AppSearchSchemaDocumentPropertyConfigClient wraps the gRPC AppSearchSchemaDocumentPropertyConfigService client.

func NewAppSearchSchemaDocumentPropertyConfigClient

func NewAppSearchSchemaDocumentPropertyConfigClient(cc grpc.ClientConnInterface) *AppSearchSchemaDocumentPropertyConfigClient

NewAppSearchSchemaDocumentPropertyConfigClient creates a new AppSearchSchemaDocumentPropertyConfig client.

func (*AppSearchSchemaDocumentPropertyConfigClient) GetIndexableNestedProperties

func (c *AppSearchSchemaDocumentPropertyConfigClient) GetIndexableNestedProperties(ctx context.Context) (int64, error)

GetIndexableNestedProperties calls the GetIndexableNestedProperties RPC.

func (*AppSearchSchemaDocumentPropertyConfigClient) GetSchemaType

GetSchemaType calls the GetSchemaType RPC.

func (*AppSearchSchemaDocumentPropertyConfigClient) ShouldIndexNestedProperties

func (c *AppSearchSchemaDocumentPropertyConfigClient) ShouldIndexNestedProperties(ctx context.Context) (bool, error)

ShouldIndexNestedProperties calls the ShouldIndexNestedProperties RPC.

type AppSearchSchemaDoublePropertyConfigClient

type AppSearchSchemaDoublePropertyConfigClient struct {
	// contains filtered or unexported fields
}

AppSearchSchemaDoublePropertyConfigClient wraps the gRPC AppSearchSchemaDoublePropertyConfigService client.

func NewAppSearchSchemaDoublePropertyConfigClient

func NewAppSearchSchemaDoublePropertyConfigClient(cc grpc.ClientConnInterface) *AppSearchSchemaDoublePropertyConfigClient

NewAppSearchSchemaDoublePropertyConfigClient creates a new AppSearchSchemaDoublePropertyConfig client.

func (*AppSearchSchemaDoublePropertyConfigClient) IsScoringEnabled

IsScoringEnabled calls the IsScoringEnabled RPC.

type AppSearchSchemaEmbeddingPropertyConfigClient

type AppSearchSchemaEmbeddingPropertyConfigClient struct {
	// contains filtered or unexported fields
}

AppSearchSchemaEmbeddingPropertyConfigClient wraps the gRPC AppSearchSchemaEmbeddingPropertyConfigService client.

func NewAppSearchSchemaEmbeddingPropertyConfigClient

func NewAppSearchSchemaEmbeddingPropertyConfigClient(cc grpc.ClientConnInterface) *AppSearchSchemaEmbeddingPropertyConfigClient

NewAppSearchSchemaEmbeddingPropertyConfigClient creates a new AppSearchSchemaEmbeddingPropertyConfig client.

func (*AppSearchSchemaEmbeddingPropertyConfigClient) GetIndexingType

GetIndexingType calls the GetIndexingType RPC.

func (*AppSearchSchemaEmbeddingPropertyConfigClient) GetQuantizationType

GetQuantizationType calls the GetQuantizationType RPC.

type AppSearchSchemaLongPropertyConfigClient

type AppSearchSchemaLongPropertyConfigClient struct {
	// contains filtered or unexported fields
}

AppSearchSchemaLongPropertyConfigClient wraps the gRPC AppSearchSchemaLongPropertyConfigService client.

func NewAppSearchSchemaLongPropertyConfigClient

func NewAppSearchSchemaLongPropertyConfigClient(cc grpc.ClientConnInterface) *AppSearchSchemaLongPropertyConfigClient

NewAppSearchSchemaLongPropertyConfigClient creates a new AppSearchSchemaLongPropertyConfig client.

func (*AppSearchSchemaLongPropertyConfigClient) GetIndexingType

GetIndexingType calls the GetIndexingType RPC.

func (*AppSearchSchemaLongPropertyConfigClient) IsScoringEnabled

IsScoringEnabled calls the IsScoringEnabled RPC.

type AppSearchSchemaPropertyConfigClient

type AppSearchSchemaPropertyConfigClient struct {
	// contains filtered or unexported fields
}

AppSearchSchemaPropertyConfigClient wraps the gRPC AppSearchSchemaPropertyConfigService client.

func NewAppSearchSchemaPropertyConfigClient

func NewAppSearchSchemaPropertyConfigClient(cc grpc.ClientConnInterface) *AppSearchSchemaPropertyConfigClient

NewAppSearchSchemaPropertyConfigClient creates a new AppSearchSchemaPropertyConfig client.

func (*AppSearchSchemaPropertyConfigClient) Equals

Equals calls the Equals RPC.

func (*AppSearchSchemaPropertyConfigClient) GetCardinality

GetCardinality calls the GetCardinality RPC.

func (*AppSearchSchemaPropertyConfigClient) GetName

GetName calls the GetName RPC.

func (*AppSearchSchemaPropertyConfigClient) HashCode

HashCode calls the HashCode RPC.

func (*AppSearchSchemaPropertyConfigClient) ToString

ToString calls the ToString RPC.

type AppSearchSchemaStringPropertyConfigClient

type AppSearchSchemaStringPropertyConfigClient struct {
	// contains filtered or unexported fields
}

AppSearchSchemaStringPropertyConfigClient wraps the gRPC AppSearchSchemaStringPropertyConfigService client.

func NewAppSearchSchemaStringPropertyConfigClient

func NewAppSearchSchemaStringPropertyConfigClient(cc grpc.ClientConnInterface) *AppSearchSchemaStringPropertyConfigClient

NewAppSearchSchemaStringPropertyConfigClient creates a new AppSearchSchemaStringPropertyConfig client.

func (*AppSearchSchemaStringPropertyConfigClient) GetIndexingType

GetIndexingType calls the GetIndexingType RPC.

func (*AppSearchSchemaStringPropertyConfigClient) GetJoinableValueType

func (c *AppSearchSchemaStringPropertyConfigClient) GetJoinableValueType(ctx context.Context) (int32, error)

GetJoinableValueType calls the GetJoinableValueType RPC.

func (*AppSearchSchemaStringPropertyConfigClient) GetTokenizerType

GetTokenizerType calls the GetTokenizerType RPC.

type AppSearchSessionClient

type AppSearchSessionClient struct {
	// contains filtered or unexported fields
}

AppSearchSessionClient wraps the gRPC AppSearchSessionService client.

func NewAppSearchSessionClient

func NewAppSearchSessionClient(cc grpc.ClientConnInterface) *AppSearchSessionClient

NewAppSearchSessionClient creates a new AppSearchSession client.

func (*AppSearchSessionClient) Close

Close calls the Close RPC.

func (*AppSearchSessionClient) Search

func (c *AppSearchSessionClient) Search(ctx context.Context, arg0 string, arg1 int64) (int64, error)

Search calls the Search RPC.

type CommitBlobResponseClient

type CommitBlobResponseClient struct {
	// contains filtered or unexported fields
}

CommitBlobResponseClient wraps the gRPC CommitBlobResponseService client.

func NewCommitBlobResponseClient

func NewCommitBlobResponseClient(cc grpc.ClientConnInterface) *CommitBlobResponseClient

NewCommitBlobResponseClient creates a new CommitBlobResponse client.

func (*CommitBlobResponseClient) DescribeContents

func (c *CommitBlobResponseClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*CommitBlobResponseClient) WriteToParcel

func (c *CommitBlobResponseClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type EmbeddingVectorClient

type EmbeddingVectorClient struct {
	// contains filtered or unexported fields
}

EmbeddingVectorClient wraps the gRPC EmbeddingVectorService client.

func NewEmbeddingVectorClient

func NewEmbeddingVectorClient(cc grpc.ClientConnInterface) *EmbeddingVectorClient

NewEmbeddingVectorClient creates a new EmbeddingVector client.

func (*EmbeddingVectorClient) DescribeContents

func (c *EmbeddingVectorClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*EmbeddingVectorClient) Equals

func (c *EmbeddingVectorClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*EmbeddingVectorClient) GetModelSignature

func (c *EmbeddingVectorClient) GetModelSignature(ctx context.Context, handle int64) (string, error)

GetModelSignature calls the GetModelSignature RPC.

func (*EmbeddingVectorClient) GetValues

func (c *EmbeddingVectorClient) GetValues(ctx context.Context, handle int64) (int64, error)

GetValues calls the GetValues RPC.

func (*EmbeddingVectorClient) HashCode

func (c *EmbeddingVectorClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*EmbeddingVectorClient) WriteToParcel

func (c *EmbeddingVectorClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type EnterpriseGlobalSearchSessionClient

type EnterpriseGlobalSearchSessionClient struct {
	// contains filtered or unexported fields
}

EnterpriseGlobalSearchSessionClient wraps the gRPC EnterpriseGlobalSearchSessionService client.

func NewEnterpriseGlobalSearchSessionClient

func NewEnterpriseGlobalSearchSessionClient(cc grpc.ClientConnInterface) *EnterpriseGlobalSearchSessionClient

NewEnterpriseGlobalSearchSessionClient creates a new EnterpriseGlobalSearchSession client.

func (*EnterpriseGlobalSearchSessionClient) Search

Search calls the Search RPC.

type GenericDocumentBuilderClient

type GenericDocumentBuilderClient struct {
	// contains filtered or unexported fields
}

GenericDocumentBuilderClient wraps the gRPC GenericDocumentBuilderService client.

func NewGenericDocumentBuilderClient

func NewGenericDocumentBuilderClient(cc grpc.ClientConnInterface) *GenericDocumentBuilderClient

NewGenericDocumentBuilderClient creates a new GenericDocumentBuilder client.

func (*GenericDocumentBuilderClient) Build

Build calls the Build RPC.

func (*GenericDocumentBuilderClient) ClearProperty

func (c *GenericDocumentBuilderClient) ClearProperty(ctx context.Context, arg0 string) (int64, error)

ClearProperty calls the ClearProperty RPC.

func (*GenericDocumentBuilderClient) SetCreationTimestampMillis

func (c *GenericDocumentBuilderClient) SetCreationTimestampMillis(ctx context.Context, arg0 int64) (int64, error)

SetCreationTimestampMillis calls the SetCreationTimestampMillis RPC.

func (*GenericDocumentBuilderClient) SetId

SetId calls the SetId RPC.

func (*GenericDocumentBuilderClient) SetNamespace

func (c *GenericDocumentBuilderClient) SetNamespace(ctx context.Context, arg0 string) (int64, error)

SetNamespace calls the SetNamespace RPC.

func (*GenericDocumentBuilderClient) SetPropertyBlobHandle

func (c *GenericDocumentBuilderClient) SetPropertyBlobHandle(ctx context.Context, arg0 string, arg1 int64) (int64, error)

SetPropertyBlobHandle calls the SetPropertyBlobHandle RPC.

func (*GenericDocumentBuilderClient) SetPropertyBoolean

func (c *GenericDocumentBuilderClient) SetPropertyBoolean(ctx context.Context, arg0 string, arg1 int64) (int64, error)

SetPropertyBoolean calls the SetPropertyBoolean RPC.

func (*GenericDocumentBuilderClient) SetPropertyBytes

func (c *GenericDocumentBuilderClient) SetPropertyBytes(ctx context.Context, arg0 string, arg1 int64) (int64, error)

SetPropertyBytes calls the SetPropertyBytes RPC.

func (*GenericDocumentBuilderClient) SetPropertyDocument

func (c *GenericDocumentBuilderClient) SetPropertyDocument(ctx context.Context, arg0 string, arg1 int64) (int64, error)

SetPropertyDocument calls the SetPropertyDocument RPC.

func (*GenericDocumentBuilderClient) SetPropertyDouble

func (c *GenericDocumentBuilderClient) SetPropertyDouble(ctx context.Context, arg0 string, arg1 int64) (int64, error)

SetPropertyDouble calls the SetPropertyDouble RPC.

func (*GenericDocumentBuilderClient) SetPropertyEmbedding

func (c *GenericDocumentBuilderClient) SetPropertyEmbedding(ctx context.Context, arg0 string, arg1 int64) (int64, error)

SetPropertyEmbedding calls the SetPropertyEmbedding RPC.

func (*GenericDocumentBuilderClient) SetPropertyLong

func (c *GenericDocumentBuilderClient) SetPropertyLong(ctx context.Context, arg0 string, arg1 int64) (int64, error)

SetPropertyLong calls the SetPropertyLong RPC.

func (*GenericDocumentBuilderClient) SetPropertyString

func (c *GenericDocumentBuilderClient) SetPropertyString(ctx context.Context, arg0 string, arg1 int64) (int64, error)

SetPropertyString calls the SetPropertyString RPC.

func (*GenericDocumentBuilderClient) SetSchemaType

func (c *GenericDocumentBuilderClient) SetSchemaType(ctx context.Context, arg0 string) (int64, error)

SetSchemaType calls the SetSchemaType RPC.

func (*GenericDocumentBuilderClient) SetScore

func (c *GenericDocumentBuilderClient) SetScore(ctx context.Context, arg0 int32) (int64, error)

SetScore calls the SetScore RPC.

func (*GenericDocumentBuilderClient) SetTtlMillis

func (c *GenericDocumentBuilderClient) SetTtlMillis(ctx context.Context, arg0 int64) (int64, error)

SetTtlMillis calls the SetTtlMillis RPC.

type GenericDocumentClient

type GenericDocumentClient struct {
	// contains filtered or unexported fields
}

GenericDocumentClient wraps the gRPC GenericDocumentService client.

func NewGenericDocumentClient

func NewGenericDocumentClient(cc grpc.ClientConnInterface) *GenericDocumentClient

NewGenericDocumentClient creates a new GenericDocument client.

func (*GenericDocumentClient) Equals

func (c *GenericDocumentClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*GenericDocumentClient) GetCreationTimestampMillis

func (c *GenericDocumentClient) GetCreationTimestampMillis(ctx context.Context) (int64, error)

GetCreationTimestampMillis calls the GetCreationTimestampMillis RPC.

func (*GenericDocumentClient) GetId

GetId calls the GetId RPC.

func (*GenericDocumentClient) GetMaxIndexedProperties

func (c *GenericDocumentClient) GetMaxIndexedProperties(ctx context.Context) (int32, error)

GetMaxIndexedProperties calls the GetMaxIndexedProperties RPC.

func (*GenericDocumentClient) GetNamespace

func (c *GenericDocumentClient) GetNamespace(ctx context.Context) (string, error)

GetNamespace calls the GetNamespace RPC.

func (*GenericDocumentClient) GetProperty

func (c *GenericDocumentClient) GetProperty(ctx context.Context, arg0 string) (int64, error)

GetProperty calls the GetProperty RPC.

func (*GenericDocumentClient) GetPropertyBlobHandle

func (c *GenericDocumentClient) GetPropertyBlobHandle(ctx context.Context, arg0 string) (int64, error)

GetPropertyBlobHandle calls the GetPropertyBlobHandle RPC.

func (*GenericDocumentClient) GetPropertyBlobHandleArray

func (c *GenericDocumentClient) GetPropertyBlobHandleArray(ctx context.Context, arg0 string) (int64, error)

GetPropertyBlobHandleArray calls the GetPropertyBlobHandleArray RPC.

func (*GenericDocumentClient) GetPropertyBoolean

func (c *GenericDocumentClient) GetPropertyBoolean(ctx context.Context, arg0 string) (bool, error)

GetPropertyBoolean calls the GetPropertyBoolean RPC.

func (*GenericDocumentClient) GetPropertyBooleanArray

func (c *GenericDocumentClient) GetPropertyBooleanArray(ctx context.Context, arg0 string) (int64, error)

GetPropertyBooleanArray calls the GetPropertyBooleanArray RPC.

func (*GenericDocumentClient) GetPropertyBytes

func (c *GenericDocumentClient) GetPropertyBytes(ctx context.Context, arg0 string) (int64, error)

GetPropertyBytes calls the GetPropertyBytes RPC.

func (*GenericDocumentClient) GetPropertyBytesArray

func (c *GenericDocumentClient) GetPropertyBytesArray(ctx context.Context, arg0 string) (int64, error)

GetPropertyBytesArray calls the GetPropertyBytesArray RPC.

func (*GenericDocumentClient) GetPropertyDocument

func (c *GenericDocumentClient) GetPropertyDocument(ctx context.Context, arg0 string) (int64, error)

GetPropertyDocument calls the GetPropertyDocument RPC.

func (*GenericDocumentClient) GetPropertyDocumentArray

func (c *GenericDocumentClient) GetPropertyDocumentArray(ctx context.Context, arg0 string) (int64, error)

GetPropertyDocumentArray calls the GetPropertyDocumentArray RPC.

func (*GenericDocumentClient) GetPropertyDouble

func (c *GenericDocumentClient) GetPropertyDouble(ctx context.Context, arg0 string) (float64, error)

GetPropertyDouble calls the GetPropertyDouble RPC.

func (*GenericDocumentClient) GetPropertyDoubleArray

func (c *GenericDocumentClient) GetPropertyDoubleArray(ctx context.Context, arg0 string) (int64, error)

GetPropertyDoubleArray calls the GetPropertyDoubleArray RPC.

func (*GenericDocumentClient) GetPropertyEmbedding

func (c *GenericDocumentClient) GetPropertyEmbedding(ctx context.Context, arg0 string) (int64, error)

GetPropertyEmbedding calls the GetPropertyEmbedding RPC.

func (*GenericDocumentClient) GetPropertyEmbeddingArray

func (c *GenericDocumentClient) GetPropertyEmbeddingArray(ctx context.Context, arg0 string) (int64, error)

GetPropertyEmbeddingArray calls the GetPropertyEmbeddingArray RPC.

func (*GenericDocumentClient) GetPropertyLong

func (c *GenericDocumentClient) GetPropertyLong(ctx context.Context, arg0 string) (int64, error)

GetPropertyLong calls the GetPropertyLong RPC.

func (*GenericDocumentClient) GetPropertyLongArray

func (c *GenericDocumentClient) GetPropertyLongArray(ctx context.Context, arg0 string) (int64, error)

GetPropertyLongArray calls the GetPropertyLongArray RPC.

func (*GenericDocumentClient) GetPropertyNames

func (c *GenericDocumentClient) GetPropertyNames(ctx context.Context) (int64, error)

GetPropertyNames calls the GetPropertyNames RPC.

func (*GenericDocumentClient) GetPropertyString

func (c *GenericDocumentClient) GetPropertyString(ctx context.Context, arg0 string) (string, error)

GetPropertyString calls the GetPropertyString RPC.

func (*GenericDocumentClient) GetPropertyStringArray

func (c *GenericDocumentClient) GetPropertyStringArray(ctx context.Context, arg0 string) (int64, error)

GetPropertyStringArray calls the GetPropertyStringArray RPC.

func (*GenericDocumentClient) GetSchemaType

func (c *GenericDocumentClient) GetSchemaType(ctx context.Context) (string, error)

GetSchemaType calls the GetSchemaType RPC.

func (*GenericDocumentClient) GetScore

func (c *GenericDocumentClient) GetScore(ctx context.Context) (int32, error)

GetScore calls the GetScore RPC.

func (*GenericDocumentClient) GetTtlMillis

func (c *GenericDocumentClient) GetTtlMillis(ctx context.Context) (int64, error)

GetTtlMillis calls the GetTtlMillis RPC.

func (*GenericDocumentClient) HashCode

func (c *GenericDocumentClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*GenericDocumentClient) ToString

func (c *GenericDocumentClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

type GetByDocumentIdRequestBuilderClient

type GetByDocumentIdRequestBuilderClient struct {
	// contains filtered or unexported fields
}

GetByDocumentIdRequestBuilderClient wraps the gRPC GetByDocumentIdRequestBuilderService client.

func NewGetByDocumentIdRequestBuilderClient

func NewGetByDocumentIdRequestBuilderClient(cc grpc.ClientConnInterface) *GetByDocumentIdRequestBuilderClient

NewGetByDocumentIdRequestBuilderClient creates a new GetByDocumentIdRequestBuilder client.

func (*GetByDocumentIdRequestBuilderClient) AddIds

AddIds calls the AddIds RPC.

func (*GetByDocumentIdRequestBuilderClient) Build

Build calls the Build RPC.

type GetByDocumentIdRequestClient

type GetByDocumentIdRequestClient struct {
	// contains filtered or unexported fields
}

GetByDocumentIdRequestClient wraps the gRPC GetByDocumentIdRequestService client.

func NewGetByDocumentIdRequestClient

func NewGetByDocumentIdRequestClient(cc grpc.ClientConnInterface) *GetByDocumentIdRequestClient

NewGetByDocumentIdRequestClient creates a new GetByDocumentIdRequest client.

func (*GetByDocumentIdRequestClient) DescribeContents

func (c *GetByDocumentIdRequestClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*GetByDocumentIdRequestClient) GetIds

GetIds calls the GetIds RPC.

func (*GetByDocumentIdRequestClient) GetNamespace

func (c *GetByDocumentIdRequestClient) GetNamespace(ctx context.Context) (string, error)

GetNamespace calls the GetNamespace RPC.

func (*GetByDocumentIdRequestClient) WriteToParcel

func (c *GetByDocumentIdRequestClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type GetSchemaResponseBuilderClient

type GetSchemaResponseBuilderClient struct {
	// contains filtered or unexported fields
}

GetSchemaResponseBuilderClient wraps the gRPC GetSchemaResponseBuilderService client.

func NewGetSchemaResponseBuilderClient

func NewGetSchemaResponseBuilderClient(cc grpc.ClientConnInterface) *GetSchemaResponseBuilderClient

NewGetSchemaResponseBuilderClient creates a new GetSchemaResponseBuilder client.

func (*GetSchemaResponseBuilderClient) AddSchema

func (c *GetSchemaResponseBuilderClient) AddSchema(ctx context.Context, arg0 int64) (int64, error)

AddSchema calls the AddSchema RPC.

func (*GetSchemaResponseBuilderClient) AddSchemaTypeNotDisplayedBySystem

func (c *GetSchemaResponseBuilderClient) AddSchemaTypeNotDisplayedBySystem(ctx context.Context, arg0 string) (int64, error)

AddSchemaTypeNotDisplayedBySystem calls the AddSchemaTypeNotDisplayedBySystem RPC.

func (*GetSchemaResponseBuilderClient) Build

Build calls the Build RPC.

func (*GetSchemaResponseBuilderClient) ClearPubliclyVisibleSchema

func (c *GetSchemaResponseBuilderClient) ClearPubliclyVisibleSchema(ctx context.Context, arg0 string) (int64, error)

ClearPubliclyVisibleSchema calls the ClearPubliclyVisibleSchema RPC.

func (*GetSchemaResponseBuilderClient) ClearRequiredPermissionsForSchemaTypeVisibility

func (c *GetSchemaResponseBuilderClient) ClearRequiredPermissionsForSchemaTypeVisibility(ctx context.Context, arg0 string) (int64, error)

ClearRequiredPermissionsForSchemaTypeVisibility calls the ClearRequiredPermissionsForSchemaTypeVisibility RPC.

func (*GetSchemaResponseBuilderClient) ClearSchemaTypeNotDisplayedBySystem

func (c *GetSchemaResponseBuilderClient) ClearSchemaTypeNotDisplayedBySystem(ctx context.Context, arg0 string) (int64, error)

ClearSchemaTypeNotDisplayedBySystem calls the ClearSchemaTypeNotDisplayedBySystem RPC.

func (*GetSchemaResponseBuilderClient) ClearSchemaTypeVisibleToConfigs

func (c *GetSchemaResponseBuilderClient) ClearSchemaTypeVisibleToConfigs(ctx context.Context, arg0 string) (int64, error)

ClearSchemaTypeVisibleToConfigs calls the ClearSchemaTypeVisibleToConfigs RPC.

func (*GetSchemaResponseBuilderClient) ClearSchemaTypeVisibleToPackages

func (c *GetSchemaResponseBuilderClient) ClearSchemaTypeVisibleToPackages(ctx context.Context, arg0 string) (int64, error)

ClearSchemaTypeVisibleToPackages calls the ClearSchemaTypeVisibleToPackages RPC.

func (*GetSchemaResponseBuilderClient) ClearSchemas

func (c *GetSchemaResponseBuilderClient) ClearSchemas(ctx context.Context) (int64, error)

ClearSchemas calls the ClearSchemas RPC.

func (*GetSchemaResponseBuilderClient) SetPubliclyVisibleSchema

func (c *GetSchemaResponseBuilderClient) SetPubliclyVisibleSchema(ctx context.Context, arg0 string, arg1 int64) (int64, error)

SetPubliclyVisibleSchema calls the SetPubliclyVisibleSchema RPC.

func (*GetSchemaResponseBuilderClient) SetVersion

func (c *GetSchemaResponseBuilderClient) SetVersion(ctx context.Context, arg0 int32) (int64, error)

SetVersion calls the SetVersion RPC.

type GetSchemaResponseClient

type GetSchemaResponseClient struct {
	// contains filtered or unexported fields
}

GetSchemaResponseClient wraps the gRPC GetSchemaResponseService client.

func NewGetSchemaResponseClient

func NewGetSchemaResponseClient(cc grpc.ClientConnInterface) *GetSchemaResponseClient

NewGetSchemaResponseClient creates a new GetSchemaResponse client.

func (*GetSchemaResponseClient) DescribeContents

func (c *GetSchemaResponseClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*GetSchemaResponseClient) GetSchemaTypesNotDisplayedBySystem

func (c *GetSchemaResponseClient) GetSchemaTypesNotDisplayedBySystem(ctx context.Context) (int64, error)

GetSchemaTypesNotDisplayedBySystem calls the GetSchemaTypesNotDisplayedBySystem RPC.

func (*GetSchemaResponseClient) GetSchemas

func (c *GetSchemaResponseClient) GetSchemas(ctx context.Context) (int64, error)

GetSchemas calls the GetSchemas RPC.

func (*GetSchemaResponseClient) GetVersion

func (c *GetSchemaResponseClient) GetVersion(ctx context.Context) (int32, error)

GetVersion calls the GetVersion RPC.

func (*GetSchemaResponseClient) WriteToParcel

func (c *GetSchemaResponseClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type GlobalSearchSessionClient

type GlobalSearchSessionClient struct {
	// contains filtered or unexported fields
}

GlobalSearchSessionClient wraps the gRPC GlobalSearchSessionService client.

func NewGlobalSearchSessionClient

func NewGlobalSearchSessionClient(cc grpc.ClientConnInterface) *GlobalSearchSessionClient

NewGlobalSearchSessionClient creates a new GlobalSearchSession client.

func (*GlobalSearchSessionClient) Close

Close calls the Close RPC.

func (*GlobalSearchSessionClient) RegisterObserverCallback

func (c *GlobalSearchSessionClient) RegisterObserverCallback(ctx context.Context, arg0 string, arg1 int64, arg2 int64, arg3 int64) error

RegisterObserverCallback calls the RegisterObserverCallback RPC.

func (*GlobalSearchSessionClient) Search

func (c *GlobalSearchSessionClient) Search(ctx context.Context, arg0 string, arg1 int64) (int64, error)

Search calls the Search RPC.

func (*GlobalSearchSessionClient) UnregisterObserverCallback

func (c *GlobalSearchSessionClient) UnregisterObserverCallback(ctx context.Context, arg0 string, arg1 int64) error

UnregisterObserverCallback calls the UnregisterObserverCallback RPC.

type JoinSpecBuilderClient

type JoinSpecBuilderClient struct {
	// contains filtered or unexported fields
}

JoinSpecBuilderClient wraps the gRPC JoinSpecBuilderService client.

func NewJoinSpecBuilderClient

func NewJoinSpecBuilderClient(cc grpc.ClientConnInterface) *JoinSpecBuilderClient

NewJoinSpecBuilderClient creates a new JoinSpecBuilder client.

func (*JoinSpecBuilderClient) Build

func (c *JoinSpecBuilderClient) Build(ctx context.Context) (int64, error)

Build calls the Build RPC.

func (*JoinSpecBuilderClient) SetAggregationScoringStrategy

func (c *JoinSpecBuilderClient) SetAggregationScoringStrategy(ctx context.Context, arg0 int32) (int64, error)

SetAggregationScoringStrategy calls the SetAggregationScoringStrategy RPC.

func (*JoinSpecBuilderClient) SetChildPropertyExpression

func (c *JoinSpecBuilderClient) SetChildPropertyExpression(ctx context.Context, arg0 string) (int64, error)

SetChildPropertyExpression calls the SetChildPropertyExpression RPC.

func (*JoinSpecBuilderClient) SetMaxJoinedResultCount

func (c *JoinSpecBuilderClient) SetMaxJoinedResultCount(ctx context.Context, arg0 int32) (int64, error)

SetMaxJoinedResultCount calls the SetMaxJoinedResultCount RPC.

func (*JoinSpecBuilderClient) SetNestedSearch

func (c *JoinSpecBuilderClient) SetNestedSearch(ctx context.Context, arg0 string, arg1 int64) (int64, error)

SetNestedSearch calls the SetNestedSearch RPC.

type JoinSpecClient

type JoinSpecClient struct {
	// contains filtered or unexported fields
}

JoinSpecClient wraps the gRPC JoinSpecService client.

func NewJoinSpecClient

func NewJoinSpecClient(cc grpc.ClientConnInterface) *JoinSpecClient

NewJoinSpecClient creates a new JoinSpec client.

func (*JoinSpecClient) DescribeContents

func (c *JoinSpecClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*JoinSpecClient) GetAggregationScoringStrategy

func (c *JoinSpecClient) GetAggregationScoringStrategy(ctx context.Context) (int32, error)

GetAggregationScoringStrategy calls the GetAggregationScoringStrategy RPC.

func (*JoinSpecClient) GetChildPropertyExpression

func (c *JoinSpecClient) GetChildPropertyExpression(ctx context.Context) (string, error)

GetChildPropertyExpression calls the GetChildPropertyExpression RPC.

func (*JoinSpecClient) GetMaxJoinedResultCount

func (c *JoinSpecClient) GetMaxJoinedResultCount(ctx context.Context) (int32, error)

GetMaxJoinedResultCount calls the GetMaxJoinedResultCount RPC.

func (*JoinSpecClient) GetNestedQuery

func (c *JoinSpecClient) GetNestedQuery(ctx context.Context) (string, error)

GetNestedQuery calls the GetNestedQuery RPC.

func (*JoinSpecClient) GetNestedSearchSpec

func (c *JoinSpecClient) GetNestedSearchSpec(ctx context.Context) (int64, error)

GetNestedSearchSpec calls the GetNestedSearchSpec RPC.

func (*JoinSpecClient) WriteToParcel

func (c *JoinSpecClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type MigratorClient

type MigratorClient struct {
	// contains filtered or unexported fields
}

MigratorClient wraps the gRPC MigratorService client.

func NewMigratorClient

func NewMigratorClient(cc grpc.ClientConnInterface) *MigratorClient

NewMigratorClient creates a new Migrator client.

func (*MigratorClient) OnDowngrade

func (c *MigratorClient) OnDowngrade(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) (int64, error)

OnDowngrade calls the OnDowngrade RPC.

func (*MigratorClient) OnUpgrade

func (c *MigratorClient) OnUpgrade(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) (int64, error)

OnUpgrade calls the OnUpgrade RPC.

func (*MigratorClient) ShouldMigrate

func (c *MigratorClient) ShouldMigrate(ctx context.Context, arg0 int32, arg1 int32) (bool, error)

ShouldMigrate calls the ShouldMigrate RPC.

type OpenBlobForReadResponseClient

type OpenBlobForReadResponseClient struct {
	// contains filtered or unexported fields
}

OpenBlobForReadResponseClient wraps the gRPC OpenBlobForReadResponseService client.

func NewOpenBlobForReadResponseClient

func NewOpenBlobForReadResponseClient(cc grpc.ClientConnInterface) *OpenBlobForReadResponseClient

NewOpenBlobForReadResponseClient creates a new OpenBlobForReadResponse client.

func (*OpenBlobForReadResponseClient) Close

Close calls the Close RPC.

func (*OpenBlobForReadResponseClient) DescribeContents

func (c *OpenBlobForReadResponseClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*OpenBlobForReadResponseClient) WriteToParcel

func (c *OpenBlobForReadResponseClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type OpenBlobForWriteResponseClient

type OpenBlobForWriteResponseClient struct {
	// contains filtered or unexported fields
}

OpenBlobForWriteResponseClient wraps the gRPC OpenBlobForWriteResponseService client.

func NewOpenBlobForWriteResponseClient

func NewOpenBlobForWriteResponseClient(cc grpc.ClientConnInterface) *OpenBlobForWriteResponseClient

NewOpenBlobForWriteResponseClient creates a new OpenBlobForWriteResponse client.

func (*OpenBlobForWriteResponseClient) Close

Close calls the Close RPC.

func (*OpenBlobForWriteResponseClient) DescribeContents

func (c *OpenBlobForWriteResponseClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*OpenBlobForWriteResponseClient) WriteToParcel

func (c *OpenBlobForWriteResponseClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type PackageIdentifierClient

type PackageIdentifierClient struct {
	// contains filtered or unexported fields
}

PackageIdentifierClient wraps the gRPC PackageIdentifierService client.

func NewPackageIdentifierClient

func NewPackageIdentifierClient(cc grpc.ClientConnInterface) *PackageIdentifierClient

NewPackageIdentifierClient creates a new PackageIdentifier client.

func (*PackageIdentifierClient) Equals

func (c *PackageIdentifierClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*PackageIdentifierClient) GetPackageName

func (c *PackageIdentifierClient) GetPackageName(ctx context.Context, handle int64) (string, error)

GetPackageName calls the GetPackageName RPC.

func (*PackageIdentifierClient) GetSha256Certificate

func (c *PackageIdentifierClient) GetSha256Certificate(ctx context.Context, handle int64) (int64, error)

GetSha256Certificate calls the GetSha256Certificate RPC.

func (*PackageIdentifierClient) HashCode

func (c *PackageIdentifierClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

type PropertyPathClient

type PropertyPathClient struct {
	// contains filtered or unexported fields
}

PropertyPathClient wraps the gRPC PropertyPathService client.

func NewPropertyPathClient

func NewPropertyPathClient(cc grpc.ClientConnInterface) *PropertyPathClient

NewPropertyPathClient creates a new PropertyPath client.

func (*PropertyPathClient) Equals

func (c *PropertyPathClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*PropertyPathClient) Get

func (c *PropertyPathClient) Get(ctx context.Context, handle int64, arg0 int32) (int64, error)

Get calls the Get RPC.

func (*PropertyPathClient) HashCode

func (c *PropertyPathClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*PropertyPathClient) Iterator

func (c *PropertyPathClient) Iterator(ctx context.Context, handle int64) (int64, error)

Iterator calls the Iterator RPC.

func (*PropertyPathClient) Size

func (c *PropertyPathClient) Size(ctx context.Context, handle int64) (int32, error)

Size calls the Size RPC.

func (*PropertyPathClient) ToString

func (c *PropertyPathClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

type PropertyPathPathSegmentClient

type PropertyPathPathSegmentClient struct {
	// contains filtered or unexported fields
}

PropertyPathPathSegmentClient wraps the gRPC PropertyPathPathSegmentService client.

func NewPropertyPathPathSegmentClient

func NewPropertyPathPathSegmentClient(cc grpc.ClientConnInterface) *PropertyPathPathSegmentClient

NewPropertyPathPathSegmentClient creates a new PropertyPathPathSegment client.

func (*PropertyPathPathSegmentClient) Create1

Create1 calls the Create1 RPC.

func (*PropertyPathPathSegmentClient) Create2_1

func (c *PropertyPathPathSegmentClient) Create2_1(ctx context.Context, arg0 string, arg1 int32) (int64, error)

Create2_1 calls the Create2_1 RPC.

func (*PropertyPathPathSegmentClient) Equals

func (c *PropertyPathPathSegmentClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*PropertyPathPathSegmentClient) GetPropertyIndex

func (c *PropertyPathPathSegmentClient) GetPropertyIndex(ctx context.Context) (int32, error)

GetPropertyIndex calls the GetPropertyIndex RPC.

func (*PropertyPathPathSegmentClient) GetPropertyName

func (c *PropertyPathPathSegmentClient) GetPropertyName(ctx context.Context) (string, error)

GetPropertyName calls the GetPropertyName RPC.

func (*PropertyPathPathSegmentClient) HashCode

HashCode calls the HashCode RPC.

func (*PropertyPathPathSegmentClient) ToString

ToString calls the ToString RPC.

type PutDocumentsRequestBuilderClient

type PutDocumentsRequestBuilderClient struct {
	// contains filtered or unexported fields
}

PutDocumentsRequestBuilderClient wraps the gRPC PutDocumentsRequestBuilderService client.

func NewPutDocumentsRequestBuilderClient

func NewPutDocumentsRequestBuilderClient(cc grpc.ClientConnInterface) *PutDocumentsRequestBuilderClient

NewPutDocumentsRequestBuilderClient creates a new PutDocumentsRequestBuilder client.

func (*PutDocumentsRequestBuilderClient) AddGenericDocuments

func (c *PutDocumentsRequestBuilderClient) AddGenericDocuments(ctx context.Context, arg0 int64) (int64, error)

AddGenericDocuments calls the AddGenericDocuments RPC.

func (*PutDocumentsRequestBuilderClient) AddTakenActionGenericDocuments

func (c *PutDocumentsRequestBuilderClient) AddTakenActionGenericDocuments(ctx context.Context, arg0 int64) (int64, error)

AddTakenActionGenericDocuments calls the AddTakenActionGenericDocuments RPC.

func (*PutDocumentsRequestBuilderClient) Build

Build calls the Build RPC.

type PutDocumentsRequestClient

type PutDocumentsRequestClient struct {
	// contains filtered or unexported fields
}

PutDocumentsRequestClient wraps the gRPC PutDocumentsRequestService client.

func NewPutDocumentsRequestClient

func NewPutDocumentsRequestClient(cc grpc.ClientConnInterface) *PutDocumentsRequestClient

NewPutDocumentsRequestClient creates a new PutDocumentsRequest client.

func (*PutDocumentsRequestClient) GetGenericDocuments

func (c *PutDocumentsRequestClient) GetGenericDocuments(ctx context.Context) (int64, error)

GetGenericDocuments calls the GetGenericDocuments RPC.

func (*PutDocumentsRequestClient) GetTakenActionGenericDocuments

func (c *PutDocumentsRequestClient) GetTakenActionGenericDocuments(ctx context.Context) (int64, error)

GetTakenActionGenericDocuments calls the GetTakenActionGenericDocuments RPC.

type RemoveBlobResponseClient

type RemoveBlobResponseClient struct {
	// contains filtered or unexported fields
}

RemoveBlobResponseClient wraps the gRPC RemoveBlobResponseService client.

func NewRemoveBlobResponseClient

func NewRemoveBlobResponseClient(cc grpc.ClientConnInterface) *RemoveBlobResponseClient

NewRemoveBlobResponseClient creates a new RemoveBlobResponse client.

func (*RemoveBlobResponseClient) DescribeContents

func (c *RemoveBlobResponseClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*RemoveBlobResponseClient) WriteToParcel

func (c *RemoveBlobResponseClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type RemoveByDocumentIdRequestBuilderClient

type RemoveByDocumentIdRequestBuilderClient struct {
	// contains filtered or unexported fields
}

RemoveByDocumentIdRequestBuilderClient wraps the gRPC RemoveByDocumentIdRequestBuilderService client.

func NewRemoveByDocumentIdRequestBuilderClient

func NewRemoveByDocumentIdRequestBuilderClient(cc grpc.ClientConnInterface) *RemoveByDocumentIdRequestBuilderClient

NewRemoveByDocumentIdRequestBuilderClient creates a new RemoveByDocumentIdRequestBuilder client.

func (*RemoveByDocumentIdRequestBuilderClient) AddIds

AddIds calls the AddIds RPC.

func (*RemoveByDocumentIdRequestBuilderClient) Build

Build calls the Build RPC.

type RemoveByDocumentIdRequestClient

type RemoveByDocumentIdRequestClient struct {
	// contains filtered or unexported fields
}

RemoveByDocumentIdRequestClient wraps the gRPC RemoveByDocumentIdRequestService client.

func NewRemoveByDocumentIdRequestClient

func NewRemoveByDocumentIdRequestClient(cc grpc.ClientConnInterface) *RemoveByDocumentIdRequestClient

NewRemoveByDocumentIdRequestClient creates a new RemoveByDocumentIdRequest client.

func (*RemoveByDocumentIdRequestClient) DescribeContents

func (c *RemoveByDocumentIdRequestClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*RemoveByDocumentIdRequestClient) GetIds

GetIds calls the GetIds RPC.

func (*RemoveByDocumentIdRequestClient) GetNamespace

GetNamespace calls the GetNamespace RPC.

func (*RemoveByDocumentIdRequestClient) WriteToParcel

func (c *RemoveByDocumentIdRequestClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type ReportSystemUsageRequestBuilderClient

type ReportSystemUsageRequestBuilderClient struct {
	// contains filtered or unexported fields
}

ReportSystemUsageRequestBuilderClient wraps the gRPC ReportSystemUsageRequestBuilderService client.

func NewReportSystemUsageRequestBuilderClient

func NewReportSystemUsageRequestBuilderClient(cc grpc.ClientConnInterface) *ReportSystemUsageRequestBuilderClient

NewReportSystemUsageRequestBuilderClient creates a new ReportSystemUsageRequestBuilder client.

func (*ReportSystemUsageRequestBuilderClient) Build

Build calls the Build RPC.

func (*ReportSystemUsageRequestBuilderClient) SetUsageTimestampMillis

func (c *ReportSystemUsageRequestBuilderClient) SetUsageTimestampMillis(ctx context.Context, arg0 int64) (int64, error)

SetUsageTimestampMillis calls the SetUsageTimestampMillis RPC.

type ReportSystemUsageRequestClient

type ReportSystemUsageRequestClient struct {
	// contains filtered or unexported fields
}

ReportSystemUsageRequestClient wraps the gRPC ReportSystemUsageRequestService client.

func NewReportSystemUsageRequestClient

func NewReportSystemUsageRequestClient(cc grpc.ClientConnInterface) *ReportSystemUsageRequestClient

NewReportSystemUsageRequestClient creates a new ReportSystemUsageRequest client.

func (*ReportSystemUsageRequestClient) GetDatabaseName

func (c *ReportSystemUsageRequestClient) GetDatabaseName(ctx context.Context) (string, error)

GetDatabaseName calls the GetDatabaseName RPC.

func (*ReportSystemUsageRequestClient) GetDocumentId

func (c *ReportSystemUsageRequestClient) GetDocumentId(ctx context.Context) (string, error)

GetDocumentId calls the GetDocumentId RPC.

func (*ReportSystemUsageRequestClient) GetNamespace

func (c *ReportSystemUsageRequestClient) GetNamespace(ctx context.Context) (string, error)

GetNamespace calls the GetNamespace RPC.

func (*ReportSystemUsageRequestClient) GetPackageName

func (c *ReportSystemUsageRequestClient) GetPackageName(ctx context.Context) (string, error)

GetPackageName calls the GetPackageName RPC.

func (*ReportSystemUsageRequestClient) GetUsageTimestampMillis

func (c *ReportSystemUsageRequestClient) GetUsageTimestampMillis(ctx context.Context) (int64, error)

GetUsageTimestampMillis calls the GetUsageTimestampMillis RPC.

type ReportUsageRequestBuilderClient

type ReportUsageRequestBuilderClient struct {
	// contains filtered or unexported fields
}

ReportUsageRequestBuilderClient wraps the gRPC ReportUsageRequestBuilderService client.

func NewReportUsageRequestBuilderClient

func NewReportUsageRequestBuilderClient(cc grpc.ClientConnInterface) *ReportUsageRequestBuilderClient

NewReportUsageRequestBuilderClient creates a new ReportUsageRequestBuilder client.

func (*ReportUsageRequestBuilderClient) Build

Build calls the Build RPC.

func (*ReportUsageRequestBuilderClient) SetUsageTimestampMillis

func (c *ReportUsageRequestBuilderClient) SetUsageTimestampMillis(ctx context.Context, arg0 int64) (int64, error)

SetUsageTimestampMillis calls the SetUsageTimestampMillis RPC.

type ReportUsageRequestClient

type ReportUsageRequestClient struct {
	// contains filtered or unexported fields
}

ReportUsageRequestClient wraps the gRPC ReportUsageRequestService client.

func NewReportUsageRequestClient

func NewReportUsageRequestClient(cc grpc.ClientConnInterface) *ReportUsageRequestClient

NewReportUsageRequestClient creates a new ReportUsageRequest client.

func (*ReportUsageRequestClient) DescribeContents

func (c *ReportUsageRequestClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*ReportUsageRequestClient) GetDocumentId

func (c *ReportUsageRequestClient) GetDocumentId(ctx context.Context) (string, error)

GetDocumentId calls the GetDocumentId RPC.

func (*ReportUsageRequestClient) GetNamespace

func (c *ReportUsageRequestClient) GetNamespace(ctx context.Context) (string, error)

GetNamespace calls the GetNamespace RPC.

func (*ReportUsageRequestClient) GetUsageTimestampMillis

func (c *ReportUsageRequestClient) GetUsageTimestampMillis(ctx context.Context) (int64, error)

GetUsageTimestampMillis calls the GetUsageTimestampMillis RPC.

func (*ReportUsageRequestClient) WriteToParcel

func (c *ReportUsageRequestClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type SchemaVisibilityConfigBuilderClient

type SchemaVisibilityConfigBuilderClient struct {
	// contains filtered or unexported fields
}

SchemaVisibilityConfigBuilderClient wraps the gRPC SchemaVisibilityConfigBuilderService client.

func NewSchemaVisibilityConfigBuilderClient

func NewSchemaVisibilityConfigBuilderClient(cc grpc.ClientConnInterface) *SchemaVisibilityConfigBuilderClient

NewSchemaVisibilityConfigBuilderClient creates a new SchemaVisibilityConfigBuilder client.

func (*SchemaVisibilityConfigBuilderClient) AddAllowedPackage

func (c *SchemaVisibilityConfigBuilderClient) AddAllowedPackage(ctx context.Context, arg0 int64) (int64, error)

AddAllowedPackage calls the AddAllowedPackage RPC.

func (*SchemaVisibilityConfigBuilderClient) Build

Build calls the Build RPC.

func (*SchemaVisibilityConfigBuilderClient) ClearAllowedPackages

func (c *SchemaVisibilityConfigBuilderClient) ClearAllowedPackages(ctx context.Context) (int64, error)

ClearAllowedPackages calls the ClearAllowedPackages RPC.

func (*SchemaVisibilityConfigBuilderClient) ClearRequiredPermissions

func (c *SchemaVisibilityConfigBuilderClient) ClearRequiredPermissions(ctx context.Context) (int64, error)

ClearRequiredPermissions calls the ClearRequiredPermissions RPC.

func (*SchemaVisibilityConfigBuilderClient) SetPubliclyVisibleTargetPackage

func (c *SchemaVisibilityConfigBuilderClient) SetPubliclyVisibleTargetPackage(ctx context.Context, arg0 int64) (int64, error)

SetPubliclyVisibleTargetPackage calls the SetPubliclyVisibleTargetPackage RPC.

type SchemaVisibilityConfigClient

type SchemaVisibilityConfigClient struct {
	// contains filtered or unexported fields
}

SchemaVisibilityConfigClient wraps the gRPC SchemaVisibilityConfigService client.

func NewSchemaVisibilityConfigClient

func NewSchemaVisibilityConfigClient(cc grpc.ClientConnInterface) *SchemaVisibilityConfigClient

NewSchemaVisibilityConfigClient creates a new SchemaVisibilityConfig client.

func (*SchemaVisibilityConfigClient) DescribeContents

func (c *SchemaVisibilityConfigClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*SchemaVisibilityConfigClient) Equals

func (c *SchemaVisibilityConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*SchemaVisibilityConfigClient) GetAllowedPackages

func (c *SchemaVisibilityConfigClient) GetAllowedPackages(ctx context.Context) (int64, error)

GetAllowedPackages calls the GetAllowedPackages RPC.

func (*SchemaVisibilityConfigClient) GetPubliclyVisibleTargetPackage

func (c *SchemaVisibilityConfigClient) GetPubliclyVisibleTargetPackage(ctx context.Context) (int64, error)

GetPubliclyVisibleTargetPackage calls the GetPubliclyVisibleTargetPackage RPC.

func (*SchemaVisibilityConfigClient) GetRequiredPermissions

func (c *SchemaVisibilityConfigClient) GetRequiredPermissions(ctx context.Context) (int64, error)

GetRequiredPermissions calls the GetRequiredPermissions RPC.

func (*SchemaVisibilityConfigClient) HashCode

HashCode calls the HashCode RPC.

func (*SchemaVisibilityConfigClient) WriteToParcel

func (c *SchemaVisibilityConfigClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type SearchResultBuilderClient

type SearchResultBuilderClient struct {
	// contains filtered or unexported fields
}

SearchResultBuilderClient wraps the gRPC SearchResultBuilderService client.

func NewSearchResultBuilderClient

func NewSearchResultBuilderClient(cc grpc.ClientConnInterface) *SearchResultBuilderClient

NewSearchResultBuilderClient creates a new SearchResultBuilder client.

func (*SearchResultBuilderClient) AddInformationalRankingSignal

func (c *SearchResultBuilderClient) AddInformationalRankingSignal(ctx context.Context, arg0 float64) (int64, error)

AddInformationalRankingSignal calls the AddInformationalRankingSignal RPC.

func (*SearchResultBuilderClient) AddJoinedResult

func (c *SearchResultBuilderClient) AddJoinedResult(ctx context.Context, arg0 int64) (int64, error)

AddJoinedResult calls the AddJoinedResult RPC.

func (*SearchResultBuilderClient) AddMatchInfo

func (c *SearchResultBuilderClient) AddMatchInfo(ctx context.Context, arg0 int64) (int64, error)

AddMatchInfo calls the AddMatchInfo RPC.

func (*SearchResultBuilderClient) Build

Build calls the Build RPC.

func (*SearchResultBuilderClient) SetGenericDocument

func (c *SearchResultBuilderClient) SetGenericDocument(ctx context.Context, arg0 int64) (int64, error)

SetGenericDocument calls the SetGenericDocument RPC.

func (*SearchResultBuilderClient) SetRankingSignal

func (c *SearchResultBuilderClient) SetRankingSignal(ctx context.Context, arg0 float64) (int64, error)

SetRankingSignal calls the SetRankingSignal RPC.

type SearchResultClient

type SearchResultClient struct {
	// contains filtered or unexported fields
}

SearchResultClient wraps the gRPC SearchResultService client.

func NewSearchResultClient

func NewSearchResultClient(cc grpc.ClientConnInterface) *SearchResultClient

NewSearchResultClient creates a new SearchResult client.

func (*SearchResultClient) DescribeContents

func (c *SearchResultClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*SearchResultClient) GetDatabaseName

func (c *SearchResultClient) GetDatabaseName(ctx context.Context) (string, error)

GetDatabaseName calls the GetDatabaseName RPC.

func (*SearchResultClient) GetGenericDocument

func (c *SearchResultClient) GetGenericDocument(ctx context.Context) (int64, error)

GetGenericDocument calls the GetGenericDocument RPC.

func (*SearchResultClient) GetInformationalRankingSignals

func (c *SearchResultClient) GetInformationalRankingSignals(ctx context.Context) (int64, error)

GetInformationalRankingSignals calls the GetInformationalRankingSignals RPC.

func (*SearchResultClient) GetJoinedResults

func (c *SearchResultClient) GetJoinedResults(ctx context.Context) (int64, error)

GetJoinedResults calls the GetJoinedResults RPC.

func (*SearchResultClient) GetMatchInfos

func (c *SearchResultClient) GetMatchInfos(ctx context.Context) (int64, error)

GetMatchInfos calls the GetMatchInfos RPC.

func (*SearchResultClient) GetPackageName

func (c *SearchResultClient) GetPackageName(ctx context.Context) (string, error)

GetPackageName calls the GetPackageName RPC.

func (*SearchResultClient) GetRankingSignal

func (c *SearchResultClient) GetRankingSignal(ctx context.Context) (float64, error)

GetRankingSignal calls the GetRankingSignal RPC.

func (*SearchResultClient) WriteToParcel

func (c *SearchResultClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type SearchResultMatchInfoClient

type SearchResultMatchInfoClient struct {
	// contains filtered or unexported fields
}

SearchResultMatchInfoClient wraps the gRPC SearchResultMatchInfoService client.

func NewSearchResultMatchInfoClient

func NewSearchResultMatchInfoClient(cc grpc.ClientConnInterface) *SearchResultMatchInfoClient

NewSearchResultMatchInfoClient creates a new SearchResultMatchInfo client.

func (*SearchResultMatchInfoClient) DescribeContents

func (c *SearchResultMatchInfoClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*SearchResultMatchInfoClient) GetExactMatch

func (c *SearchResultMatchInfoClient) GetExactMatch(ctx context.Context) (int64, error)

GetExactMatch calls the GetExactMatch RPC.

func (*SearchResultMatchInfoClient) GetExactMatchRange

func (c *SearchResultMatchInfoClient) GetExactMatchRange(ctx context.Context) (int64, error)

GetExactMatchRange calls the GetExactMatchRange RPC.

func (*SearchResultMatchInfoClient) GetFullText

func (c *SearchResultMatchInfoClient) GetFullText(ctx context.Context) (string, error)

GetFullText calls the GetFullText RPC.

func (*SearchResultMatchInfoClient) GetPropertyPath

func (c *SearchResultMatchInfoClient) GetPropertyPath(ctx context.Context) (string, error)

GetPropertyPath calls the GetPropertyPath RPC.

func (*SearchResultMatchInfoClient) GetPropertyPathObject

func (c *SearchResultMatchInfoClient) GetPropertyPathObject(ctx context.Context) (int64, error)

GetPropertyPathObject calls the GetPropertyPathObject RPC.

func (*SearchResultMatchInfoClient) GetSnippet

func (c *SearchResultMatchInfoClient) GetSnippet(ctx context.Context) (int64, error)

GetSnippet calls the GetSnippet RPC.

func (*SearchResultMatchInfoClient) GetSnippetRange

func (c *SearchResultMatchInfoClient) GetSnippetRange(ctx context.Context) (int64, error)

GetSnippetRange calls the GetSnippetRange RPC.

func (*SearchResultMatchInfoClient) GetSubmatch

func (c *SearchResultMatchInfoClient) GetSubmatch(ctx context.Context) (int64, error)

GetSubmatch calls the GetSubmatch RPC.

func (*SearchResultMatchInfoClient) GetSubmatchRange

func (c *SearchResultMatchInfoClient) GetSubmatchRange(ctx context.Context) (int64, error)

GetSubmatchRange calls the GetSubmatchRange RPC.

func (*SearchResultMatchInfoClient) WriteToParcel

func (c *SearchResultMatchInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type SearchResultMatchRangeClient

type SearchResultMatchRangeClient struct {
	// contains filtered or unexported fields
}

SearchResultMatchRangeClient wraps the gRPC SearchResultMatchRangeService client.

func NewSearchResultMatchRangeClient

func NewSearchResultMatchRangeClient(cc grpc.ClientConnInterface) *SearchResultMatchRangeClient

NewSearchResultMatchRangeClient creates a new SearchResultMatchRange client.

func (*SearchResultMatchRangeClient) Equals

func (c *SearchResultMatchRangeClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*SearchResultMatchRangeClient) GetEnd

GetEnd calls the GetEnd RPC.

func (*SearchResultMatchRangeClient) GetStart

GetStart calls the GetStart RPC.

func (*SearchResultMatchRangeClient) HashCode

HashCode calls the HashCode RPC.

func (*SearchResultMatchRangeClient) ToString

ToString calls the ToString RPC.

type SearchResultsClient

type SearchResultsClient struct {
	// contains filtered or unexported fields
}

SearchResultsClient wraps the gRPC SearchResultsService client.

func NewSearchResultsClient

func NewSearchResultsClient(cc grpc.ClientConnInterface) *SearchResultsClient

NewSearchResultsClient creates a new SearchResults client.

func (*SearchResultsClient) Close

func (c *SearchResultsClient) Close(ctx context.Context) error

Close calls the Close RPC.

type SearchSpecBuilderClient

type SearchSpecBuilderClient struct {
	// contains filtered or unexported fields
}

SearchSpecBuilderClient wraps the gRPC SearchSpecBuilderService client.

func NewSearchSpecBuilderClient

func NewSearchSpecBuilderClient(cc grpc.ClientConnInterface) *SearchSpecBuilderClient

NewSearchSpecBuilderClient creates a new SearchSpecBuilder client.

func (*SearchSpecBuilderClient) AddEmbeddingParameters

func (c *SearchSpecBuilderClient) AddEmbeddingParameters(ctx context.Context, arg0 int64) (int64, error)

AddEmbeddingParameters calls the AddEmbeddingParameters RPC.

func (*SearchSpecBuilderClient) AddFilterDocumentIds

func (c *SearchSpecBuilderClient) AddFilterDocumentIds(ctx context.Context, arg0 int64) (int64, error)

AddFilterDocumentIds calls the AddFilterDocumentIds RPC.

func (*SearchSpecBuilderClient) AddFilterNamespaces

func (c *SearchSpecBuilderClient) AddFilterNamespaces(ctx context.Context, arg0 int64) (int64, error)

AddFilterNamespaces calls the AddFilterNamespaces RPC.

func (*SearchSpecBuilderClient) AddFilterPackageNames

func (c *SearchSpecBuilderClient) AddFilterPackageNames(ctx context.Context, arg0 int64) (int64, error)

AddFilterPackageNames calls the AddFilterPackageNames RPC.

func (*SearchSpecBuilderClient) AddFilterSchemas

func (c *SearchSpecBuilderClient) AddFilterSchemas(ctx context.Context, arg0 int64) (int64, error)

AddFilterSchemas calls the AddFilterSchemas RPC.

func (*SearchSpecBuilderClient) AddInformationalRankingExpressions

func (c *SearchSpecBuilderClient) AddInformationalRankingExpressions(ctx context.Context, arg0 int64) (int64, error)

AddInformationalRankingExpressions calls the AddInformationalRankingExpressions RPC.

func (*SearchSpecBuilderClient) AddSearchStringParameters

func (c *SearchSpecBuilderClient) AddSearchStringParameters(ctx context.Context, arg0 int64) (int64, error)

AddSearchStringParameters calls the AddSearchStringParameters RPC.

func (*SearchSpecBuilderClient) Build

Build calls the Build RPC.

func (*SearchSpecBuilderClient) ClearEmbeddingParameters

func (c *SearchSpecBuilderClient) ClearEmbeddingParameters(ctx context.Context) (int64, error)

ClearEmbeddingParameters calls the ClearEmbeddingParameters RPC.

func (*SearchSpecBuilderClient) ClearFilterDocumentIds

func (c *SearchSpecBuilderClient) ClearFilterDocumentIds(ctx context.Context) (int64, error)

ClearFilterDocumentIds calls the ClearFilterDocumentIds RPC.

func (*SearchSpecBuilderClient) ClearFilterNamespaces

func (c *SearchSpecBuilderClient) ClearFilterNamespaces(ctx context.Context) (int64, error)

ClearFilterNamespaces calls the ClearFilterNamespaces RPC.

func (*SearchSpecBuilderClient) ClearFilterPackageNames

func (c *SearchSpecBuilderClient) ClearFilterPackageNames(ctx context.Context) (int64, error)

ClearFilterPackageNames calls the ClearFilterPackageNames RPC.

func (*SearchSpecBuilderClient) ClearFilterProperties

func (c *SearchSpecBuilderClient) ClearFilterProperties(ctx context.Context) (int64, error)

ClearFilterProperties calls the ClearFilterProperties RPC.

func (*SearchSpecBuilderClient) ClearFilterSchemas

func (c *SearchSpecBuilderClient) ClearFilterSchemas(ctx context.Context) (int64, error)

ClearFilterSchemas calls the ClearFilterSchemas RPC.

func (*SearchSpecBuilderClient) ClearInformationalRankingExpressions

func (c *SearchSpecBuilderClient) ClearInformationalRankingExpressions(ctx context.Context) (int64, error)

ClearInformationalRankingExpressions calls the ClearInformationalRankingExpressions RPC.

func (*SearchSpecBuilderClient) ClearJoinSpec

func (c *SearchSpecBuilderClient) ClearJoinSpec(ctx context.Context) (int64, error)

ClearJoinSpec calls the ClearJoinSpec RPC.

func (*SearchSpecBuilderClient) ClearProjections

func (c *SearchSpecBuilderClient) ClearProjections(ctx context.Context) (int64, error)

ClearProjections calls the ClearProjections RPC.

func (*SearchSpecBuilderClient) ClearPropertyWeights

func (c *SearchSpecBuilderClient) ClearPropertyWeights(ctx context.Context) (int64, error)

ClearPropertyWeights calls the ClearPropertyWeights RPC.

func (*SearchSpecBuilderClient) ClearResultGrouping

func (c *SearchSpecBuilderClient) ClearResultGrouping(ctx context.Context) (int64, error)

ClearResultGrouping calls the ClearResultGrouping RPC.

func (*SearchSpecBuilderClient) ClearSearchSourceLogTag

func (c *SearchSpecBuilderClient) ClearSearchSourceLogTag(ctx context.Context) (int64, error)

ClearSearchSourceLogTag calls the ClearSearchSourceLogTag RPC.

func (*SearchSpecBuilderClient) ClearSearchStringParameters

func (c *SearchSpecBuilderClient) ClearSearchStringParameters(ctx context.Context) (int64, error)

ClearSearchStringParameters calls the ClearSearchStringParameters RPC.

func (*SearchSpecBuilderClient) SetDefaultEmbeddingSearchMetricType

func (c *SearchSpecBuilderClient) SetDefaultEmbeddingSearchMetricType(ctx context.Context, arg0 int32) (int64, error)

SetDefaultEmbeddingSearchMetricType calls the SetDefaultEmbeddingSearchMetricType RPC.

func (*SearchSpecBuilderClient) SetJoinSpec

func (c *SearchSpecBuilderClient) SetJoinSpec(ctx context.Context, arg0 int64) (int64, error)

SetJoinSpec calls the SetJoinSpec RPC.

func (*SearchSpecBuilderClient) SetListFilterHasPropertyFunctionEnabled

func (c *SearchSpecBuilderClient) SetListFilterHasPropertyFunctionEnabled(ctx context.Context, arg0 bool) (int64, error)

SetListFilterHasPropertyFunctionEnabled calls the SetListFilterHasPropertyFunctionEnabled RPC.

func (*SearchSpecBuilderClient) SetListFilterMatchScoreExpressionFunctionEnabled

func (c *SearchSpecBuilderClient) SetListFilterMatchScoreExpressionFunctionEnabled(ctx context.Context, arg0 bool) (int64, error)

SetListFilterMatchScoreExpressionFunctionEnabled calls the SetListFilterMatchScoreExpressionFunctionEnabled RPC.

func (*SearchSpecBuilderClient) SetListFilterQueryLanguageEnabled

func (c *SearchSpecBuilderClient) SetListFilterQueryLanguageEnabled(ctx context.Context, arg0 bool) (int64, error)

SetListFilterQueryLanguageEnabled calls the SetListFilterQueryLanguageEnabled RPC.

func (*SearchSpecBuilderClient) SetMaxSnippetSize

func (c *SearchSpecBuilderClient) SetMaxSnippetSize(ctx context.Context, arg0 int32) (int64, error)

SetMaxSnippetSize calls the SetMaxSnippetSize RPC.

func (*SearchSpecBuilderClient) SetNumericSearchEnabled

func (c *SearchSpecBuilderClient) SetNumericSearchEnabled(ctx context.Context, arg0 bool) (int64, error)

SetNumericSearchEnabled calls the SetNumericSearchEnabled RPC.

func (*SearchSpecBuilderClient) SetOrder

func (c *SearchSpecBuilderClient) SetOrder(ctx context.Context, arg0 int32) (int64, error)

SetOrder calls the SetOrder RPC.

func (*SearchSpecBuilderClient) SetRankingStrategy1

func (c *SearchSpecBuilderClient) SetRankingStrategy1(ctx context.Context, arg0 int32) (int64, error)

SetRankingStrategy1 calls the SetRankingStrategy1 RPC.

func (*SearchSpecBuilderClient) SetRankingStrategy1_1

func (c *SearchSpecBuilderClient) SetRankingStrategy1_1(ctx context.Context, arg0 string) (int64, error)

SetRankingStrategy1_1 calls the SetRankingStrategy1_1 RPC.

func (*SearchSpecBuilderClient) SetResultCountPerPage

func (c *SearchSpecBuilderClient) SetResultCountPerPage(ctx context.Context, arg0 int32) (int64, error)

SetResultCountPerPage calls the SetResultCountPerPage RPC.

func (*SearchSpecBuilderClient) SetResultGrouping

func (c *SearchSpecBuilderClient) SetResultGrouping(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

SetResultGrouping calls the SetResultGrouping RPC.

func (*SearchSpecBuilderClient) SetScorablePropertyRankingEnabled

func (c *SearchSpecBuilderClient) SetScorablePropertyRankingEnabled(ctx context.Context, arg0 bool) (int64, error)

SetScorablePropertyRankingEnabled calls the SetScorablePropertyRankingEnabled RPC.

func (*SearchSpecBuilderClient) SetSearchSourceLogTag

func (c *SearchSpecBuilderClient) SetSearchSourceLogTag(ctx context.Context, arg0 string) (int64, error)

SetSearchSourceLogTag calls the SetSearchSourceLogTag RPC.

func (*SearchSpecBuilderClient) SetSnippetCount

func (c *SearchSpecBuilderClient) SetSnippetCount(ctx context.Context, arg0 int32) (int64, error)

SetSnippetCount calls the SetSnippetCount RPC.

func (*SearchSpecBuilderClient) SetSnippetCountPerProperty

func (c *SearchSpecBuilderClient) SetSnippetCountPerProperty(ctx context.Context, arg0 int32) (int64, error)

SetSnippetCountPerProperty calls the SetSnippetCountPerProperty RPC.

func (*SearchSpecBuilderClient) SetTermMatch

func (c *SearchSpecBuilderClient) SetTermMatch(ctx context.Context, arg0 int32) (int64, error)

SetTermMatch calls the SetTermMatch RPC.

func (*SearchSpecBuilderClient) SetVerbatimSearchEnabled

func (c *SearchSpecBuilderClient) SetVerbatimSearchEnabled(ctx context.Context, arg0 bool) (int64, error)

SetVerbatimSearchEnabled calls the SetVerbatimSearchEnabled RPC.

type SearchSpecClient

type SearchSpecClient struct {
	// contains filtered or unexported fields
}

SearchSpecClient wraps the gRPC SearchSpecService client.

func NewSearchSpecClient

func NewSearchSpecClient(cc grpc.ClientConnInterface) *SearchSpecClient

NewSearchSpecClient creates a new SearchSpec client.

func (*SearchSpecClient) DescribeContents

func (c *SearchSpecClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*SearchSpecClient) GetAdvancedRankingExpression

func (c *SearchSpecClient) GetAdvancedRankingExpression(ctx context.Context) (string, error)

GetAdvancedRankingExpression calls the GetAdvancedRankingExpression RPC.

func (*SearchSpecClient) GetDefaultEmbeddingSearchMetricType

func (c *SearchSpecClient) GetDefaultEmbeddingSearchMetricType(ctx context.Context) (int32, error)

GetDefaultEmbeddingSearchMetricType calls the GetDefaultEmbeddingSearchMetricType RPC.

func (*SearchSpecClient) GetEmbeddingParameters

func (c *SearchSpecClient) GetEmbeddingParameters(ctx context.Context) (int64, error)

GetEmbeddingParameters calls the GetEmbeddingParameters RPC.

func (*SearchSpecClient) GetFilterDocumentIds

func (c *SearchSpecClient) GetFilterDocumentIds(ctx context.Context) (int64, error)

GetFilterDocumentIds calls the GetFilterDocumentIds RPC.

func (*SearchSpecClient) GetFilterNamespaces

func (c *SearchSpecClient) GetFilterNamespaces(ctx context.Context) (int64, error)

GetFilterNamespaces calls the GetFilterNamespaces RPC.

func (*SearchSpecClient) GetFilterPackageNames

func (c *SearchSpecClient) GetFilterPackageNames(ctx context.Context) (int64, error)

GetFilterPackageNames calls the GetFilterPackageNames RPC.

func (*SearchSpecClient) GetFilterSchemas

func (c *SearchSpecClient) GetFilterSchemas(ctx context.Context) (int64, error)

GetFilterSchemas calls the GetFilterSchemas RPC.

func (*SearchSpecClient) GetInformationalRankingExpressions

func (c *SearchSpecClient) GetInformationalRankingExpressions(ctx context.Context) (int64, error)

GetInformationalRankingExpressions calls the GetInformationalRankingExpressions RPC.

func (*SearchSpecClient) GetJoinSpec

func (c *SearchSpecClient) GetJoinSpec(ctx context.Context) (int64, error)

GetJoinSpec calls the GetJoinSpec RPC.

func (*SearchSpecClient) GetMaxSnippetSize

func (c *SearchSpecClient) GetMaxSnippetSize(ctx context.Context) (int32, error)

GetMaxSnippetSize calls the GetMaxSnippetSize RPC.

func (*SearchSpecClient) GetOrder

func (c *SearchSpecClient) GetOrder(ctx context.Context) (int32, error)

GetOrder calls the GetOrder RPC.

func (*SearchSpecClient) GetRankingStrategy

func (c *SearchSpecClient) GetRankingStrategy(ctx context.Context) (int32, error)

GetRankingStrategy calls the GetRankingStrategy RPC.

func (*SearchSpecClient) GetResultCountPerPage

func (c *SearchSpecClient) GetResultCountPerPage(ctx context.Context) (int32, error)

GetResultCountPerPage calls the GetResultCountPerPage RPC.

func (*SearchSpecClient) GetResultGroupingLimit

func (c *SearchSpecClient) GetResultGroupingLimit(ctx context.Context) (int32, error)

GetResultGroupingLimit calls the GetResultGroupingLimit RPC.

func (*SearchSpecClient) GetResultGroupingTypeFlags

func (c *SearchSpecClient) GetResultGroupingTypeFlags(ctx context.Context) (int32, error)

GetResultGroupingTypeFlags calls the GetResultGroupingTypeFlags RPC.

func (*SearchSpecClient) GetSearchSourceLogTag

func (c *SearchSpecClient) GetSearchSourceLogTag(ctx context.Context) (string, error)

GetSearchSourceLogTag calls the GetSearchSourceLogTag RPC.

func (*SearchSpecClient) GetSearchStringParameters

func (c *SearchSpecClient) GetSearchStringParameters(ctx context.Context) (int64, error)

GetSearchStringParameters calls the GetSearchStringParameters RPC.

func (*SearchSpecClient) GetSnippetCount

func (c *SearchSpecClient) GetSnippetCount(ctx context.Context) (int32, error)

GetSnippetCount calls the GetSnippetCount RPC.

func (*SearchSpecClient) GetSnippetCountPerProperty

func (c *SearchSpecClient) GetSnippetCountPerProperty(ctx context.Context) (int32, error)

GetSnippetCountPerProperty calls the GetSnippetCountPerProperty RPC.

func (*SearchSpecClient) GetTermMatch

func (c *SearchSpecClient) GetTermMatch(ctx context.Context) (int32, error)

GetTermMatch calls the GetTermMatch RPC.

func (*SearchSpecClient) IsListFilterHasPropertyFunctionEnabled

func (c *SearchSpecClient) IsListFilterHasPropertyFunctionEnabled(ctx context.Context) (bool, error)

IsListFilterHasPropertyFunctionEnabled calls the IsListFilterHasPropertyFunctionEnabled RPC.

func (*SearchSpecClient) IsListFilterMatchScoreExpressionFunctionEnabled

func (c *SearchSpecClient) IsListFilterMatchScoreExpressionFunctionEnabled(ctx context.Context) (bool, error)

IsListFilterMatchScoreExpressionFunctionEnabled calls the IsListFilterMatchScoreExpressionFunctionEnabled RPC.

func (*SearchSpecClient) IsListFilterQueryLanguageEnabled

func (c *SearchSpecClient) IsListFilterQueryLanguageEnabled(ctx context.Context) (bool, error)

IsListFilterQueryLanguageEnabled calls the IsListFilterQueryLanguageEnabled RPC.

func (*SearchSpecClient) IsNumericSearchEnabled

func (c *SearchSpecClient) IsNumericSearchEnabled(ctx context.Context) (bool, error)

IsNumericSearchEnabled calls the IsNumericSearchEnabled RPC.

func (*SearchSpecClient) IsScorablePropertyRankingEnabled

func (c *SearchSpecClient) IsScorablePropertyRankingEnabled(ctx context.Context) (bool, error)

IsScorablePropertyRankingEnabled calls the IsScorablePropertyRankingEnabled RPC.

func (*SearchSpecClient) IsVerbatimSearchEnabled

func (c *SearchSpecClient) IsVerbatimSearchEnabled(ctx context.Context) (bool, error)

IsVerbatimSearchEnabled calls the IsVerbatimSearchEnabled RPC.

func (*SearchSpecClient) WriteToParcel

func (c *SearchSpecClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type SearchSuggestionResultBuilderClient

type SearchSuggestionResultBuilderClient struct {
	// contains filtered or unexported fields
}

SearchSuggestionResultBuilderClient wraps the gRPC SearchSuggestionResultBuilderService client.

func NewSearchSuggestionResultBuilderClient

func NewSearchSuggestionResultBuilderClient(cc grpc.ClientConnInterface) *SearchSuggestionResultBuilderClient

NewSearchSuggestionResultBuilderClient creates a new SearchSuggestionResultBuilder client.

func (*SearchSuggestionResultBuilderClient) Build

Build calls the Build RPC.

func (*SearchSuggestionResultBuilderClient) SetSuggestedResult

func (c *SearchSuggestionResultBuilderClient) SetSuggestedResult(ctx context.Context, arg0 string) (int64, error)

SetSuggestedResult calls the SetSuggestedResult RPC.

type SearchSuggestionResultClient

type SearchSuggestionResultClient struct {
	// contains filtered or unexported fields
}

SearchSuggestionResultClient wraps the gRPC SearchSuggestionResultService client.

func NewSearchSuggestionResultClient

func NewSearchSuggestionResultClient(cc grpc.ClientConnInterface) *SearchSuggestionResultClient

NewSearchSuggestionResultClient creates a new SearchSuggestionResult client.

func (*SearchSuggestionResultClient) DescribeContents

func (c *SearchSuggestionResultClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*SearchSuggestionResultClient) Equals

func (c *SearchSuggestionResultClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*SearchSuggestionResultClient) GetSuggestedResult

func (c *SearchSuggestionResultClient) GetSuggestedResult(ctx context.Context) (string, error)

GetSuggestedResult calls the GetSuggestedResult RPC.

func (*SearchSuggestionResultClient) HashCode

HashCode calls the HashCode RPC.

func (*SearchSuggestionResultClient) WriteToParcel

func (c *SearchSuggestionResultClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type SearchSuggestionSpecBuilderClient

type SearchSuggestionSpecBuilderClient struct {
	// contains filtered or unexported fields
}

SearchSuggestionSpecBuilderClient wraps the gRPC SearchSuggestionSpecBuilderService client.

func NewSearchSuggestionSpecBuilderClient

func NewSearchSuggestionSpecBuilderClient(cc grpc.ClientConnInterface) *SearchSuggestionSpecBuilderClient

NewSearchSuggestionSpecBuilderClient creates a new SearchSuggestionSpecBuilder client.

func (*SearchSuggestionSpecBuilderClient) AddFilterDocumentIds

func (c *SearchSuggestionSpecBuilderClient) AddFilterDocumentIds(ctx context.Context, arg0 string, arg1 int64) (int64, error)

AddFilterDocumentIds calls the AddFilterDocumentIds RPC.

func (*SearchSuggestionSpecBuilderClient) AddFilterNamespaces

func (c *SearchSuggestionSpecBuilderClient) AddFilterNamespaces(ctx context.Context, arg0 int64) (int64, error)

AddFilterNamespaces calls the AddFilterNamespaces RPC.

func (*SearchSuggestionSpecBuilderClient) AddFilterSchemas

func (c *SearchSuggestionSpecBuilderClient) AddFilterSchemas(ctx context.Context, arg0 int64) (int64, error)

AddFilterSchemas calls the AddFilterSchemas RPC.

func (*SearchSuggestionSpecBuilderClient) AddSearchStringParameters

func (c *SearchSuggestionSpecBuilderClient) AddSearchStringParameters(ctx context.Context, arg0 int64) (int64, error)

AddSearchStringParameters calls the AddSearchStringParameters RPC.

func (*SearchSuggestionSpecBuilderClient) Build

Build calls the Build RPC.

func (*SearchSuggestionSpecBuilderClient) SetRankingStrategy

func (c *SearchSuggestionSpecBuilderClient) SetRankingStrategy(ctx context.Context, arg0 int32) (int64, error)

SetRankingStrategy calls the SetRankingStrategy RPC.

type SearchSuggestionSpecClient

type SearchSuggestionSpecClient struct {
	// contains filtered or unexported fields
}

SearchSuggestionSpecClient wraps the gRPC SearchSuggestionSpecService client.

func NewSearchSuggestionSpecClient

func NewSearchSuggestionSpecClient(cc grpc.ClientConnInterface) *SearchSuggestionSpecClient

NewSearchSuggestionSpecClient creates a new SearchSuggestionSpec client.

func (*SearchSuggestionSpecClient) DescribeContents

func (c *SearchSuggestionSpecClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*SearchSuggestionSpecClient) GetFilterNamespaces

func (c *SearchSuggestionSpecClient) GetFilterNamespaces(ctx context.Context) (int64, error)

GetFilterNamespaces calls the GetFilterNamespaces RPC.

func (*SearchSuggestionSpecClient) GetFilterSchemas

func (c *SearchSuggestionSpecClient) GetFilterSchemas(ctx context.Context) (int64, error)

GetFilterSchemas calls the GetFilterSchemas RPC.

func (*SearchSuggestionSpecClient) GetMaximumResultCount

func (c *SearchSuggestionSpecClient) GetMaximumResultCount(ctx context.Context) (int32, error)

GetMaximumResultCount calls the GetMaximumResultCount RPC.

func (*SearchSuggestionSpecClient) GetRankingStrategy

func (c *SearchSuggestionSpecClient) GetRankingStrategy(ctx context.Context) (int32, error)

GetRankingStrategy calls the GetRankingStrategy RPC.

func (*SearchSuggestionSpecClient) GetSearchStringParameters

func (c *SearchSuggestionSpecClient) GetSearchStringParameters(ctx context.Context) (int64, error)

GetSearchStringParameters calls the GetSearchStringParameters RPC.

func (*SearchSuggestionSpecClient) WriteToParcel

func (c *SearchSuggestionSpecClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type SetBlobVisibilityRequestBuilderClient

type SetBlobVisibilityRequestBuilderClient struct {
	// contains filtered or unexported fields
}

SetBlobVisibilityRequestBuilderClient wraps the gRPC SetBlobVisibilityRequestBuilderService client.

func NewSetBlobVisibilityRequestBuilderClient

func NewSetBlobVisibilityRequestBuilderClient(cc grpc.ClientConnInterface) *SetBlobVisibilityRequestBuilderClient

NewSetBlobVisibilityRequestBuilderClient creates a new SetBlobVisibilityRequestBuilder client.

func (*SetBlobVisibilityRequestBuilderClient) AddNamespaceVisibleToConfig

func (c *SetBlobVisibilityRequestBuilderClient) AddNamespaceVisibleToConfig(ctx context.Context, arg0 string, arg1 int64) (int64, error)

AddNamespaceVisibleToConfig calls the AddNamespaceVisibleToConfig RPC.

func (*SetBlobVisibilityRequestBuilderClient) Build

Build calls the Build RPC.

func (*SetBlobVisibilityRequestBuilderClient) ClearNamespaceVisibleToConfigs

func (c *SetBlobVisibilityRequestBuilderClient) ClearNamespaceVisibleToConfigs(ctx context.Context, arg0 string) (int64, error)

ClearNamespaceVisibleToConfigs calls the ClearNamespaceVisibleToConfigs RPC.

func (*SetBlobVisibilityRequestBuilderClient) SetNamespaceDisplayedBySystem

func (c *SetBlobVisibilityRequestBuilderClient) SetNamespaceDisplayedBySystem(ctx context.Context, arg0 string, arg1 bool) (int64, error)

SetNamespaceDisplayedBySystem calls the SetNamespaceDisplayedBySystem RPC.

type SetBlobVisibilityRequestClient

type SetBlobVisibilityRequestClient struct {
	// contains filtered or unexported fields
}

SetBlobVisibilityRequestClient wraps the gRPC SetBlobVisibilityRequestService client.

func NewSetBlobVisibilityRequestClient

func NewSetBlobVisibilityRequestClient(cc grpc.ClientConnInterface) *SetBlobVisibilityRequestClient

NewSetBlobVisibilityRequestClient creates a new SetBlobVisibilityRequest client.

func (*SetBlobVisibilityRequestClient) GetNamespacesNotDisplayedBySystem

func (c *SetBlobVisibilityRequestClient) GetNamespacesNotDisplayedBySystem(ctx context.Context) (int64, error)

GetNamespacesNotDisplayedBySystem calls the GetNamespacesNotDisplayedBySystem RPC.

type SetSchemaRequestBuilderClient

type SetSchemaRequestBuilderClient struct {
	// contains filtered or unexported fields
}

SetSchemaRequestBuilderClient wraps the gRPC SetSchemaRequestBuilderService client.

func NewSetSchemaRequestBuilderClient

func NewSetSchemaRequestBuilderClient(cc grpc.ClientConnInterface) *SetSchemaRequestBuilderClient

NewSetSchemaRequestBuilderClient creates a new SetSchemaRequestBuilder client.

func (*SetSchemaRequestBuilderClient) AddSchemaTypeVisibleToConfig

func (c *SetSchemaRequestBuilderClient) AddSchemaTypeVisibleToConfig(ctx context.Context, arg0 string, arg1 int64) (int64, error)

AddSchemaTypeVisibleToConfig calls the AddSchemaTypeVisibleToConfig RPC.

func (*SetSchemaRequestBuilderClient) AddSchemas

func (c *SetSchemaRequestBuilderClient) AddSchemas(ctx context.Context, arg0 int64) (int64, error)

AddSchemas calls the AddSchemas RPC.

func (*SetSchemaRequestBuilderClient) Build

Build calls the Build RPC.

func (*SetSchemaRequestBuilderClient) ClearMigrators

func (c *SetSchemaRequestBuilderClient) ClearMigrators(ctx context.Context) (int64, error)

ClearMigrators calls the ClearMigrators RPC.

func (*SetSchemaRequestBuilderClient) ClearRequiredPermissionsForSchemaTypeVisibility

func (c *SetSchemaRequestBuilderClient) ClearRequiredPermissionsForSchemaTypeVisibility(ctx context.Context, arg0 string) (int64, error)

ClearRequiredPermissionsForSchemaTypeVisibility calls the ClearRequiredPermissionsForSchemaTypeVisibility RPC.

func (*SetSchemaRequestBuilderClient) ClearSchemaTypeVisibleToConfigs

func (c *SetSchemaRequestBuilderClient) ClearSchemaTypeVisibleToConfigs(ctx context.Context, arg0 string) (int64, error)

ClearSchemaTypeVisibleToConfigs calls the ClearSchemaTypeVisibleToConfigs RPC.

func (*SetSchemaRequestBuilderClient) ClearSchemas

func (c *SetSchemaRequestBuilderClient) ClearSchemas(ctx context.Context) (int64, error)

ClearSchemas calls the ClearSchemas RPC.

func (*SetSchemaRequestBuilderClient) SetForceOverride

func (c *SetSchemaRequestBuilderClient) SetForceOverride(ctx context.Context, arg0 bool) (int64, error)

SetForceOverride calls the SetForceOverride RPC.

func (*SetSchemaRequestBuilderClient) SetMigrator

func (c *SetSchemaRequestBuilderClient) SetMigrator(ctx context.Context, arg0 string, arg1 int64) (int64, error)

SetMigrator calls the SetMigrator RPC.

func (*SetSchemaRequestBuilderClient) SetPubliclyVisibleSchema

func (c *SetSchemaRequestBuilderClient) SetPubliclyVisibleSchema(ctx context.Context, arg0 string, arg1 int64) (int64, error)

SetPubliclyVisibleSchema calls the SetPubliclyVisibleSchema RPC.

func (*SetSchemaRequestBuilderClient) SetSchemaTypeDisplayedBySystem

func (c *SetSchemaRequestBuilderClient) SetSchemaTypeDisplayedBySystem(ctx context.Context, arg0 string, arg1 bool) (int64, error)

SetSchemaTypeDisplayedBySystem calls the SetSchemaTypeDisplayedBySystem RPC.

func (*SetSchemaRequestBuilderClient) SetSchemaTypeVisibilityForPackage

func (c *SetSchemaRequestBuilderClient) SetSchemaTypeVisibilityForPackage(ctx context.Context, arg0 string, arg1 bool, arg2 int64) (int64, error)

SetSchemaTypeVisibilityForPackage calls the SetSchemaTypeVisibilityForPackage RPC.

func (*SetSchemaRequestBuilderClient) SetVersion

func (c *SetSchemaRequestBuilderClient) SetVersion(ctx context.Context, arg0 int32) (int64, error)

SetVersion calls the SetVersion RPC.

type SetSchemaRequestClient

type SetSchemaRequestClient struct {
	// contains filtered or unexported fields
}

SetSchemaRequestClient wraps the gRPC SetSchemaRequestService client.

func NewSetSchemaRequestClient

func NewSetSchemaRequestClient(cc grpc.ClientConnInterface) *SetSchemaRequestClient

NewSetSchemaRequestClient creates a new SetSchemaRequest client.

func (*SetSchemaRequestClient) Equals

func (c *SetSchemaRequestClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*SetSchemaRequestClient) GetSchemas

func (c *SetSchemaRequestClient) GetSchemas(ctx context.Context) (int64, error)

GetSchemas calls the GetSchemas RPC.

func (*SetSchemaRequestClient) GetSchemasNotDisplayedBySystem

func (c *SetSchemaRequestClient) GetSchemasNotDisplayedBySystem(ctx context.Context) (int64, error)

GetSchemasNotDisplayedBySystem calls the GetSchemasNotDisplayedBySystem RPC.

func (*SetSchemaRequestClient) GetVersion

func (c *SetSchemaRequestClient) GetVersion(ctx context.Context) (int32, error)

GetVersion calls the GetVersion RPC.

func (*SetSchemaRequestClient) HashCode

func (c *SetSchemaRequestClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*SetSchemaRequestClient) IsForceOverride

func (c *SetSchemaRequestClient) IsForceOverride(ctx context.Context) (bool, error)

IsForceOverride calls the IsForceOverride RPC.

type SetSchemaResponseBuilderClient

type SetSchemaResponseBuilderClient struct {
	// contains filtered or unexported fields
}

SetSchemaResponseBuilderClient wraps the gRPC SetSchemaResponseBuilderService client.

func NewSetSchemaResponseBuilderClient

func NewSetSchemaResponseBuilderClient(cc grpc.ClientConnInterface) *SetSchemaResponseBuilderClient

NewSetSchemaResponseBuilderClient creates a new SetSchemaResponseBuilder client.

func (*SetSchemaResponseBuilderClient) AddDeletedType

func (c *SetSchemaResponseBuilderClient) AddDeletedType(ctx context.Context, arg0 string) (int64, error)

AddDeletedType calls the AddDeletedType RPC.

func (*SetSchemaResponseBuilderClient) AddIncompatibleType

func (c *SetSchemaResponseBuilderClient) AddIncompatibleType(ctx context.Context, arg0 string) (int64, error)

AddIncompatibleType calls the AddIncompatibleType RPC.

func (*SetSchemaResponseBuilderClient) AddMigratedType

func (c *SetSchemaResponseBuilderClient) AddMigratedType(ctx context.Context, arg0 string) (int64, error)

AddMigratedType calls the AddMigratedType RPC.

func (*SetSchemaResponseBuilderClient) AddMigrationFailure

func (c *SetSchemaResponseBuilderClient) AddMigrationFailure(ctx context.Context, arg0 int64) (int64, error)

AddMigrationFailure calls the AddMigrationFailure RPC.

func (*SetSchemaResponseBuilderClient) Build

Build calls the Build RPC.

type SetSchemaResponseClient

type SetSchemaResponseClient struct {
	// contains filtered or unexported fields
}

SetSchemaResponseClient wraps the gRPC SetSchemaResponseService client.

func NewSetSchemaResponseClient

func NewSetSchemaResponseClient(cc grpc.ClientConnInterface) *SetSchemaResponseClient

NewSetSchemaResponseClient creates a new SetSchemaResponse client.

func (*SetSchemaResponseClient) DescribeContents

func (c *SetSchemaResponseClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*SetSchemaResponseClient) GetDeletedTypes

func (c *SetSchemaResponseClient) GetDeletedTypes(ctx context.Context) (int64, error)

GetDeletedTypes calls the GetDeletedTypes RPC.

func (*SetSchemaResponseClient) GetIncompatibleTypes

func (c *SetSchemaResponseClient) GetIncompatibleTypes(ctx context.Context) (int64, error)

GetIncompatibleTypes calls the GetIncompatibleTypes RPC.

func (*SetSchemaResponseClient) GetMigratedTypes

func (c *SetSchemaResponseClient) GetMigratedTypes(ctx context.Context) (int64, error)

GetMigratedTypes calls the GetMigratedTypes RPC.

func (*SetSchemaResponseClient) GetMigrationFailures

func (c *SetSchemaResponseClient) GetMigrationFailures(ctx context.Context) (int64, error)

GetMigrationFailures calls the GetMigrationFailures RPC.

func (*SetSchemaResponseClient) WriteToParcel

func (c *SetSchemaResponseClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type SetSchemaResponseMigrationFailureClient

type SetSchemaResponseMigrationFailureClient struct {
	// contains filtered or unexported fields
}

SetSchemaResponseMigrationFailureClient wraps the gRPC SetSchemaResponseMigrationFailureService client.

func NewSetSchemaResponseMigrationFailureClient

func NewSetSchemaResponseMigrationFailureClient(cc grpc.ClientConnInterface) *SetSchemaResponseMigrationFailureClient

NewSetSchemaResponseMigrationFailureClient creates a new SetSchemaResponseMigrationFailure client.

func (*SetSchemaResponseMigrationFailureClient) DescribeContents

DescribeContents calls the DescribeContents RPC.

func (*SetSchemaResponseMigrationFailureClient) GetAppSearchResult

func (c *SetSchemaResponseMigrationFailureClient) GetAppSearchResult(ctx context.Context) (int64, error)

GetAppSearchResult calls the GetAppSearchResult RPC.

func (*SetSchemaResponseMigrationFailureClient) GetDocumentId

GetDocumentId calls the GetDocumentId RPC.

func (*SetSchemaResponseMigrationFailureClient) GetNamespace

GetNamespace calls the GetNamespace RPC.

func (*SetSchemaResponseMigrationFailureClient) GetSchemaType

GetSchemaType calls the GetSchemaType RPC.

func (*SetSchemaResponseMigrationFailureClient) ToString

ToString calls the ToString RPC.

func (*SetSchemaResponseMigrationFailureClient) WriteToParcel

func (c *SetSchemaResponseMigrationFailureClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type StorageInfoBuilderClient

type StorageInfoBuilderClient struct {
	// contains filtered or unexported fields
}

StorageInfoBuilderClient wraps the gRPC StorageInfoBuilderService client.

func NewStorageInfoBuilderClient

func NewStorageInfoBuilderClient(cc grpc.ClientConnInterface) *StorageInfoBuilderClient

NewStorageInfoBuilderClient creates a new StorageInfoBuilder client.

func (*StorageInfoBuilderClient) Build

Build calls the Build RPC.

func (*StorageInfoBuilderClient) SetAliveDocumentsCount

func (c *StorageInfoBuilderClient) SetAliveDocumentsCount(ctx context.Context, arg0 int32) (int64, error)

SetAliveDocumentsCount calls the SetAliveDocumentsCount RPC.

func (*StorageInfoBuilderClient) SetAliveNamespacesCount

func (c *StorageInfoBuilderClient) SetAliveNamespacesCount(ctx context.Context, arg0 int32) (int64, error)

SetAliveNamespacesCount calls the SetAliveNamespacesCount RPC.

func (*StorageInfoBuilderClient) SetBlobsCount

func (c *StorageInfoBuilderClient) SetBlobsCount(ctx context.Context, arg0 int32) (int64, error)

SetBlobsCount calls the SetBlobsCount RPC.

func (*StorageInfoBuilderClient) SetBlobsSizeBytes

func (c *StorageInfoBuilderClient) SetBlobsSizeBytes(ctx context.Context, arg0 int64) (int64, error)

SetBlobsSizeBytes calls the SetBlobsSizeBytes RPC.

func (*StorageInfoBuilderClient) SetSizeBytes

func (c *StorageInfoBuilderClient) SetSizeBytes(ctx context.Context, arg0 int64) (int64, error)

SetSizeBytes calls the SetSizeBytes RPC.

type StorageInfoClient

type StorageInfoClient struct {
	// contains filtered or unexported fields
}

StorageInfoClient wraps the gRPC StorageInfoService client.

func NewStorageInfoClient

func NewStorageInfoClient(cc grpc.ClientConnInterface) *StorageInfoClient

NewStorageInfoClient creates a new StorageInfo client.

func (*StorageInfoClient) DescribeContents

func (c *StorageInfoClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*StorageInfoClient) GetAliveDocumentsCount

func (c *StorageInfoClient) GetAliveDocumentsCount(ctx context.Context) (int32, error)

GetAliveDocumentsCount calls the GetAliveDocumentsCount RPC.

func (*StorageInfoClient) GetAliveNamespacesCount

func (c *StorageInfoClient) GetAliveNamespacesCount(ctx context.Context) (int32, error)

GetAliveNamespacesCount calls the GetAliveNamespacesCount RPC.

func (*StorageInfoClient) GetBlobsCount

func (c *StorageInfoClient) GetBlobsCount(ctx context.Context) (int32, error)

GetBlobsCount calls the GetBlobsCount RPC.

func (*StorageInfoClient) GetBlobsSizeBytes

func (c *StorageInfoClient) GetBlobsSizeBytes(ctx context.Context) (int64, error)

GetBlobsSizeBytes calls the GetBlobsSizeBytes RPC.

func (*StorageInfoClient) GetSizeBytes

func (c *StorageInfoClient) GetSizeBytes(ctx context.Context) (int64, error)

GetSizeBytes calls the GetSizeBytes RPC.

func (*StorageInfoClient) WriteToParcel

func (c *StorageInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL