visionai

package
v0.0.0-...-8cf5692 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	StreamAnnotationType_name = map[int32]string{
		0: "STREAM_ANNOTATION_TYPE_UNSPECIFIED",
		1: "STREAM_ANNOTATION_TYPE_ACTIVE_ZONE",
		2: "STREAM_ANNOTATION_TYPE_CROSSING_LINE",
	}
	StreamAnnotationType_value = map[string]int32{
		"STREAM_ANNOTATION_TYPE_UNSPECIFIED":   0,
		"STREAM_ANNOTATION_TYPE_ACTIVE_ZONE":   1,
		"STREAM_ANNOTATION_TYPE_CROSSING_LINE": 2,
	}
)

Enum value maps for StreamAnnotationType.

View Source
var (
	Cluster_State_name = map[int32]string{
		0: "STATE_UNSPECIFIED",
		1: "PROVISIONING",
		2: "RUNNING",
		3: "STOPPING",
		4: "ERROR",
	}
	Cluster_State_value = map[string]int32{
		"STATE_UNSPECIFIED": 0,
		"PROVISIONING":      1,
		"RUNNING":           2,
		"STOPPING":          3,
		"ERROR":             4,
	}
)

Enum value maps for Cluster_State.

View Source
var (
	ModelType_name = map[int32]string{
		0: "MODEL_TYPE_UNSPECIFIED",
		1: "IMAGE_CLASSIFICATION",
		2: "OBJECT_DETECTION",
		3: "VIDEO_CLASSIFICATION",
		4: "VIDEO_OBJECT_TRACKING",
		5: "VIDEO_ACTION_RECOGNITION",
		6: "OCCUPANCY_COUNTING",
		7: "PERSON_BLUR",
		8: "VERTEX_CUSTOM",
	}
	ModelType_value = map[string]int32{
		"MODEL_TYPE_UNSPECIFIED":   0,
		"IMAGE_CLASSIFICATION":     1,
		"OBJECT_DETECTION":         2,
		"VIDEO_CLASSIFICATION":     3,
		"VIDEO_OBJECT_TRACKING":    4,
		"VIDEO_ACTION_RECOGNITION": 5,
		"OCCUPANCY_COUNTING":       6,
		"PERSON_BLUR":              7,
		"VERTEX_CUSTOM":            8,
	}
)

Enum value maps for ModelType.

View Source
var (
	AcceleratorType_name = map[int32]string{
		0: "ACCELERATOR_TYPE_UNSPECIFIED",
		1: "NVIDIA_TESLA_K80",
		2: "NVIDIA_TESLA_P100",
		3: "NVIDIA_TESLA_V100",
		4: "NVIDIA_TESLA_P4",
		5: "NVIDIA_TESLA_T4",
		8: "NVIDIA_TESLA_A100",
		6: "TPU_V2",
		7: "TPU_V3",
	}
	AcceleratorType_value = map[string]int32{
		"ACCELERATOR_TYPE_UNSPECIFIED": 0,
		"NVIDIA_TESLA_K80":             1,
		"NVIDIA_TESLA_P100":            2,
		"NVIDIA_TESLA_V100":            3,
		"NVIDIA_TESLA_P4":              4,
		"NVIDIA_TESLA_T4":              5,
		"NVIDIA_TESLA_A100":            8,
		"TPU_V2":                       6,
		"TPU_V3":                       7,
	}
)

Enum value maps for AcceleratorType.

View Source
var (
	Application_State_name = map[int32]string{
		0:  "STATE_UNSPECIFIED",
		1:  "CREATED",
		2:  "DEPLOYING",
		3:  "DEPLOYED",
		4:  "UNDEPLOYING",
		5:  "DELETED",
		6:  "ERROR",
		7:  "CREATING",
		8:  "UPDATING",
		9:  "DELETING",
		10: "FIXING",
	}
	Application_State_value = map[string]int32{
		"STATE_UNSPECIFIED": 0,
		"CREATED":           1,
		"DEPLOYING":         2,
		"DEPLOYED":          3,
		"UNDEPLOYING":       4,
		"DELETED":           5,
		"ERROR":             6,
		"CREATING":          7,
		"UPDATING":          8,
		"DELETING":          9,
		"FIXING":            10,
	}
)

Enum value maps for Application_State.

View Source
var (
	Instance_State_name = map[int32]string{
		0:  "STATE_UNSPECIFIED",
		1:  "CREATING",
		2:  "CREATED",
		3:  "DEPLOYING",
		4:  "DEPLOYED",
		5:  "UNDEPLOYING",
		6:  "DELETED",
		7:  "ERROR",
		8:  "UPDATING",
		9:  "DELETING",
		10: "FIXING",
	}
	Instance_State_value = map[string]int32{
		"STATE_UNSPECIFIED": 0,
		"CREATING":          1,
		"CREATED":           2,
		"DEPLOYING":         3,
		"DEPLOYED":          4,
		"UNDEPLOYING":       5,
		"DELETED":           6,
		"ERROR":             7,
		"UPDATING":          8,
		"DELETING":          9,
		"FIXING":            10,
	}
)

Enum value maps for Instance_State.

View Source
var (
	Processor_ProcessorType_name = map[int32]string{
		0: "PROCESSOR_TYPE_UNSPECIFIED",
		1: "PRETRAINED",
		2: "CUSTOM",
		3: "CONNECTOR",
	}
	Processor_ProcessorType_value = map[string]int32{
		"PROCESSOR_TYPE_UNSPECIFIED": 0,
		"PRETRAINED":                 1,
		"CUSTOM":                     2,
		"CONNECTOR":                  3,
	}
)

Enum value maps for Processor_ProcessorType.

View Source
var (
	Processor_ProcessorState_name = map[int32]string{
		0: "PROCESSOR_STATE_UNSPECIFIED",
		1: "CREATING",
		2: "ACTIVE",
		3: "DELETING",
		4: "FAILED",
	}
	Processor_ProcessorState_value = map[string]int32{
		"PROCESSOR_STATE_UNSPECIFIED": 0,
		"CREATING":                    1,
		"ACTIVE":                      2,
		"DELETING":                    3,
		"FAILED":                      4,
	}
)

Enum value maps for Processor_ProcessorState.

View Source
var (
	ProcessorIOSpec_DataType_name = map[int32]string{
		0: "DATA_TYPE_UNSPECIFIED",
		1: "VIDEO",
		2: "PROTO",
	}
	ProcessorIOSpec_DataType_value = map[string]int32{
		"DATA_TYPE_UNSPECIFIED": 0,
		"VIDEO":                 1,
		"PROTO":                 2,
	}
)

Enum value maps for ProcessorIOSpec_DataType.

View Source
var (
	CustomProcessorSourceInfo_SourceType_name = map[int32]string{
		0: "SOURCE_TYPE_UNSPECIFIED",
		1: "VERTEX_AUTOML",
		2: "VERTEX_CUSTOM",
	}
	CustomProcessorSourceInfo_SourceType_value = map[string]int32{
		"SOURCE_TYPE_UNSPECIFIED": 0,
		"VERTEX_AUTOML":           1,
		"VERTEX_CUSTOM":           2,
	}
)

Enum value maps for CustomProcessorSourceInfo_SourceType.

View Source
var (
	PersonBlurConfig_PersonBlurType_name = map[int32]string{
		0: "PERSON_BLUR_TYPE_UNSPECIFIED",
		1: "FULL_OCCULUSION",
		2: "BLUR_FILTER",
	}
	PersonBlurConfig_PersonBlurType_value = map[string]int32{
		"PERSON_BLUR_TYPE_UNSPECIFIED": 0,
		"FULL_OCCULUSION":              1,
		"BLUR_FILTER":                  2,
	}
)

Enum value maps for PersonBlurConfig_PersonBlurType.

View Source
var (
	LeaseType_name = map[int32]string{
		0: "LEASE_TYPE_UNSPECIFIED",
		1: "LEASE_TYPE_READER",
		2: "LEASE_TYPE_WRITER",
	}
	LeaseType_value = map[string]int32{
		"LEASE_TYPE_UNSPECIFIED": 0,
		"LEASE_TYPE_READER":      1,
		"LEASE_TYPE_WRITER":      2,
	}
)

Enum value maps for LeaseType.

View Source
var (
	Event_Clock_name = map[int32]string{
		0: "CLOCK_UNSPECIFIED",
		1: "CAPTURE",
		2: "INGEST",
	}
	Event_Clock_value = map[string]int32{
		"CLOCK_UNSPECIFIED": 0,
		"CAPTURE":           1,
		"INGEST":            2,
	}
)

Enum value maps for Event_Clock.

View Source
var (
	FacetBucketType_name = map[int32]string{
		0: "FACET_BUCKET_TYPE_UNSPECIFIED",
		1: "FACET_BUCKET_TYPE_VALUE",
		2: "FACET_BUCKET_TYPE_DATETIME",
		3: "FACET_BUCKET_TYPE_FIXED_RANGE",
		4: "FACET_BUCKET_TYPE_CUSTOM_RANGE",
	}
	FacetBucketType_value = map[string]int32{
		"FACET_BUCKET_TYPE_UNSPECIFIED":  0,
		"FACET_BUCKET_TYPE_VALUE":        1,
		"FACET_BUCKET_TYPE_DATETIME":     2,
		"FACET_BUCKET_TYPE_FIXED_RANGE":  3,
		"FACET_BUCKET_TYPE_CUSTOM_RANGE": 4,
	}
)

Enum value maps for FacetBucketType.

View Source
var (
	DataSchemaDetails_DataType_name = map[int32]string{
		0: "DATA_TYPE_UNSPECIFIED",
		1: "INTEGER",
		2: "FLOAT",
		3: "STRING",
		5: "DATETIME",
		7: "GEO_COORDINATE",
		8: "PROTO_ANY",
		9: "BOOLEAN",
	}
	DataSchemaDetails_DataType_value = map[string]int32{
		"DATA_TYPE_UNSPECIFIED": 0,
		"INTEGER":               1,
		"FLOAT":                 2,
		"STRING":                3,
		"DATETIME":              5,
		"GEO_COORDINATE":        7,
		"PROTO_ANY":             8,
		"BOOLEAN":               9,
	}
)

Enum value maps for DataSchemaDetails_DataType.

View Source
var (
	DataSchemaDetails_Granularity_name = map[int32]string{
		0: "GRANULARITY_UNSPECIFIED",
		1: "GRANULARITY_ASSET_LEVEL",
		2: "GRANULARITY_PARTITION_LEVEL",
	}
	DataSchemaDetails_Granularity_value = map[string]int32{
		"GRANULARITY_UNSPECIFIED":     0,
		"GRANULARITY_ASSET_LEVEL":     1,
		"GRANULARITY_PARTITION_LEVEL": 2,
	}
)

Enum value maps for DataSchemaDetails_Granularity.

View Source
var (
	DataSchemaDetails_SearchStrategy_SearchStrategyType_name = map[int32]string{
		0: "NO_SEARCH",
		1: "EXACT_SEARCH",
		2: "SMART_SEARCH",
	}
	DataSchemaDetails_SearchStrategy_SearchStrategyType_value = map[string]int32{
		"NO_SEARCH":    0,
		"EXACT_SEARCH": 1,
		"SMART_SEARCH": 2,
	}
)

Enum value maps for DataSchemaDetails_SearchStrategy_SearchStrategyType.

View Source
var (
	FacetProperty_DateTimeBucketSpec_Granularity_name = map[int32]string{
		0: "GRANULARITY_UNSPECIFIED",
		1: "YEAR",
		2: "MONTH",
		3: "DAY",
	}
	FacetProperty_DateTimeBucketSpec_Granularity_value = map[string]int32{
		"GRANULARITY_UNSPECIFIED": 0,
		"YEAR":                    1,
		"MONTH":                   2,
		"DAY":                     3,
	}
)

Enum value maps for FacetProperty_DateTimeBucketSpec_Granularity.

View Source
var (
	IngestAssetRequest_Config_VideoType_ContainerFormat_name = map[int32]string{
		0: "CONTAINER_FORMAT_UNSPECIFIED",
		1: "CONTAINER_FORMAT_MP4",
	}
	IngestAssetRequest_Config_VideoType_ContainerFormat_value = map[string]int32{
		"CONTAINER_FORMAT_UNSPECIFIED": 0,
		"CONTAINER_FORMAT_MP4":         1,
	}
)

Enum value maps for IngestAssetRequest_Config_VideoType_ContainerFormat.

View Source
var File_google_cloud_visionai_v1alpha1_annotations_proto protoreflect.FileDescriptor
View Source
var File_google_cloud_visionai_v1alpha1_common_proto protoreflect.FileDescriptor
View Source
var File_google_cloud_visionai_v1alpha1_lva_proto protoreflect.FileDescriptor
View Source
var File_google_cloud_visionai_v1alpha1_lva_resources_proto protoreflect.FileDescriptor
View Source
var File_google_cloud_visionai_v1alpha1_lva_service_proto protoreflect.FileDescriptor
View Source
var File_google_cloud_visionai_v1alpha1_platform_proto protoreflect.FileDescriptor
View Source
var File_google_cloud_visionai_v1alpha1_streaming_resources_proto protoreflect.FileDescriptor
View Source
var File_google_cloud_visionai_v1alpha1_streaming_service_proto protoreflect.FileDescriptor
View Source
var File_google_cloud_visionai_v1alpha1_streams_resources_proto protoreflect.FileDescriptor
View Source
var File_google_cloud_visionai_v1alpha1_streams_service_proto protoreflect.FileDescriptor
View Source
var File_google_cloud_visionai_v1alpha1_warehouse_proto protoreflect.FileDescriptor

Functions

func RegisterAppPlatformServer

func RegisterAppPlatformServer(s *grpc.Server, srv AppPlatformServer)

func RegisterLiveVideoAnalyticsServer

func RegisterLiveVideoAnalyticsServer(s *grpc.Server, srv LiveVideoAnalyticsServer)

func RegisterStreamingServiceServer

func RegisterStreamingServiceServer(s *grpc.Server, srv StreamingServiceServer)

func RegisterStreamsServiceServer

func RegisterStreamsServiceServer(s *grpc.Server, srv StreamsServiceServer)

func RegisterWarehouseServer

func RegisterWarehouseServer(s *grpc.Server, srv WarehouseServer)

Types

type AIEnabledDevicesInputConfig

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

Message describing AI-enabled Devices Input Config.

func (*AIEnabledDevicesInputConfig) Descriptor deprecated

func (*AIEnabledDevicesInputConfig) Descriptor() ([]byte, []int)

Deprecated: Use AIEnabledDevicesInputConfig.ProtoReflect.Descriptor instead.

func (*AIEnabledDevicesInputConfig) ProtoMessage

func (*AIEnabledDevicesInputConfig) ProtoMessage()

func (*AIEnabledDevicesInputConfig) ProtoReflect

func (*AIEnabledDevicesInputConfig) Reset

func (x *AIEnabledDevicesInputConfig) Reset()

func (*AIEnabledDevicesInputConfig) String

func (x *AIEnabledDevicesInputConfig) String() string

type AcceleratorType

type AcceleratorType int32

Represents a hardware accelerator type.

const (
	// Unspecified accelerator type, which means no accelerator.
	AcceleratorType_ACCELERATOR_TYPE_UNSPECIFIED AcceleratorType = 0
	// Nvidia Tesla K80 GPU.
	AcceleratorType_NVIDIA_TESLA_K80 AcceleratorType = 1
	// Nvidia Tesla P100 GPU.
	AcceleratorType_NVIDIA_TESLA_P100 AcceleratorType = 2
	// Nvidia Tesla V100 GPU.
	AcceleratorType_NVIDIA_TESLA_V100 AcceleratorType = 3
	// Nvidia Tesla P4 GPU.
	AcceleratorType_NVIDIA_TESLA_P4 AcceleratorType = 4
	// Nvidia Tesla T4 GPU.
	AcceleratorType_NVIDIA_TESLA_T4 AcceleratorType = 5
	// Nvidia Tesla A100 GPU.
	AcceleratorType_NVIDIA_TESLA_A100 AcceleratorType = 8
	// TPU v2.
	AcceleratorType_TPU_V2 AcceleratorType = 6
	// TPU v3.
	AcceleratorType_TPU_V3 AcceleratorType = 7
)

func (AcceleratorType) Descriptor

func (AcceleratorType) Enum

func (x AcceleratorType) Enum() *AcceleratorType

func (AcceleratorType) EnumDescriptor deprecated

func (AcceleratorType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AcceleratorType.Descriptor instead.

func (AcceleratorType) Number

func (AcceleratorType) String

func (x AcceleratorType) String() string

func (AcceleratorType) Type

type AcquireLeaseRequest

type AcquireLeaseRequest struct {

	// The series name.
	Series string `protobuf:"bytes,1,opt,name=series,proto3" json:"series,omitempty"`
	// The owner name.
	Owner string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	// The lease term.
	Term *durationpb.Duration `protobuf:"bytes,3,opt,name=term,proto3" json:"term,omitempty"`
	// The lease type.
	LeaseType LeaseType `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for acquiring a lease.

func (*AcquireLeaseRequest) Descriptor deprecated

func (*AcquireLeaseRequest) Descriptor() ([]byte, []int)

Deprecated: Use AcquireLeaseRequest.ProtoReflect.Descriptor instead.

func (*AcquireLeaseRequest) GetLeaseType

func (x *AcquireLeaseRequest) GetLeaseType() LeaseType

func (*AcquireLeaseRequest) GetOwner

func (x *AcquireLeaseRequest) GetOwner() string

func (*AcquireLeaseRequest) GetSeries

func (x *AcquireLeaseRequest) GetSeries() string

func (*AcquireLeaseRequest) GetTerm

func (x *AcquireLeaseRequest) GetTerm() *durationpb.Duration

func (*AcquireLeaseRequest) ProtoMessage

func (*AcquireLeaseRequest) ProtoMessage()

func (*AcquireLeaseRequest) ProtoReflect

func (x *AcquireLeaseRequest) ProtoReflect() protoreflect.Message

func (*AcquireLeaseRequest) Reset

func (x *AcquireLeaseRequest) Reset()

func (*AcquireLeaseRequest) String

func (x *AcquireLeaseRequest) String() string

type AddApplicationStreamInputRequest

type AddApplicationStreamInputRequest struct {

	// Required. the name of the application to retrieve.
	// Format:
	// "projects/{project}/locations/{location}/applications/{application}"
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The stream inputs to add, the stream resource name is the key of each
	// StreamInput, and it must be unique within each application.
	ApplicationStreamInputs []*ApplicationStreamInput `` /* 132-byte string literal not displayed */
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and t
	// he request times out. If you make the request again with the same request
	// ID, the server can check if original operation with the same request ID
	// was received, and if so, will ignore the second request. This prevents
	// clients from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for adding stream input to an Application.

func (*AddApplicationStreamInputRequest) Descriptor deprecated

func (*AddApplicationStreamInputRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddApplicationStreamInputRequest.ProtoReflect.Descriptor instead.

func (*AddApplicationStreamInputRequest) GetApplicationStreamInputs

func (x *AddApplicationStreamInputRequest) GetApplicationStreamInputs() []*ApplicationStreamInput

func (*AddApplicationStreamInputRequest) GetName

func (*AddApplicationStreamInputRequest) GetRequestId

func (x *AddApplicationStreamInputRequest) GetRequestId() string

func (*AddApplicationStreamInputRequest) ProtoMessage

func (*AddApplicationStreamInputRequest) ProtoMessage()

func (*AddApplicationStreamInputRequest) ProtoReflect

func (*AddApplicationStreamInputRequest) Reset

func (*AddApplicationStreamInputRequest) String

type AddApplicationStreamInputResponse

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

Message for AddApplicationStreamInput Response.

func (*AddApplicationStreamInputResponse) Descriptor deprecated

func (*AddApplicationStreamInputResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddApplicationStreamInputResponse.ProtoReflect.Descriptor instead.

func (*AddApplicationStreamInputResponse) ProtoMessage

func (*AddApplicationStreamInputResponse) ProtoMessage()

func (*AddApplicationStreamInputResponse) ProtoReflect

func (*AddApplicationStreamInputResponse) Reset

func (*AddApplicationStreamInputResponse) String

type Analysis

type Analysis struct {

	// The name of resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. The create timestamp.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. The update timestamp.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Labels as key value pairs.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// The definition of the analysis.
	AnalysisDefinition *AnalysisDefinition `protobuf:"bytes,5,opt,name=analysis_definition,json=analysisDefinition,proto3" json:"analysis_definition,omitempty"`
	// Map from the input parameter in the definition to the real stream.
	// E.g., suppose you had a stream source operator named "input-0" and you try
	// to receive from the real stream "stream-0". You can add the following
	// mapping: [input-0: stream-0].
	InputStreamsMapping map[string]string `` /* 208-byte string literal not displayed */
	// Map from the output parameter in the definition to the real stream.
	// E.g., suppose you had a stream sink operator named "output-0" and you try
	// to send to the real stream "stream-0". You can add the following
	// mapping: [output-0: stream-0].
	OutputStreamsMapping map[string]string `` /* 211-byte string literal not displayed */
	// contains filtered or unexported fields
}

Message describing the Analysis object.

func (*Analysis) Descriptor deprecated

func (*Analysis) Descriptor() ([]byte, []int)

Deprecated: Use Analysis.ProtoReflect.Descriptor instead.

func (*Analysis) GetAnalysisDefinition

func (x *Analysis) GetAnalysisDefinition() *AnalysisDefinition

func (*Analysis) GetCreateTime

func (x *Analysis) GetCreateTime() *timestamppb.Timestamp

func (*Analysis) GetInputStreamsMapping

func (x *Analysis) GetInputStreamsMapping() map[string]string

func (*Analysis) GetLabels

func (x *Analysis) GetLabels() map[string]string

func (*Analysis) GetName

func (x *Analysis) GetName() string

func (*Analysis) GetOutputStreamsMapping

func (x *Analysis) GetOutputStreamsMapping() map[string]string

func (*Analysis) GetUpdateTime

func (x *Analysis) GetUpdateTime() *timestamppb.Timestamp

func (*Analysis) ProtoMessage

func (*Analysis) ProtoMessage()

func (*Analysis) ProtoReflect

func (x *Analysis) ProtoReflect() protoreflect.Message

func (*Analysis) Reset

func (x *Analysis) Reset()

func (*Analysis) String

func (x *Analysis) String() string

type AnalysisDefinition

type AnalysisDefinition struct {

	// Analyzer definitions.
	Analyzers []*AnalyzerDefinition `protobuf:"bytes,1,rep,name=analyzers,proto3" json:"analyzers,omitempty"`
	// contains filtered or unexported fields
}

Defines a full analysis.

This is a description of the overall live analytics pipeline. You may think of this as an edge list representation of a multigraph.

This may be directly authored by a human in protobuf textformat, or it may be generated by a programming API (perhaps Python or JavaScript depending on context).

func (*AnalysisDefinition) Descriptor deprecated

func (*AnalysisDefinition) Descriptor() ([]byte, []int)

Deprecated: Use AnalysisDefinition.ProtoReflect.Descriptor instead.

func (*AnalysisDefinition) GetAnalyzers

func (x *AnalysisDefinition) GetAnalyzers() []*AnalyzerDefinition

func (*AnalysisDefinition) ProtoMessage

func (*AnalysisDefinition) ProtoMessage()

func (*AnalysisDefinition) ProtoReflect

func (x *AnalysisDefinition) ProtoReflect() protoreflect.Message

func (*AnalysisDefinition) Reset

func (x *AnalysisDefinition) Reset()

func (*AnalysisDefinition) String

func (x *AnalysisDefinition) String() string

type AnalyzerDefinition

type AnalyzerDefinition struct {

	// The name of this analyzer.
	//
	// Tentatively [a-z][a-z0-9]*(_[a-z0-9]+)*.
	Analyzer string `protobuf:"bytes,1,opt,name=analyzer,proto3" json:"analyzer,omitempty"`
	// The name of the operator that this analyzer runs.
	//
	// Must match the name of a supported operator.
	Operator string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	// Input streams.
	Inputs []*AnalyzerDefinition_StreamInput `protobuf:"bytes,3,rep,name=inputs,proto3" json:"inputs,omitempty"`
	// The attribute values that this analyzer applies to the operator.
	//
	// Supply a mapping between the attribute names and the actual value you wish
	// to apply. If an attribute name is omitted, then it will take a
	// preconfigured default value.
	Attrs map[string]*AttributeValue `` /* 151-byte string literal not displayed */
	// Debug options.
	DebugOptions *AnalyzerDefinition_DebugOptions `protobuf:"bytes,5,opt,name=debug_options,json=debugOptions,proto3" json:"debug_options,omitempty"`
	// contains filtered or unexported fields
}

Defines an Analyzer.

An analyzer processes data from its input streams using the logic defined in the Operator that it represents. Of course, it produces data for the output streams declared in the Operator.

func (*AnalyzerDefinition) Descriptor deprecated

func (*AnalyzerDefinition) Descriptor() ([]byte, []int)

Deprecated: Use AnalyzerDefinition.ProtoReflect.Descriptor instead.

func (*AnalyzerDefinition) GetAnalyzer

func (x *AnalyzerDefinition) GetAnalyzer() string

func (*AnalyzerDefinition) GetAttrs

func (x *AnalyzerDefinition) GetAttrs() map[string]*AttributeValue

func (*AnalyzerDefinition) GetDebugOptions

func (*AnalyzerDefinition) GetInputs

func (*AnalyzerDefinition) GetOperator

func (x *AnalyzerDefinition) GetOperator() string

func (*AnalyzerDefinition) ProtoMessage

func (*AnalyzerDefinition) ProtoMessage()

func (*AnalyzerDefinition) ProtoReflect

func (x *AnalyzerDefinition) ProtoReflect() protoreflect.Message

func (*AnalyzerDefinition) Reset

func (x *AnalyzerDefinition) Reset()

func (*AnalyzerDefinition) String

func (x *AnalyzerDefinition) String() string

type AnalyzerDefinition_DebugOptions

type AnalyzerDefinition_DebugOptions struct {

	// Environment variables.
	EnvironmentVariables map[string]string `` /* 209-byte string literal not displayed */
	// contains filtered or unexported fields
}

Options available for debugging purposes only.

func (*AnalyzerDefinition_DebugOptions) Descriptor deprecated

func (*AnalyzerDefinition_DebugOptions) Descriptor() ([]byte, []int)

Deprecated: Use AnalyzerDefinition_DebugOptions.ProtoReflect.Descriptor instead.

func (*AnalyzerDefinition_DebugOptions) GetEnvironmentVariables

func (x *AnalyzerDefinition_DebugOptions) GetEnvironmentVariables() map[string]string

func (*AnalyzerDefinition_DebugOptions) ProtoMessage

func (*AnalyzerDefinition_DebugOptions) ProtoMessage()

func (*AnalyzerDefinition_DebugOptions) ProtoReflect

func (*AnalyzerDefinition_DebugOptions) Reset

func (*AnalyzerDefinition_DebugOptions) String

type AnalyzerDefinition_StreamInput

type AnalyzerDefinition_StreamInput struct {

	// The name of the stream input (as discussed above).
	Input string `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	// contains filtered or unexported fields
}

The inputs to this analyzer.

We accept input name references of the following form: <analyzer-name>:<output-argument-name>

Example:

Suppose you had an operator named "SomeOp" that has 2 output arguments, the first of which is named "foo" and the second of which is named "bar", and an operator named "MyOp" that accepts 2 inputs.

Also suppose that there is an analyzer named "some-analyzer" that is running "SomeOp" and another analyzer named "my-analyzer" running "MyOp".

To indicate that "my-analyzer" is to consume "some-analyzer"'s "foo" output as its first input and "some-analyzer"'s "bar" output as its second input, you can set this field to the following: input = ["some-analyzer:foo", "some-analyzer:bar"]

func (*AnalyzerDefinition_StreamInput) Descriptor deprecated

func (*AnalyzerDefinition_StreamInput) Descriptor() ([]byte, []int)

Deprecated: Use AnalyzerDefinition_StreamInput.ProtoReflect.Descriptor instead.

func (*AnalyzerDefinition_StreamInput) GetInput

func (x *AnalyzerDefinition_StreamInput) GetInput() string

func (*AnalyzerDefinition_StreamInput) ProtoMessage

func (*AnalyzerDefinition_StreamInput) ProtoMessage()

func (*AnalyzerDefinition_StreamInput) ProtoReflect

func (*AnalyzerDefinition_StreamInput) Reset

func (x *AnalyzerDefinition_StreamInput) Reset()

func (*AnalyzerDefinition_StreamInput) String

type Annotation

type Annotation struct {

	// Resource name of the annotation.
	// Form:
	// `projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}/annotations/{annotation}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// User provided annotation.
	UserSpecifiedAnnotation *UserSpecifiedAnnotation `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

An annotation is a resource in asset. It represents a key-value mapping of content in asset.

func (*Annotation) Descriptor deprecated

func (*Annotation) Descriptor() ([]byte, []int)

Deprecated: Use Annotation.ProtoReflect.Descriptor instead.

func (*Annotation) GetName

func (x *Annotation) GetName() string

func (*Annotation) GetUserSpecifiedAnnotation

func (x *Annotation) GetUserSpecifiedAnnotation() *UserSpecifiedAnnotation

func (*Annotation) ProtoMessage

func (*Annotation) ProtoMessage()

func (*Annotation) ProtoReflect

func (x *Annotation) ProtoReflect() protoreflect.Message

func (*Annotation) Reset

func (x *Annotation) Reset()

func (*Annotation) String

func (x *Annotation) String() string

type AnnotationMatchingResult

type AnnotationMatchingResult struct {

	// The criteria used for matching. It can be an input search criteria or a
	// criteria converted from a facet selection.
	Criteria *Criteria `protobuf:"bytes,1,opt,name=criteria,proto3" json:"criteria,omitempty"`
	// Matched annotations for the criteria.
	MatchedAnnotations []*Annotation `protobuf:"bytes,2,rep,name=matched_annotations,json=matchedAnnotations,proto3" json:"matched_annotations,omitempty"`
	// Status of the match result. Possible values:
	// FAILED_PRECONDITION - the criteria is not eligible for match.
	// OK - matching is performed.
	Status *status.Status `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

Stores the criteria-annotation matching results for each search result item.

func (*AnnotationMatchingResult) Descriptor deprecated

func (*AnnotationMatchingResult) Descriptor() ([]byte, []int)

Deprecated: Use AnnotationMatchingResult.ProtoReflect.Descriptor instead.

func (*AnnotationMatchingResult) GetCriteria

func (x *AnnotationMatchingResult) GetCriteria() *Criteria

func (*AnnotationMatchingResult) GetMatchedAnnotations

func (x *AnnotationMatchingResult) GetMatchedAnnotations() []*Annotation

func (*AnnotationMatchingResult) GetStatus

func (x *AnnotationMatchingResult) GetStatus() *status.Status

func (*AnnotationMatchingResult) ProtoMessage

func (*AnnotationMatchingResult) ProtoMessage()

func (*AnnotationMatchingResult) ProtoReflect

func (x *AnnotationMatchingResult) ProtoReflect() protoreflect.Message

func (*AnnotationMatchingResult) Reset

func (x *AnnotationMatchingResult) Reset()

func (*AnnotationMatchingResult) String

func (x *AnnotationMatchingResult) String() string

type AnnotationValue

type AnnotationValue struct {

	// Types that are assignable to Value:
	//
	//	*AnnotationValue_IntValue
	//	*AnnotationValue_FloatValue
	//	*AnnotationValue_StrValue
	//	*AnnotationValue_DatetimeValue
	//	*AnnotationValue_GeoCoordinate
	//	*AnnotationValue_ProtoAnyValue
	//	*AnnotationValue_BoolValue
	//	*AnnotationValue_CustomizedStructDataValue
	Value isAnnotationValue_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

Value of annotation, including all types available in data schema.

func (*AnnotationValue) Descriptor deprecated

func (*AnnotationValue) Descriptor() ([]byte, []int)

Deprecated: Use AnnotationValue.ProtoReflect.Descriptor instead.

func (*AnnotationValue) GetBoolValue

func (x *AnnotationValue) GetBoolValue() bool

func (*AnnotationValue) GetCustomizedStructDataValue

func (x *AnnotationValue) GetCustomizedStructDataValue() *structpb.Struct

func (*AnnotationValue) GetDatetimeValue

func (x *AnnotationValue) GetDatetimeValue() string

func (*AnnotationValue) GetFloatValue

func (x *AnnotationValue) GetFloatValue() float32

func (*AnnotationValue) GetGeoCoordinate

func (x *AnnotationValue) GetGeoCoordinate() *GeoCoordinate

func (*AnnotationValue) GetIntValue

func (x *AnnotationValue) GetIntValue() int64

func (*AnnotationValue) GetProtoAnyValue

func (x *AnnotationValue) GetProtoAnyValue() *anypb.Any

func (*AnnotationValue) GetStrValue

func (x *AnnotationValue) GetStrValue() string

func (*AnnotationValue) GetValue

func (m *AnnotationValue) GetValue() isAnnotationValue_Value

func (*AnnotationValue) ProtoMessage

func (*AnnotationValue) ProtoMessage()

func (*AnnotationValue) ProtoReflect

func (x *AnnotationValue) ProtoReflect() protoreflect.Message

func (*AnnotationValue) Reset

func (x *AnnotationValue) Reset()

func (*AnnotationValue) String

func (x *AnnotationValue) String() string

type AnnotationValue_BoolValue

type AnnotationValue_BoolValue struct {
	// Value of boolean type annotation.
	BoolValue bool `protobuf:"varint,9,opt,name=bool_value,json=boolValue,proto3,oneof"`
}

type AnnotationValue_CustomizedStructDataValue

type AnnotationValue_CustomizedStructDataValue struct {
	// Value of customized struct annotation.
	CustomizedStructDataValue *structpb.Struct `protobuf:"bytes,10,opt,name=customized_struct_data_value,json=customizedStructDataValue,proto3,oneof"`
}

type AnnotationValue_DatetimeValue

type AnnotationValue_DatetimeValue struct {
	// Value of date time type annotation.
	DatetimeValue string `protobuf:"bytes,5,opt,name=datetime_value,json=datetimeValue,proto3,oneof"`
}

type AnnotationValue_FloatValue

type AnnotationValue_FloatValue struct {
	// Value of float type annotation.
	FloatValue float32 `protobuf:"fixed32,2,opt,name=float_value,json=floatValue,proto3,oneof"`
}

type AnnotationValue_GeoCoordinate

type AnnotationValue_GeoCoordinate struct {
	// Value of geo coordinate type annotation.
	GeoCoordinate *GeoCoordinate `protobuf:"bytes,7,opt,name=geo_coordinate,json=geoCoordinate,proto3,oneof"`
}

type AnnotationValue_IntValue

type AnnotationValue_IntValue struct {
	// Value of int type annotation.
	IntValue int64 `protobuf:"varint,1,opt,name=int_value,json=intValue,proto3,oneof"`
}

type AnnotationValue_ProtoAnyValue

type AnnotationValue_ProtoAnyValue struct {
	// Value of any proto value.
	ProtoAnyValue *anypb.Any `protobuf:"bytes,8,opt,name=proto_any_value,json=protoAnyValue,proto3,oneof"`
}

type AnnotationValue_StrValue

type AnnotationValue_StrValue struct {
	// Value of string type annotation.
	StrValue string `protobuf:"bytes,3,opt,name=str_value,json=strValue,proto3,oneof"`
}

type AppPlatformClient

type AppPlatformClient interface {
	// Lists Applications in a given project and location.
	ListApplications(ctx context.Context, in *ListApplicationsRequest, opts ...grpc.CallOption) (*ListApplicationsResponse, error)
	// Gets details of a single Application.
	GetApplication(ctx context.Context, in *GetApplicationRequest, opts ...grpc.CallOption) (*Application, error)
	// Creates a new Application in a given project and location.
	CreateApplication(ctx context.Context, in *CreateApplicationRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Updates the parameters of a single Application.
	UpdateApplication(ctx context.Context, in *UpdateApplicationRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Deletes a single Application.
	DeleteApplication(ctx context.Context, in *DeleteApplicationRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Deploys a single Application.
	DeployApplication(ctx context.Context, in *DeployApplicationRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Undeploys a single Application.
	UndeployApplication(ctx context.Context, in *UndeployApplicationRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Adds target stream input to the Application.
	// If the Application is deployed, the corresponding new Application instance
	// will be created. If the stream has already been in the Application, the RPC
	// will fail.
	AddApplicationStreamInput(ctx context.Context, in *AddApplicationStreamInputRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Remove target stream input to the Application, if the Application is
	// deployed, the corresponding instance based will be deleted. If the stream
	// is not in the Application, the RPC will fail.
	RemoveApplicationStreamInput(ctx context.Context, in *RemoveApplicationStreamInputRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Update target stream input to the Application, if the Application is
	// deployed, the corresponding instance based will be deployed. For
	// CreateOrUpdate behavior, set allow_missing to true.
	UpdateApplicationStreamInput(ctx context.Context, in *UpdateApplicationStreamInputRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Lists Instances in a given project and location.
	ListInstances(ctx context.Context, in *ListInstancesRequest, opts ...grpc.CallOption) (*ListInstancesResponse, error)
	// Gets details of a single Instance.
	GetInstance(ctx context.Context, in *GetInstanceRequest, opts ...grpc.CallOption) (*Instance, error)
	// Adds target stream input to the Application.
	// If the Application is deployed, the corresponding new Application instance
	// will be created. If the stream has already been in the Application, the RPC
	// will fail.
	CreateApplicationInstances(ctx context.Context, in *CreateApplicationInstancesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Remove target stream input to the Application, if the Application is
	// deployed, the corresponding instance based will be deleted. If the stream
	// is not in the Application, the RPC will fail.
	DeleteApplicationInstances(ctx context.Context, in *DeleteApplicationInstancesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Adds target stream input to the Application.
	// If the Application is deployed, the corresponding new Application instance
	// will be created. If the stream has already been in the Application, the RPC
	// will fail.
	UpdateApplicationInstances(ctx context.Context, in *UpdateApplicationInstancesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Lists Drafts in a given project and location.
	ListDrafts(ctx context.Context, in *ListDraftsRequest, opts ...grpc.CallOption) (*ListDraftsResponse, error)
	// Gets details of a single Draft.
	GetDraft(ctx context.Context, in *GetDraftRequest, opts ...grpc.CallOption) (*Draft, error)
	// Creates a new Draft in a given project and location.
	CreateDraft(ctx context.Context, in *CreateDraftRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Updates the parameters of a single Draft.
	UpdateDraft(ctx context.Context, in *UpdateDraftRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Deletes a single Draft.
	DeleteDraft(ctx context.Context, in *DeleteDraftRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Lists Processors in a given project and location.
	ListProcessors(ctx context.Context, in *ListProcessorsRequest, opts ...grpc.CallOption) (*ListProcessorsResponse, error)
	// ListPrebuiltProcessors is a custom pass-through verb that Lists Prebuilt
	// Processors.
	ListPrebuiltProcessors(ctx context.Context, in *ListPrebuiltProcessorsRequest, opts ...grpc.CallOption) (*ListPrebuiltProcessorsResponse, error)
	// Gets details of a single Processor.
	GetProcessor(ctx context.Context, in *GetProcessorRequest, opts ...grpc.CallOption) (*Processor, error)
	// Creates a new Processor in a given project and location.
	CreateProcessor(ctx context.Context, in *CreateProcessorRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Updates the parameters of a single Processor.
	UpdateProcessor(ctx context.Context, in *UpdateProcessorRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Deletes a single Processor.
	DeleteProcessor(ctx context.Context, in *DeleteProcessorRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
}

AppPlatformClient is the client API for AppPlatform service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type AppPlatformCloudFunctionRequest

type AppPlatformCloudFunctionRequest struct {

	// The metadata of the AppPlatform for customer to identify the source of the
	// payload.
	AppPlatformMetadata *AppPlatformMetadata `protobuf:"bytes,1,opt,name=app_platform_metadata,json=appPlatformMetadata,proto3" json:"app_platform_metadata,omitempty"`
	// The actual annotations to be processed by the customized Cloud Function.
	Annotations []*AppPlatformCloudFunctionRequest_StructedInputAnnotation `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

For any cloud function based customer processing logic, customer's cloud function is expected to receive AppPlatformCloudFunctionRequest as request and send back AppPlatformCloudFunctionResponse as response. Message of request from AppPlatform to Cloud Function.

func (*AppPlatformCloudFunctionRequest) Descriptor deprecated

func (*AppPlatformCloudFunctionRequest) Descriptor() ([]byte, []int)

Deprecated: Use AppPlatformCloudFunctionRequest.ProtoReflect.Descriptor instead.

func (*AppPlatformCloudFunctionRequest) GetAnnotations

func (*AppPlatformCloudFunctionRequest) GetAppPlatformMetadata

func (x *AppPlatformCloudFunctionRequest) GetAppPlatformMetadata() *AppPlatformMetadata

func (*AppPlatformCloudFunctionRequest) ProtoMessage

func (*AppPlatformCloudFunctionRequest) ProtoMessage()

func (*AppPlatformCloudFunctionRequest) ProtoReflect

func (*AppPlatformCloudFunctionRequest) Reset

func (*AppPlatformCloudFunctionRequest) String

type AppPlatformCloudFunctionRequest_StructedInputAnnotation

type AppPlatformCloudFunctionRequest_StructedInputAnnotation struct {

	// The ingestion time of the current annotation.
	IngestionTimeMicros int64 `protobuf:"varint,1,opt,name=ingestion_time_micros,json=ingestionTimeMicros,proto3" json:"ingestion_time_micros,omitempty"`
	// The struct format of the actual annotation.
	Annotation *structpb.Struct `protobuf:"bytes,2,opt,name=annotation,proto3" json:"annotation,omitempty"`
	// contains filtered or unexported fields
}

A general annotation message that uses struct format to represent different concrete annotation protobufs.

func (*AppPlatformCloudFunctionRequest_StructedInputAnnotation) Descriptor deprecated

Deprecated: Use AppPlatformCloudFunctionRequest_StructedInputAnnotation.ProtoReflect.Descriptor instead.

func (*AppPlatformCloudFunctionRequest_StructedInputAnnotation) GetAnnotation

func (*AppPlatformCloudFunctionRequest_StructedInputAnnotation) GetIngestionTimeMicros

func (*AppPlatformCloudFunctionRequest_StructedInputAnnotation) ProtoMessage

func (*AppPlatformCloudFunctionRequest_StructedInputAnnotation) ProtoReflect

func (*AppPlatformCloudFunctionRequest_StructedInputAnnotation) Reset

func (*AppPlatformCloudFunctionRequest_StructedInputAnnotation) String

type AppPlatformCloudFunctionResponse

type AppPlatformCloudFunctionResponse struct {

	// The modified annotations that is returned back to AppPlatform.
	// If the annotations fields are empty, then those annotations will be dropped
	// by AppPlatform.
	Annotations []*AppPlatformCloudFunctionResponse_StructedOutputAnnotation `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// If set to true, AppPlatform will use original annotations instead of
	// dropping them, even if it is empty in the annotations filed.
	AnnotationPassthrough bool `protobuf:"varint,3,opt,name=annotation_passthrough,json=annotationPassthrough,proto3" json:"annotation_passthrough,omitempty"`
	// The event notifications that is returned back to AppPlatform. Typically it
	// will then be configured to be consumed/forwared to a operator that handles
	// events, such as Pub/Sub operator.
	Events []*AppPlatformEventBody `protobuf:"bytes,4,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

Message of the response from customer's Cloud Function to AppPlatform.

func (*AppPlatformCloudFunctionResponse) Descriptor deprecated

func (*AppPlatformCloudFunctionResponse) Descriptor() ([]byte, []int)

Deprecated: Use AppPlatformCloudFunctionResponse.ProtoReflect.Descriptor instead.

func (*AppPlatformCloudFunctionResponse) GetAnnotationPassthrough

func (x *AppPlatformCloudFunctionResponse) GetAnnotationPassthrough() bool

func (*AppPlatformCloudFunctionResponse) GetAnnotations

func (*AppPlatformCloudFunctionResponse) GetEvents

func (*AppPlatformCloudFunctionResponse) ProtoMessage

func (*AppPlatformCloudFunctionResponse) ProtoMessage()

func (*AppPlatformCloudFunctionResponse) ProtoReflect

func (*AppPlatformCloudFunctionResponse) Reset

func (*AppPlatformCloudFunctionResponse) String

type AppPlatformCloudFunctionResponse_StructedOutputAnnotation

type AppPlatformCloudFunctionResponse_StructedOutputAnnotation struct {

	// The struct format of the actual annotation.
	Annotation *structpb.Struct `protobuf:"bytes,1,opt,name=annotation,proto3" json:"annotation,omitempty"`
	// contains filtered or unexported fields
}

A general annotation message that uses struct format to represent different concrete annotation protobufs.

func (*AppPlatformCloudFunctionResponse_StructedOutputAnnotation) Descriptor deprecated

Deprecated: Use AppPlatformCloudFunctionResponse_StructedOutputAnnotation.ProtoReflect.Descriptor instead.

func (*AppPlatformCloudFunctionResponse_StructedOutputAnnotation) GetAnnotation

func (*AppPlatformCloudFunctionResponse_StructedOutputAnnotation) ProtoMessage

func (*AppPlatformCloudFunctionResponse_StructedOutputAnnotation) ProtoReflect

func (*AppPlatformCloudFunctionResponse_StructedOutputAnnotation) Reset

func (*AppPlatformCloudFunctionResponse_StructedOutputAnnotation) String

type AppPlatformEventBody

type AppPlatformEventBody struct {

	// Human readable string of the event like "There are more than 6 people in
	// the scene". or "Shelf is empty!".
	EventMessage string `protobuf:"bytes,1,opt,name=event_message,json=eventMessage,proto3" json:"event_message,omitempty"`
	// For the case of Pub/Sub, it will be stored in the message attributes.
	// ​​pubsub.proto
	Payload *structpb.Struct `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	// User defined Event Id, used to classify event, within a delivery interval,
	// events from the same application instance with the same id will be
	// de-duplicated & only first one will be sent out. Empty event_id will be
	// treated as "".
	EventId string `protobuf:"bytes,3,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	// contains filtered or unexported fields
}

Message of content of appPlatform event

func (*AppPlatformEventBody) Descriptor deprecated

func (*AppPlatformEventBody) Descriptor() ([]byte, []int)

Deprecated: Use AppPlatformEventBody.ProtoReflect.Descriptor instead.

func (*AppPlatformEventBody) GetEventId

func (x *AppPlatformEventBody) GetEventId() string

func (*AppPlatformEventBody) GetEventMessage

func (x *AppPlatformEventBody) GetEventMessage() string

func (*AppPlatformEventBody) GetPayload

func (x *AppPlatformEventBody) GetPayload() *structpb.Struct

func (*AppPlatformEventBody) ProtoMessage

func (*AppPlatformEventBody) ProtoMessage()

func (*AppPlatformEventBody) ProtoReflect

func (x *AppPlatformEventBody) ProtoReflect() protoreflect.Message

func (*AppPlatformEventBody) Reset

func (x *AppPlatformEventBody) Reset()

func (*AppPlatformEventBody) String

func (x *AppPlatformEventBody) String() string

type AppPlatformMetadata

type AppPlatformMetadata struct {

	// The application resource name.
	Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	// The instance resource id. Instance is the nested resource of application
	// under collection 'instances'.
	InstanceId string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// The node name of the application graph.
	Node string `protobuf:"bytes,3,opt,name=node,proto3" json:"node,omitempty"`
	// The referred processor resource name of the application node.
	Processor string `protobuf:"bytes,4,opt,name=processor,proto3" json:"processor,omitempty"`
	// contains filtered or unexported fields
}

Message of essential metadata of App Platform. This message is usually attached to a certain processor output annotation for customer to identify the source of the data.

func (*AppPlatformMetadata) Descriptor deprecated

func (*AppPlatformMetadata) Descriptor() ([]byte, []int)

Deprecated: Use AppPlatformMetadata.ProtoReflect.Descriptor instead.

func (*AppPlatformMetadata) GetApplication

func (x *AppPlatformMetadata) GetApplication() string

func (*AppPlatformMetadata) GetInstanceId

func (x *AppPlatformMetadata) GetInstanceId() string

func (*AppPlatformMetadata) GetNode

func (x *AppPlatformMetadata) GetNode() string

func (*AppPlatformMetadata) GetProcessor

func (x *AppPlatformMetadata) GetProcessor() string

func (*AppPlatformMetadata) ProtoMessage

func (*AppPlatformMetadata) ProtoMessage()

func (*AppPlatformMetadata) ProtoReflect

func (x *AppPlatformMetadata) ProtoReflect() protoreflect.Message

func (*AppPlatformMetadata) Reset

func (x *AppPlatformMetadata) Reset()

func (*AppPlatformMetadata) String

func (x *AppPlatformMetadata) String() string

type AppPlatformServer

type AppPlatformServer interface {
	// Lists Applications in a given project and location.
	ListApplications(context.Context, *ListApplicationsRequest) (*ListApplicationsResponse, error)
	// Gets details of a single Application.
	GetApplication(context.Context, *GetApplicationRequest) (*Application, error)
	// Creates a new Application in a given project and location.
	CreateApplication(context.Context, *CreateApplicationRequest) (*longrunning.Operation, error)
	// Updates the parameters of a single Application.
	UpdateApplication(context.Context, *UpdateApplicationRequest) (*longrunning.Operation, error)
	// Deletes a single Application.
	DeleteApplication(context.Context, *DeleteApplicationRequest) (*longrunning.Operation, error)
	// Deploys a single Application.
	DeployApplication(context.Context, *DeployApplicationRequest) (*longrunning.Operation, error)
	// Undeploys a single Application.
	UndeployApplication(context.Context, *UndeployApplicationRequest) (*longrunning.Operation, error)
	// Adds target stream input to the Application.
	// If the Application is deployed, the corresponding new Application instance
	// will be created. If the stream has already been in the Application, the RPC
	// will fail.
	AddApplicationStreamInput(context.Context, *AddApplicationStreamInputRequest) (*longrunning.Operation, error)
	// Remove target stream input to the Application, if the Application is
	// deployed, the corresponding instance based will be deleted. If the stream
	// is not in the Application, the RPC will fail.
	RemoveApplicationStreamInput(context.Context, *RemoveApplicationStreamInputRequest) (*longrunning.Operation, error)
	// Update target stream input to the Application, if the Application is
	// deployed, the corresponding instance based will be deployed. For
	// CreateOrUpdate behavior, set allow_missing to true.
	UpdateApplicationStreamInput(context.Context, *UpdateApplicationStreamInputRequest) (*longrunning.Operation, error)
	// Lists Instances in a given project and location.
	ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error)
	// Gets details of a single Instance.
	GetInstance(context.Context, *GetInstanceRequest) (*Instance, error)
	// Adds target stream input to the Application.
	// If the Application is deployed, the corresponding new Application instance
	// will be created. If the stream has already been in the Application, the RPC
	// will fail.
	CreateApplicationInstances(context.Context, *CreateApplicationInstancesRequest) (*longrunning.Operation, error)
	// Remove target stream input to the Application, if the Application is
	// deployed, the corresponding instance based will be deleted. If the stream
	// is not in the Application, the RPC will fail.
	DeleteApplicationInstances(context.Context, *DeleteApplicationInstancesRequest) (*longrunning.Operation, error)
	// Adds target stream input to the Application.
	// If the Application is deployed, the corresponding new Application instance
	// will be created. If the stream has already been in the Application, the RPC
	// will fail.
	UpdateApplicationInstances(context.Context, *UpdateApplicationInstancesRequest) (*longrunning.Operation, error)
	// Lists Drafts in a given project and location.
	ListDrafts(context.Context, *ListDraftsRequest) (*ListDraftsResponse, error)
	// Gets details of a single Draft.
	GetDraft(context.Context, *GetDraftRequest) (*Draft, error)
	// Creates a new Draft in a given project and location.
	CreateDraft(context.Context, *CreateDraftRequest) (*longrunning.Operation, error)
	// Updates the parameters of a single Draft.
	UpdateDraft(context.Context, *UpdateDraftRequest) (*longrunning.Operation, error)
	// Deletes a single Draft.
	DeleteDraft(context.Context, *DeleteDraftRequest) (*longrunning.Operation, error)
	// Lists Processors in a given project and location.
	ListProcessors(context.Context, *ListProcessorsRequest) (*ListProcessorsResponse, error)
	// ListPrebuiltProcessors is a custom pass-through verb that Lists Prebuilt
	// Processors.
	ListPrebuiltProcessors(context.Context, *ListPrebuiltProcessorsRequest) (*ListPrebuiltProcessorsResponse, error)
	// Gets details of a single Processor.
	GetProcessor(context.Context, *GetProcessorRequest) (*Processor, error)
	// Creates a new Processor in a given project and location.
	CreateProcessor(context.Context, *CreateProcessorRequest) (*longrunning.Operation, error)
	// Updates the parameters of a single Processor.
	UpdateProcessor(context.Context, *UpdateProcessorRequest) (*longrunning.Operation, error)
	// Deletes a single Processor.
	DeleteProcessor(context.Context, *DeleteProcessorRequest) (*longrunning.Operation, error)
}

AppPlatformServer is the server API for AppPlatform service.

type Application

type Application struct {

	// name of resource
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. [Output only] Create timestamp
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. [Output only] Update timestamp
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Labels as key value pairs
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Required. A user friendly display name for the solution.
	DisplayName string `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// A description for this application.
	Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	// Application graph configuration.
	ApplicationConfigs *ApplicationConfigs `protobuf:"bytes,7,opt,name=application_configs,json=applicationConfigs,proto3" json:"application_configs,omitempty"`
	// Output only. Application graph runtime info. Only exists when application state equals
	// to DEPLOYED.
	RuntimeInfo *Application_ApplicationRuntimeInfo `protobuf:"bytes,8,opt,name=runtime_info,json=runtimeInfo,proto3" json:"runtime_info,omitempty"`
	// Output only. State of the application.
	State Application_State `protobuf:"varint,9,opt,name=state,proto3,enum=google.cloud.visionai.v1alpha1.Application_State" json:"state,omitempty"`
	// contains filtered or unexported fields
}

Message describing Application object

func (*Application) Descriptor deprecated

func (*Application) Descriptor() ([]byte, []int)

Deprecated: Use Application.ProtoReflect.Descriptor instead.

func (*Application) GetApplicationConfigs

func (x *Application) GetApplicationConfigs() *ApplicationConfigs

func (*Application) GetCreateTime

func (x *Application) GetCreateTime() *timestamppb.Timestamp

func (*Application) GetDescription

func (x *Application) GetDescription() string

func (*Application) GetDisplayName

func (x *Application) GetDisplayName() string

func (*Application) GetLabels

func (x *Application) GetLabels() map[string]string

func (*Application) GetName

func (x *Application) GetName() string

func (*Application) GetRuntimeInfo

func (x *Application) GetRuntimeInfo() *Application_ApplicationRuntimeInfo

func (*Application) GetState

func (x *Application) GetState() Application_State

func (*Application) GetUpdateTime

func (x *Application) GetUpdateTime() *timestamppb.Timestamp

func (*Application) ProtoMessage

func (*Application) ProtoMessage()

func (*Application) ProtoReflect

func (x *Application) ProtoReflect() protoreflect.Message

func (*Application) Reset

func (x *Application) Reset()

func (*Application) String

func (x *Application) String() string

type ApplicationConfigs

type ApplicationConfigs struct {

	// A list of nodes  in the application graph.
	Nodes []*Node `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// Event-related configuration for this application.
	EventDeliveryConfig *ApplicationConfigs_EventDeliveryConfig `protobuf:"bytes,3,opt,name=event_delivery_config,json=eventDeliveryConfig,proto3" json:"event_delivery_config,omitempty"`
	// contains filtered or unexported fields
}

Message storing the graph of the application.

func (*ApplicationConfigs) Descriptor deprecated

func (*ApplicationConfigs) Descriptor() ([]byte, []int)

Deprecated: Use ApplicationConfigs.ProtoReflect.Descriptor instead.

func (*ApplicationConfigs) GetEventDeliveryConfig

func (x *ApplicationConfigs) GetEventDeliveryConfig() *ApplicationConfigs_EventDeliveryConfig

func (*ApplicationConfigs) GetNodes

func (x *ApplicationConfigs) GetNodes() []*Node

func (*ApplicationConfigs) ProtoMessage

func (*ApplicationConfigs) ProtoMessage()

func (*ApplicationConfigs) ProtoReflect

func (x *ApplicationConfigs) ProtoReflect() protoreflect.Message

func (*ApplicationConfigs) Reset

func (x *ApplicationConfigs) Reset()

func (*ApplicationConfigs) String

func (x *ApplicationConfigs) String() string

type ApplicationConfigs_EventDeliveryConfig

type ApplicationConfigs_EventDeliveryConfig struct {

	// The delivery channel for the event notification, only pub/sub topic is
	// supported now.
	// Example channel:
	// [//pubsub.googleapis.com/projects/visionai-testing-stable/topics/test-topic]
	Channel string `protobuf:"bytes,1,opt,name=channel,proto3" json:"channel,omitempty"`
	// The expected delivery interval for the same event. The same event won't
	// be notified multiple times during this internal event that it is
	// happening multiple times during the period of time.The same event is
	// identified by <event_id, app_platform_metadata>.
	MinimalDeliveryInterval *durationpb.Duration `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

message storing the config for event delivery

func (*ApplicationConfigs_EventDeliveryConfig) Descriptor deprecated

func (*ApplicationConfigs_EventDeliveryConfig) Descriptor() ([]byte, []int)

Deprecated: Use ApplicationConfigs_EventDeliveryConfig.ProtoReflect.Descriptor instead.

func (*ApplicationConfigs_EventDeliveryConfig) GetChannel

func (*ApplicationConfigs_EventDeliveryConfig) GetMinimalDeliveryInterval

func (x *ApplicationConfigs_EventDeliveryConfig) GetMinimalDeliveryInterval() *durationpb.Duration

func (*ApplicationConfigs_EventDeliveryConfig) ProtoMessage

func (*ApplicationConfigs_EventDeliveryConfig) ProtoReflect

func (*ApplicationConfigs_EventDeliveryConfig) Reset

func (*ApplicationConfigs_EventDeliveryConfig) String

type ApplicationInstance

type ApplicationInstance struct {

	// Required. Id of the requesting object.
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// Required. The resource being created.
	Instance *Instance `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

Message for creating a Instance.

func (*ApplicationInstance) Descriptor deprecated

func (*ApplicationInstance) Descriptor() ([]byte, []int)

Deprecated: Use ApplicationInstance.ProtoReflect.Descriptor instead.

func (*ApplicationInstance) GetInstance

func (x *ApplicationInstance) GetInstance() *Instance

func (*ApplicationInstance) GetInstanceId

func (x *ApplicationInstance) GetInstanceId() string

func (*ApplicationInstance) ProtoMessage

func (*ApplicationInstance) ProtoMessage()

func (*ApplicationInstance) ProtoReflect

func (x *ApplicationInstance) ProtoReflect() protoreflect.Message

func (*ApplicationInstance) Reset

func (x *ApplicationInstance) Reset()

func (*ApplicationInstance) String

func (x *ApplicationInstance) String() string

type ApplicationNodeAnnotation

type ApplicationNodeAnnotation struct {

	// The node name of the application graph.
	Node string `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	// The node specific stream annotations.
	Annotations []*StreamAnnotation `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

Message describing annotations specific to application node. This message is a duplication of StreamWithAnnotation.NodeAnnotation.

func (*ApplicationNodeAnnotation) Descriptor deprecated

func (*ApplicationNodeAnnotation) Descriptor() ([]byte, []int)

Deprecated: Use ApplicationNodeAnnotation.ProtoReflect.Descriptor instead.

func (*ApplicationNodeAnnotation) GetAnnotations

func (x *ApplicationNodeAnnotation) GetAnnotations() []*StreamAnnotation

func (*ApplicationNodeAnnotation) GetNode

func (x *ApplicationNodeAnnotation) GetNode() string

func (*ApplicationNodeAnnotation) ProtoMessage

func (*ApplicationNodeAnnotation) ProtoMessage()

func (*ApplicationNodeAnnotation) ProtoReflect

func (*ApplicationNodeAnnotation) Reset

func (x *ApplicationNodeAnnotation) Reset()

func (*ApplicationNodeAnnotation) String

func (x *ApplicationNodeAnnotation) String() string

type ApplicationStreamInput

type ApplicationStreamInput struct {
	StreamWithAnnotation *StreamWithAnnotation `protobuf:"bytes,1,opt,name=stream_with_annotation,json=streamWithAnnotation,proto3" json:"stream_with_annotation,omitempty"`
	// contains filtered or unexported fields
}

Message about a single stream input config.

func (*ApplicationStreamInput) Descriptor deprecated

func (*ApplicationStreamInput) Descriptor() ([]byte, []int)

Deprecated: Use ApplicationStreamInput.ProtoReflect.Descriptor instead.

func (*ApplicationStreamInput) GetStreamWithAnnotation

func (x *ApplicationStreamInput) GetStreamWithAnnotation() *StreamWithAnnotation

func (*ApplicationStreamInput) ProtoMessage

func (*ApplicationStreamInput) ProtoMessage()

func (*ApplicationStreamInput) ProtoReflect

func (x *ApplicationStreamInput) ProtoReflect() protoreflect.Message

func (*ApplicationStreamInput) Reset

func (x *ApplicationStreamInput) Reset()

func (*ApplicationStreamInput) String

func (x *ApplicationStreamInput) String() string

type Application_ApplicationRuntimeInfo

type Application_ApplicationRuntimeInfo struct {

	// Timestamp when the engine be deployed
	DeployTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=deploy_time,json=deployTime,proto3" json:"deploy_time,omitempty"`
	// Globally created resources like warehouse dataschemas.
	GlobalOutputResources []*Application_ApplicationRuntimeInfo_GlobalOutputResource `` /* 126-byte string literal not displayed */
	// Monitoring-related configuration for this application.
	MonitoringConfig *Application_ApplicationRuntimeInfo_MonitoringConfig `protobuf:"bytes,4,opt,name=monitoring_config,json=monitoringConfig,proto3" json:"monitoring_config,omitempty"`
	// contains filtered or unexported fields
}

Message storing the runtime information of the application.

func (*Application_ApplicationRuntimeInfo) Descriptor deprecated

func (*Application_ApplicationRuntimeInfo) Descriptor() ([]byte, []int)

Deprecated: Use Application_ApplicationRuntimeInfo.ProtoReflect.Descriptor instead.

func (*Application_ApplicationRuntimeInfo) GetDeployTime

func (*Application_ApplicationRuntimeInfo) GetGlobalOutputResources

func (*Application_ApplicationRuntimeInfo) GetMonitoringConfig

func (*Application_ApplicationRuntimeInfo) ProtoMessage

func (*Application_ApplicationRuntimeInfo) ProtoMessage()

func (*Application_ApplicationRuntimeInfo) ProtoReflect

func (*Application_ApplicationRuntimeInfo) Reset

func (*Application_ApplicationRuntimeInfo) String

type Application_ApplicationRuntimeInfo_GlobalOutputResource

type Application_ApplicationRuntimeInfo_GlobalOutputResource struct {

	// The full resource name of the outputted resources.
	OutputResource string `protobuf:"bytes,1,opt,name=output_resource,json=outputResource,proto3" json:"output_resource,omitempty"`
	// The name of graph node who produces the output resource name.
	// For example:
	// output_resource:
	// /projects/123/locations/us-central1/corpora/my-corpus/dataSchemas/my-schema
	// producer_node: occupancy-count
	ProducerNode string `protobuf:"bytes,2,opt,name=producer_node,json=producerNode,proto3" json:"producer_node,omitempty"`
	// The key of the output resource, it has to be unique within the same
	// producer node. One producer node can output several output resources,
	// the key can be used to match corresponding output resources.
	Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

Message about output resources from application.

func (*Application_ApplicationRuntimeInfo_GlobalOutputResource) Descriptor deprecated

Deprecated: Use Application_ApplicationRuntimeInfo_GlobalOutputResource.ProtoReflect.Descriptor instead.

func (*Application_ApplicationRuntimeInfo_GlobalOutputResource) GetKey

func (*Application_ApplicationRuntimeInfo_GlobalOutputResource) GetOutputResource

func (*Application_ApplicationRuntimeInfo_GlobalOutputResource) GetProducerNode

func (*Application_ApplicationRuntimeInfo_GlobalOutputResource) ProtoMessage

func (*Application_ApplicationRuntimeInfo_GlobalOutputResource) ProtoReflect

func (*Application_ApplicationRuntimeInfo_GlobalOutputResource) Reset

func (*Application_ApplicationRuntimeInfo_GlobalOutputResource) String

type Application_ApplicationRuntimeInfo_MonitoringConfig

type Application_ApplicationRuntimeInfo_MonitoringConfig struct {

	// Whether this application has monitoring enabled.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

Monitoring-related configuration for an application.

func (*Application_ApplicationRuntimeInfo_MonitoringConfig) Descriptor deprecated

Deprecated: Use Application_ApplicationRuntimeInfo_MonitoringConfig.ProtoReflect.Descriptor instead.

func (*Application_ApplicationRuntimeInfo_MonitoringConfig) GetEnabled

func (*Application_ApplicationRuntimeInfo_MonitoringConfig) ProtoMessage

func (*Application_ApplicationRuntimeInfo_MonitoringConfig) ProtoReflect

func (*Application_ApplicationRuntimeInfo_MonitoringConfig) Reset

func (*Application_ApplicationRuntimeInfo_MonitoringConfig) String

type Application_State

type Application_State int32

State of the Application

const (
	// The default value. This value is used if the state is omitted.
	Application_STATE_UNSPECIFIED Application_State = 0
	// State CREATED.
	Application_CREATED Application_State = 1
	// State DEPLOYING.
	Application_DEPLOYING Application_State = 2
	// State DEPLOYED.
	Application_DEPLOYED Application_State = 3
	// State UNDEPLOYING.
	Application_UNDEPLOYING Application_State = 4
	// State DELETED.
	Application_DELETED Application_State = 5
	// State ERROR.
	Application_ERROR Application_State = 6
	// State CREATING.
	Application_CREATING Application_State = 7
	// State Updating.
	Application_UPDATING Application_State = 8
	// State Deleting.
	Application_DELETING Application_State = 9
	// State Fixing.
	Application_FIXING Application_State = 10
)

func (Application_State) Descriptor

func (Application_State) Enum

func (Application_State) EnumDescriptor deprecated

func (Application_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use Application_State.Descriptor instead.

func (Application_State) Number

func (Application_State) String

func (x Application_State) String() string

func (Application_State) Type

type Asset

type Asset struct {

	// Resource name of the asset.
	// Form:
	// `projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The duration for which all media assets, associated metadata, and search
	// documents can exist. If not set, then it will using the default ttl in the
	// parent corpus resource.
	Ttl *durationpb.Duration `protobuf:"bytes,2,opt,name=ttl,proto3" json:"ttl,omitempty"`
	// contains filtered or unexported fields
}

An asset is a resource in corpus. It represents a media object inside corpus, contains metadata and another resource annotation. Different feature could be applied to the asset to generate annotations. User could specified annotation related to the target asset.

func (*Asset) Descriptor deprecated

func (*Asset) Descriptor() ([]byte, []int)

Deprecated: Use Asset.ProtoReflect.Descriptor instead.

func (*Asset) GetName

func (x *Asset) GetName() string

func (*Asset) GetTtl

func (x *Asset) GetTtl() *durationpb.Duration

func (*Asset) ProtoMessage

func (*Asset) ProtoMessage()

func (*Asset) ProtoReflect

func (x *Asset) ProtoReflect() protoreflect.Message

func (*Asset) Reset

func (x *Asset) Reset()

func (*Asset) String

func (x *Asset) String() string

type AttributeValue

type AttributeValue struct {

	// Attribute value.
	//
	// Types that are assignable to Value:
	//
	//	*AttributeValue_I
	//	*AttributeValue_F
	//	*AttributeValue_B
	//	*AttributeValue_S
	Value isAttributeValue_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

Represents an actual value of an operator attribute.

func (*AttributeValue) Descriptor deprecated

func (*AttributeValue) Descriptor() ([]byte, []int)

Deprecated: Use AttributeValue.ProtoReflect.Descriptor instead.

func (*AttributeValue) GetB

func (x *AttributeValue) GetB() bool

func (*AttributeValue) GetF

func (x *AttributeValue) GetF() float32

func (*AttributeValue) GetI

func (x *AttributeValue) GetI() int64

func (*AttributeValue) GetS

func (x *AttributeValue) GetS() []byte

func (*AttributeValue) GetValue

func (m *AttributeValue) GetValue() isAttributeValue_Value

func (*AttributeValue) ProtoMessage

func (*AttributeValue) ProtoMessage()

func (*AttributeValue) ProtoReflect

func (x *AttributeValue) ProtoReflect() protoreflect.Message

func (*AttributeValue) Reset

func (x *AttributeValue) Reset()

func (*AttributeValue) String

func (x *AttributeValue) String() string

type AttributeValue_B

type AttributeValue_B struct {
	// bool.
	B bool `protobuf:"varint,3,opt,name=b,proto3,oneof"`
}

type AttributeValue_F

type AttributeValue_F struct {
	// float.
	F float32 `protobuf:"fixed32,2,opt,name=f,proto3,oneof"`
}

type AttributeValue_I

type AttributeValue_I struct {
	// int.
	I int64 `protobuf:"varint,1,opt,name=i,proto3,oneof"`
}

type AttributeValue_S

type AttributeValue_S struct {
	// string.
	S []byte `protobuf:"bytes,4,opt,name=s,proto3,oneof"`
}

type AutoscalingMetricSpec

type AutoscalingMetricSpec struct {

	// Required. The resource metric name.
	// Supported metrics:
	//
	// * For Online Prediction:
	// * `aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle`
	// * `aiplatform.googleapis.com/prediction/online/cpu/utilization`
	MetricName string `protobuf:"bytes,1,opt,name=metric_name,json=metricName,proto3" json:"metric_name,omitempty"`
	// The target resource utilization in percentage (1% - 100%) for the given
	// metric; once the real usage deviates from the target by a certain
	// percentage, the machine replicas change. The default value is 60
	// (representing 60%) if not provided.
	Target int32 `protobuf:"varint,2,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

The metric specification that defines the target resource utilization (CPU utilization, accelerator's duty cycle, and so on) for calculating the desired replica count.

func (*AutoscalingMetricSpec) Descriptor deprecated

func (*AutoscalingMetricSpec) Descriptor() ([]byte, []int)

Deprecated: Use AutoscalingMetricSpec.ProtoReflect.Descriptor instead.

func (*AutoscalingMetricSpec) GetMetricName

func (x *AutoscalingMetricSpec) GetMetricName() string

func (*AutoscalingMetricSpec) GetTarget

func (x *AutoscalingMetricSpec) GetTarget() int32

func (*AutoscalingMetricSpec) ProtoMessage

func (*AutoscalingMetricSpec) ProtoMessage()

func (*AutoscalingMetricSpec) ProtoReflect

func (x *AutoscalingMetricSpec) ProtoReflect() protoreflect.Message

func (*AutoscalingMetricSpec) Reset

func (x *AutoscalingMetricSpec) Reset()

func (*AutoscalingMetricSpec) String

func (x *AutoscalingMetricSpec) String() string

type BigQueryConfig

type BigQueryConfig struct {

	// BigQuery table resource for Vision AI Platform to ingest annotations to.
	Table string `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"`
	// Data Schema
	// By default, Vision AI Application will try to write annotations to the
	// target BigQuery table using the following schema:
	//
	// ingestion_time: TIMESTAMP, the ingestion time of the original data.
	//
	// application: STRING, name of the application which produces the annotation.
	//
	// instance: STRING, Id of the instance which produces the annotation.
	//
	// node: STRING, name of the application graph node which produces the
	// annotation.
	//
	// annotation: STRING or JSON, the actual annotation protobuf will be
	// converted to json string with bytes field as 64 encoded string. It can be
	// written to both String or Json type column.
	//
	// To forward annotation data to an existing BigQuery table, customer needs to
	// make sure the compatibility of the schema.
	// The map maps application node name to its corresponding cloud function
	// endpoint to transform the annotations directly to the
	// google.cloud.bigquery.storage.v1.AppendRowsRequest (only avro_rows or
	// proto_rows should be set). If configured, annotations produced by
	// corresponding application node will sent to the Cloud Function at first
	// before be forwarded to BigQuery.
	//
	// If the default table schema doesn't fit, customer is able to transform the
	// annotation output from Vision AI Application to arbitrary BigQuery table
	// schema with CloudFunction.
	// * The cloud function will receive AppPlatformCloudFunctionRequest where
	// the annotations field will be the json format of Vision AI annotation.
	// * The cloud function should return AppPlatformCloudFunctionResponse with
	// AppendRowsRequest stored in the annotations field.
	// * To drop the annotation, simply clear the annotations field in the
	// returned AppPlatformCloudFunctionResponse.
	CloudFunctionMapping map[string]string `` /* 211-byte string literal not displayed */
	// If true, App Platform will create the BigQuery DataSet and the
	// BigQuery Table with default schema if the specified table doesn't exist.
	// This doesn't work if any cloud function customized schema is specified
	// since the system doesn't know your desired schema.
	// JSON column will be used in the default table created by App Platform.
	CreateDefaultTableIfNotExists bool `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

Message of configurations for BigQuery processor.

func (*BigQueryConfig) Descriptor deprecated

func (*BigQueryConfig) Descriptor() ([]byte, []int)

Deprecated: Use BigQueryConfig.ProtoReflect.Descriptor instead.

func (*BigQueryConfig) GetCloudFunctionMapping

func (x *BigQueryConfig) GetCloudFunctionMapping() map[string]string

func (*BigQueryConfig) GetCreateDefaultTableIfNotExists

func (x *BigQueryConfig) GetCreateDefaultTableIfNotExists() bool

func (*BigQueryConfig) GetTable

func (x *BigQueryConfig) GetTable() string

func (*BigQueryConfig) ProtoMessage

func (*BigQueryConfig) ProtoMessage()

func (*BigQueryConfig) ProtoReflect

func (x *BigQueryConfig) ProtoReflect() protoreflect.Message

func (*BigQueryConfig) Reset

func (x *BigQueryConfig) Reset()

func (*BigQueryConfig) String

func (x *BigQueryConfig) String() string

type BoolValue

type BoolValue struct {
	Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*BoolValue) Descriptor deprecated

func (*BoolValue) Descriptor() ([]byte, []int)

Deprecated: Use BoolValue.ProtoReflect.Descriptor instead.

func (*BoolValue) GetValue

func (x *BoolValue) GetValue() bool

func (*BoolValue) ProtoMessage

func (*BoolValue) ProtoMessage()

func (*BoolValue) ProtoReflect

func (x *BoolValue) ProtoReflect() protoreflect.Message

func (*BoolValue) Reset

func (x *BoolValue) Reset()

func (*BoolValue) String

func (x *BoolValue) String() string

type Channel

type Channel struct {

	// Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. The create timestamp.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. The update timestamp.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Labels as key value pairs.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Annotations to allow clients to store small amounts of arbitrary data.
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	// Required. Stream that is associated with this series.
	Stream string `protobuf:"bytes,6,opt,name=stream,proto3" json:"stream,omitempty"`
	// Required. Event that is associated with this series.
	Event string `protobuf:"bytes,7,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

Message describing the Channel object.

func (*Channel) Descriptor deprecated

func (*Channel) Descriptor() ([]byte, []int)

Deprecated: Use Channel.ProtoReflect.Descriptor instead.

func (*Channel) GetAnnotations

func (x *Channel) GetAnnotations() map[string]string

func (*Channel) GetCreateTime

func (x *Channel) GetCreateTime() *timestamppb.Timestamp

func (*Channel) GetEvent

func (x *Channel) GetEvent() string

func (*Channel) GetLabels

func (x *Channel) GetLabels() map[string]string

func (*Channel) GetName

func (x *Channel) GetName() string

func (*Channel) GetStream

func (x *Channel) GetStream() string

func (*Channel) GetUpdateTime

func (x *Channel) GetUpdateTime() *timestamppb.Timestamp

func (*Channel) ProtoMessage

func (*Channel) ProtoMessage()

func (*Channel) ProtoReflect

func (x *Channel) ProtoReflect() protoreflect.Message

func (*Channel) Reset

func (x *Channel) Reset()

func (*Channel) String

func (x *Channel) String() string

type CircleArea

type CircleArea struct {

	// Latitude of circle area's center. Degrees [-90 .. 90]
	Latitude float64 `protobuf:"fixed64,1,opt,name=latitude,proto3" json:"latitude,omitempty"`
	// Longitude of circle area's center. Degrees [-180 .. 180]
	Longitude float64 `protobuf:"fixed64,2,opt,name=longitude,proto3" json:"longitude,omitempty"`
	// Radius of the circle area in meters.
	RadiusMeter float64 `protobuf:"fixed64,3,opt,name=radius_meter,json=radiusMeter,proto3" json:"radius_meter,omitempty"`
	// contains filtered or unexported fields
}

Representation of a circle area.

func (*CircleArea) Descriptor deprecated

func (*CircleArea) Descriptor() ([]byte, []int)

Deprecated: Use CircleArea.ProtoReflect.Descriptor instead.

func (*CircleArea) GetLatitude

func (x *CircleArea) GetLatitude() float64

func (*CircleArea) GetLongitude

func (x *CircleArea) GetLongitude() float64

func (*CircleArea) GetRadiusMeter

func (x *CircleArea) GetRadiusMeter() float64

func (*CircleArea) ProtoMessage

func (*CircleArea) ProtoMessage()

func (*CircleArea) ProtoReflect

func (x *CircleArea) ProtoReflect() protoreflect.Message

func (*CircleArea) Reset

func (x *CircleArea) Reset()

func (*CircleArea) String

func (x *CircleArea) String() string

type ClassificationPredictionResult

type ClassificationPredictionResult struct {

	// The resource IDs of the AnnotationSpecs that had been identified.
	Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// The display names of the AnnotationSpecs that had been identified, order
	// matches the IDs.
	DisplayNames []string `protobuf:"bytes,2,rep,name=display_names,json=displayNames,proto3" json:"display_names,omitempty"`
	// The Model's confidences in correctness of the predicted IDs, higher value
	// means higher confidence. Order matches the Ids.
	Confidences []float32 `protobuf:"fixed32,3,rep,packed,name=confidences,proto3" json:"confidences,omitempty"`
	// contains filtered or unexported fields
}

Prediction output format for Image and Text Classification.

func (*ClassificationPredictionResult) Descriptor deprecated

func (*ClassificationPredictionResult) Descriptor() ([]byte, []int)

Deprecated: Use ClassificationPredictionResult.ProtoReflect.Descriptor instead.

func (*ClassificationPredictionResult) GetConfidences

func (x *ClassificationPredictionResult) GetConfidences() []float32

func (*ClassificationPredictionResult) GetDisplayNames

func (x *ClassificationPredictionResult) GetDisplayNames() []string

func (*ClassificationPredictionResult) GetIds

func (x *ClassificationPredictionResult) GetIds() []int64

func (*ClassificationPredictionResult) ProtoMessage

func (*ClassificationPredictionResult) ProtoMessage()

func (*ClassificationPredictionResult) ProtoReflect

func (*ClassificationPredictionResult) Reset

func (x *ClassificationPredictionResult) Reset()

func (*ClassificationPredictionResult) String

type ClipAssetRequest

type ClipAssetRequest struct {

	// Required. The resource name of the asset to request clips for.
	// Form:
	// 'projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}'
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The time range to request clips for.
	TemporalPartition *Partition_TemporalPartition `protobuf:"bytes,2,opt,name=temporal_partition,json=temporalPartition,proto3" json:"temporal_partition,omitempty"`
	// contains filtered or unexported fields
}

Request message for ClipAsset API.

func (*ClipAssetRequest) Descriptor deprecated

func (*ClipAssetRequest) Descriptor() ([]byte, []int)

Deprecated: Use ClipAssetRequest.ProtoReflect.Descriptor instead.

func (*ClipAssetRequest) GetName

func (x *ClipAssetRequest) GetName() string

func (*ClipAssetRequest) GetTemporalPartition

func (x *ClipAssetRequest) GetTemporalPartition() *Partition_TemporalPartition

func (*ClipAssetRequest) ProtoMessage

func (*ClipAssetRequest) ProtoMessage()

func (*ClipAssetRequest) ProtoReflect

func (x *ClipAssetRequest) ProtoReflect() protoreflect.Message

func (*ClipAssetRequest) Reset

func (x *ClipAssetRequest) Reset()

func (*ClipAssetRequest) String

func (x *ClipAssetRequest) String() string

type ClipAssetResponse

type ClipAssetResponse struct {

	// A list of signed uris to download the video clips that cover the requested
	// time range ordered by time.
	TimeIndexedUris []*ClipAssetResponse_TimeIndexedUri `protobuf:"bytes,1,rep,name=time_indexed_uris,json=timeIndexedUris,proto3" json:"time_indexed_uris,omitempty"`
	// contains filtered or unexported fields
}

Response message for ClipAsset API.

func (*ClipAssetResponse) Descriptor deprecated

func (*ClipAssetResponse) Descriptor() ([]byte, []int)

Deprecated: Use ClipAssetResponse.ProtoReflect.Descriptor instead.

func (*ClipAssetResponse) GetTimeIndexedUris

func (x *ClipAssetResponse) GetTimeIndexedUris() []*ClipAssetResponse_TimeIndexedUri

func (*ClipAssetResponse) ProtoMessage

func (*ClipAssetResponse) ProtoMessage()

func (*ClipAssetResponse) ProtoReflect

func (x *ClipAssetResponse) ProtoReflect() protoreflect.Message

func (*ClipAssetResponse) Reset

func (x *ClipAssetResponse) Reset()

func (*ClipAssetResponse) String

func (x *ClipAssetResponse) String() string

type ClipAssetResponse_TimeIndexedUri

type ClipAssetResponse_TimeIndexedUri struct {

	// Time range of the video that the uri is for.
	TemporalPartition *Partition_TemporalPartition `protobuf:"bytes,1,opt,name=temporal_partition,json=temporalPartition,proto3" json:"temporal_partition,omitempty"`
	// Signed uri to download the video clip.
	Uri string `protobuf:"bytes,2,opt,name=uri,proto3" json:"uri,omitempty"`
	// contains filtered or unexported fields
}

Signed uri with corresponding time range.

func (*ClipAssetResponse_TimeIndexedUri) Descriptor deprecated

func (*ClipAssetResponse_TimeIndexedUri) Descriptor() ([]byte, []int)

Deprecated: Use ClipAssetResponse_TimeIndexedUri.ProtoReflect.Descriptor instead.

func (*ClipAssetResponse_TimeIndexedUri) GetTemporalPartition

func (*ClipAssetResponse_TimeIndexedUri) GetUri

func (*ClipAssetResponse_TimeIndexedUri) ProtoMessage

func (*ClipAssetResponse_TimeIndexedUri) ProtoMessage()

func (*ClipAssetResponse_TimeIndexedUri) ProtoReflect

func (*ClipAssetResponse_TimeIndexedUri) Reset

func (*ClipAssetResponse_TimeIndexedUri) String

type Cluster

type Cluster struct {

	// Output only. Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. The create timestamp.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. The update timestamp.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Labels as key value pairs
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Annotations to allow clients to store small amounts of arbitrary data.
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	// Output only. The DNS name of the data plane service
	DataplaneServiceEndpoint string `` /* 135-byte string literal not displayed */
	// Output only. The current state of the cluster.
	State Cluster_State `protobuf:"varint,7,opt,name=state,proto3,enum=google.cloud.visionai.v1alpha1.Cluster_State" json:"state,omitempty"`
	// Output only. The private service connection service target name.
	PscTarget string `protobuf:"bytes,8,opt,name=psc_target,json=pscTarget,proto3" json:"psc_target,omitempty"`
	// contains filtered or unexported fields
}

Message describing the Cluster object.

func (*Cluster) Descriptor deprecated

func (*Cluster) Descriptor() ([]byte, []int)

Deprecated: Use Cluster.ProtoReflect.Descriptor instead.

func (*Cluster) GetAnnotations

func (x *Cluster) GetAnnotations() map[string]string

func (*Cluster) GetCreateTime

func (x *Cluster) GetCreateTime() *timestamppb.Timestamp

func (*Cluster) GetDataplaneServiceEndpoint

func (x *Cluster) GetDataplaneServiceEndpoint() string

func (*Cluster) GetLabels

func (x *Cluster) GetLabels() map[string]string

func (*Cluster) GetName

func (x *Cluster) GetName() string

func (*Cluster) GetPscTarget

func (x *Cluster) GetPscTarget() string

func (*Cluster) GetState

func (x *Cluster) GetState() Cluster_State

func (*Cluster) GetUpdateTime

func (x *Cluster) GetUpdateTime() *timestamppb.Timestamp

func (*Cluster) ProtoMessage

func (*Cluster) ProtoMessage()

func (*Cluster) ProtoReflect

func (x *Cluster) ProtoReflect() protoreflect.Message

func (*Cluster) Reset

func (x *Cluster) Reset()

func (*Cluster) String

func (x *Cluster) String() string

type Cluster_State

type Cluster_State int32

The current state of the cluster.

const (
	// Not set.
	Cluster_STATE_UNSPECIFIED Cluster_State = 0
	// The PROVISIONING state indicates the cluster is being created.
	Cluster_PROVISIONING Cluster_State = 1
	// The RUNNING state indicates the cluster has been created and is fully
	// usable.
	Cluster_RUNNING Cluster_State = 2
	// The STOPPING state indicates the cluster is being deleted.
	Cluster_STOPPING Cluster_State = 3
	// The ERROR state indicates the cluster is unusable. It will be
	// automatically deleted.
	Cluster_ERROR Cluster_State = 4
)

func (Cluster_State) Descriptor

func (Cluster_State) Enum

func (x Cluster_State) Enum() *Cluster_State

func (Cluster_State) EnumDescriptor deprecated

func (Cluster_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use Cluster_State.Descriptor instead.

func (Cluster_State) Number

func (Cluster_State) String

func (x Cluster_State) String() string

func (Cluster_State) Type

type CommitRequest

type CommitRequest struct {

	// The offset to commit.
	Offset int64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

The message for explicitly committing the read progress.

This may only be used when `ReceivePacketsControlledMode` is set in the initial setup request.

func (*CommitRequest) Descriptor deprecated

func (*CommitRequest) Descriptor() ([]byte, []int)

Deprecated: Use CommitRequest.ProtoReflect.Descriptor instead.

func (*CommitRequest) GetOffset

func (x *CommitRequest) GetOffset() int64

func (*CommitRequest) ProtoMessage

func (*CommitRequest) ProtoMessage()

func (*CommitRequest) ProtoReflect

func (x *CommitRequest) ProtoReflect() protoreflect.Message

func (*CommitRequest) Reset

func (x *CommitRequest) Reset()

func (*CommitRequest) String

func (x *CommitRequest) String() string

type ControlledMode

type ControlledMode struct {

	// This is the offset from which to start receiveing.
	//
	// Types that are assignable to StartingOffset:
	//
	//	*ControlledMode_StartingLogicalOffset
	StartingOffset isControlledMode_StartingOffset `protobuf_oneof:"starting_offset"`
	// This is the logical starting point to fallback upon should the
	// specified starting offset be unavailable.
	//
	// This can be one of the following values:
	//
	// "begin": This will read from the earliest available message.
	//
	// "end": This will read only future messages.
	FallbackStartingOffset string `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

The options for receiver under the controlled mode.

func (*ControlledMode) Descriptor deprecated

func (*ControlledMode) Descriptor() ([]byte, []int)

Deprecated: Use ControlledMode.ProtoReflect.Descriptor instead.

func (*ControlledMode) GetFallbackStartingOffset

func (x *ControlledMode) GetFallbackStartingOffset() string

func (*ControlledMode) GetStartingLogicalOffset

func (x *ControlledMode) GetStartingLogicalOffset() string

func (*ControlledMode) GetStartingOffset

func (m *ControlledMode) GetStartingOffset() isControlledMode_StartingOffset

func (*ControlledMode) ProtoMessage

func (*ControlledMode) ProtoMessage()

func (*ControlledMode) ProtoReflect

func (x *ControlledMode) ProtoReflect() protoreflect.Message

func (*ControlledMode) Reset

func (x *ControlledMode) Reset()

func (*ControlledMode) String

func (x *ControlledMode) String() string

type ControlledMode_StartingLogicalOffset

type ControlledMode_StartingLogicalOffset struct {
	// This can be set to the following logical starting points:
	//
	// "begin": This will read from the earliest available message.
	//
	// "most-recent": This will read from the latest available message.
	//
	// "end": This will read only future messages.
	//
	// "stored": This will resume reads one past the last committed offset.
	//
	//	It is the only option that resumes progress; all others
	//	jump unilaterally.
	StartingLogicalOffset string `protobuf:"bytes,1,opt,name=starting_logical_offset,json=startingLogicalOffset,proto3,oneof"`
}

type Corpus

type Corpus struct {

	// Resource name of the corpus.
	// Form:
	// `projects/{project_number}/locations/{location_id}/corpora/{corpus_id}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The corpus name to shown in the UI. The name can be up to 32 characters
	// long.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Optional. Description of the corpus. Can be up to 25000 characters long.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Required. The default TTL value for all assets under the corpus without a asset level
	// user-defined TTL with a maximum of 10 years. This is required for all
	// corpora.
	DefaultTtl *durationpb.Duration `protobuf:"bytes,5,opt,name=default_ttl,json=defaultTtl,proto3" json:"default_ttl,omitempty"`
	// contains filtered or unexported fields
}

Corpus is a set of video contents for management. Within a corpus, videos share the same data schema. Search is also restricted within a single corpus.

func (*Corpus) Descriptor deprecated

func (*Corpus) Descriptor() ([]byte, []int)

Deprecated: Use Corpus.ProtoReflect.Descriptor instead.

func (*Corpus) GetDefaultTtl

func (x *Corpus) GetDefaultTtl() *durationpb.Duration

func (*Corpus) GetDescription

func (x *Corpus) GetDescription() string

func (*Corpus) GetDisplayName

func (x *Corpus) GetDisplayName() string

func (*Corpus) GetName

func (x *Corpus) GetName() string

func (*Corpus) ProtoMessage

func (*Corpus) ProtoMessage()

func (*Corpus) ProtoReflect

func (x *Corpus) ProtoReflect() protoreflect.Message

func (*Corpus) Reset

func (x *Corpus) Reset()

func (*Corpus) String

func (x *Corpus) String() string

type CreateAnalysisRequest

type CreateAnalysisRequest struct {

	// Required. Value for parent.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. Id of the requesting object.
	AnalysisId string `protobuf:"bytes,2,opt,name=analysis_id,json=analysisId,proto3" json:"analysis_id,omitempty"`
	// Required. The resource being created.
	Analysis *Analysis `protobuf:"bytes,3,opt,name=analysis,proto3" json:"analysis,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and the
	// request times out. If you make the request again with the same request ID,
	// the server can check if original operation with the same request ID was
	// received, and if so, will ignore the second request. This prevents clients
	// from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for creating an Analysis.

func (*CreateAnalysisRequest) Descriptor deprecated

func (*CreateAnalysisRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateAnalysisRequest.ProtoReflect.Descriptor instead.

func (*CreateAnalysisRequest) GetAnalysis

func (x *CreateAnalysisRequest) GetAnalysis() *Analysis

func (*CreateAnalysisRequest) GetAnalysisId

func (x *CreateAnalysisRequest) GetAnalysisId() string

func (*CreateAnalysisRequest) GetParent

func (x *CreateAnalysisRequest) GetParent() string

func (*CreateAnalysisRequest) GetRequestId

func (x *CreateAnalysisRequest) GetRequestId() string

func (*CreateAnalysisRequest) ProtoMessage

func (*CreateAnalysisRequest) ProtoMessage()

func (*CreateAnalysisRequest) ProtoReflect

func (x *CreateAnalysisRequest) ProtoReflect() protoreflect.Message

func (*CreateAnalysisRequest) Reset

func (x *CreateAnalysisRequest) Reset()

func (*CreateAnalysisRequest) String

func (x *CreateAnalysisRequest) String() string

type CreateAnnotationRequest

type CreateAnnotationRequest struct {

	// Required. The parent resource where this annotation will be created.
	// Format: projects/*/locations/*/corpora/*/assets/*
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The annotation to create.
	Annotation *Annotation `protobuf:"bytes,2,opt,name=annotation,proto3" json:"annotation,omitempty"`
	// Optional. The ID to use for the annotation, which will become the final component of
	// the annotation's resource name if user choose to specify. Otherwise,
	// annotation id will be generated by system.
	//
	// This value should be up to 63 characters, and valid characters
	// are /[a-z][0-9]-/. The first character must be a letter, the last could be
	// a letter or a number.
	AnnotationId *string `protobuf:"bytes,3,opt,name=annotation_id,json=annotationId,proto3,oneof" json:"annotation_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for CreateAnnotation.

func (*CreateAnnotationRequest) Descriptor deprecated

func (*CreateAnnotationRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateAnnotationRequest.ProtoReflect.Descriptor instead.

func (*CreateAnnotationRequest) GetAnnotation

func (x *CreateAnnotationRequest) GetAnnotation() *Annotation

func (*CreateAnnotationRequest) GetAnnotationId

func (x *CreateAnnotationRequest) GetAnnotationId() string

func (*CreateAnnotationRequest) GetParent

func (x *CreateAnnotationRequest) GetParent() string

func (*CreateAnnotationRequest) ProtoMessage

func (*CreateAnnotationRequest) ProtoMessage()

func (*CreateAnnotationRequest) ProtoReflect

func (x *CreateAnnotationRequest) ProtoReflect() protoreflect.Message

func (*CreateAnnotationRequest) Reset

func (x *CreateAnnotationRequest) Reset()

func (*CreateAnnotationRequest) String

func (x *CreateAnnotationRequest) String() string

type CreateApplicationInstancesRequest

type CreateApplicationInstancesRequest struct {

	// Required. the name of the application to retrieve.
	// Format:
	// "projects/{project}/locations/{location}/applications/{application}"
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The resources being created.
	ApplicationInstances []*ApplicationInstance `protobuf:"bytes,2,rep,name=application_instances,json=applicationInstances,proto3" json:"application_instances,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and t
	// he request times out. If you make the request again with the same request
	// ID, the server can check if original operation with the same request ID
	// was received, and if so, will ignore the second request. This prevents
	// clients from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for adding stream input to an Application.

func (*CreateApplicationInstancesRequest) Descriptor deprecated

func (*CreateApplicationInstancesRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateApplicationInstancesRequest.ProtoReflect.Descriptor instead.

func (*CreateApplicationInstancesRequest) GetApplicationInstances

func (x *CreateApplicationInstancesRequest) GetApplicationInstances() []*ApplicationInstance

func (*CreateApplicationInstancesRequest) GetName

func (*CreateApplicationInstancesRequest) GetRequestId

func (x *CreateApplicationInstancesRequest) GetRequestId() string

func (*CreateApplicationInstancesRequest) ProtoMessage

func (*CreateApplicationInstancesRequest) ProtoMessage()

func (*CreateApplicationInstancesRequest) ProtoReflect

func (*CreateApplicationInstancesRequest) Reset

func (*CreateApplicationInstancesRequest) String

type CreateApplicationInstancesResponse

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

Message for CreateApplicationInstance Response.

func (*CreateApplicationInstancesResponse) Descriptor deprecated

func (*CreateApplicationInstancesResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateApplicationInstancesResponse.ProtoReflect.Descriptor instead.

func (*CreateApplicationInstancesResponse) ProtoMessage

func (*CreateApplicationInstancesResponse) ProtoMessage()

func (*CreateApplicationInstancesResponse) ProtoReflect

func (*CreateApplicationInstancesResponse) Reset

func (*CreateApplicationInstancesResponse) String

type CreateApplicationRequest

type CreateApplicationRequest struct {

	// Required. Value for parent.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. Id of the requesting object.
	ApplicationId string `protobuf:"bytes,2,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// Required. The resource being created.
	Application *Application `protobuf:"bytes,3,opt,name=application,proto3" json:"application,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and t
	// he request times out. If you make the request again with the same request
	// ID, the server can check if original operation with the same request ID
	// was received, and if so, will ignore the second request. This prevents
	// clients from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for creating a Application.

func (*CreateApplicationRequest) Descriptor deprecated

func (*CreateApplicationRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateApplicationRequest.ProtoReflect.Descriptor instead.

func (*CreateApplicationRequest) GetApplication

func (x *CreateApplicationRequest) GetApplication() *Application

func (*CreateApplicationRequest) GetApplicationId

func (x *CreateApplicationRequest) GetApplicationId() string

func (*CreateApplicationRequest) GetParent

func (x *CreateApplicationRequest) GetParent() string

func (*CreateApplicationRequest) GetRequestId

func (x *CreateApplicationRequest) GetRequestId() string

func (*CreateApplicationRequest) ProtoMessage

func (*CreateApplicationRequest) ProtoMessage()

func (*CreateApplicationRequest) ProtoReflect

func (x *CreateApplicationRequest) ProtoReflect() protoreflect.Message

func (*CreateApplicationRequest) Reset

func (x *CreateApplicationRequest) Reset()

func (*CreateApplicationRequest) String

func (x *CreateApplicationRequest) String() string

type CreateAssetRequest

type CreateAssetRequest struct {

	// Required. The parent resource where this asset will be created.
	// Format: projects/*/locations/*/corpora/*
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The asset to create.
	Asset *Asset `protobuf:"bytes,2,opt,name=asset,proto3" json:"asset,omitempty"`
	// Optional. The ID to use for the asset, which will become the final component of
	// the asset's resource name if user choose to specify. Otherwise, asset id
	// will be generated by system.
	//
	// This value should be up to 63 characters, and valid characters
	// are /[a-z][0-9]-/. The first character must be a letter, the last could be
	// a letter or a number.
	AssetId *string `protobuf:"bytes,3,opt,name=asset_id,json=assetId,proto3,oneof" json:"asset_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for CreateAssetRequest.

func (*CreateAssetRequest) Descriptor deprecated

func (*CreateAssetRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateAssetRequest.ProtoReflect.Descriptor instead.

func (*CreateAssetRequest) GetAsset

func (x *CreateAssetRequest) GetAsset() *Asset

func (*CreateAssetRequest) GetAssetId

func (x *CreateAssetRequest) GetAssetId() string

func (*CreateAssetRequest) GetParent

func (x *CreateAssetRequest) GetParent() string

func (*CreateAssetRequest) ProtoMessage

func (*CreateAssetRequest) ProtoMessage()

func (*CreateAssetRequest) ProtoReflect

func (x *CreateAssetRequest) ProtoReflect() protoreflect.Message

func (*CreateAssetRequest) Reset

func (x *CreateAssetRequest) Reset()

func (*CreateAssetRequest) String

func (x *CreateAssetRequest) String() string

type CreateClusterRequest

type CreateClusterRequest struct {

	// Required. Value for parent.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. Id of the requesting object.
	ClusterId string `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. The resource being created.
	Cluster *Cluster `protobuf:"bytes,3,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and the
	// request times out. If you make the request again with the same request ID,
	// the server can check if original operation with the same request ID was
	// received, and if so, will ignore the second request. This prevents clients
	// from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for creating a Cluster.

func (*CreateClusterRequest) Descriptor deprecated

func (*CreateClusterRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateClusterRequest.ProtoReflect.Descriptor instead.

func (*CreateClusterRequest) GetCluster

func (x *CreateClusterRequest) GetCluster() *Cluster

func (*CreateClusterRequest) GetClusterId

func (x *CreateClusterRequest) GetClusterId() string

func (*CreateClusterRequest) GetParent

func (x *CreateClusterRequest) GetParent() string

func (*CreateClusterRequest) GetRequestId

func (x *CreateClusterRequest) GetRequestId() string

func (*CreateClusterRequest) ProtoMessage

func (*CreateClusterRequest) ProtoMessage()

func (*CreateClusterRequest) ProtoReflect

func (x *CreateClusterRequest) ProtoReflect() protoreflect.Message

func (*CreateClusterRequest) Reset

func (x *CreateClusterRequest) Reset()

func (*CreateClusterRequest) String

func (x *CreateClusterRequest) String() string

type CreateCorpusMetadata

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

Metadata for CreateCorpus API.

func (*CreateCorpusMetadata) Descriptor deprecated

func (*CreateCorpusMetadata) Descriptor() ([]byte, []int)

Deprecated: Use CreateCorpusMetadata.ProtoReflect.Descriptor instead.

func (*CreateCorpusMetadata) ProtoMessage

func (*CreateCorpusMetadata) ProtoMessage()

func (*CreateCorpusMetadata) ProtoReflect

func (x *CreateCorpusMetadata) ProtoReflect() protoreflect.Message

func (*CreateCorpusMetadata) Reset

func (x *CreateCorpusMetadata) Reset()

func (*CreateCorpusMetadata) String

func (x *CreateCorpusMetadata) String() string

type CreateCorpusRequest

type CreateCorpusRequest struct {

	// Required. Form: `projects/{project_number}/locations/{location_id}`
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The corpus to be created.
	Corpus *Corpus `protobuf:"bytes,2,opt,name=corpus,proto3" json:"corpus,omitempty"`
	// contains filtered or unexported fields
}

Request message of CreateCorpus API.

func (*CreateCorpusRequest) Descriptor deprecated

func (*CreateCorpusRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateCorpusRequest.ProtoReflect.Descriptor instead.

func (*CreateCorpusRequest) GetCorpus

func (x *CreateCorpusRequest) GetCorpus() *Corpus

func (*CreateCorpusRequest) GetParent

func (x *CreateCorpusRequest) GetParent() string

func (*CreateCorpusRequest) ProtoMessage

func (*CreateCorpusRequest) ProtoMessage()

func (*CreateCorpusRequest) ProtoReflect

func (x *CreateCorpusRequest) ProtoReflect() protoreflect.Message

func (*CreateCorpusRequest) Reset

func (x *CreateCorpusRequest) Reset()

func (*CreateCorpusRequest) String

func (x *CreateCorpusRequest) String() string

type CreateDataSchemaRequest

type CreateDataSchemaRequest struct {

	// Required. The parent resource where this data schema will be created.
	// Format: projects/*/locations/*/corpora/*
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The data schema to create.
	DataSchema *DataSchema `protobuf:"bytes,2,opt,name=data_schema,json=dataSchema,proto3" json:"data_schema,omitempty"`
	// contains filtered or unexported fields
}

Request message for CreateDataSchema.

func (*CreateDataSchemaRequest) Descriptor deprecated

func (*CreateDataSchemaRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateDataSchemaRequest.ProtoReflect.Descriptor instead.

func (*CreateDataSchemaRequest) GetDataSchema

func (x *CreateDataSchemaRequest) GetDataSchema() *DataSchema

func (*CreateDataSchemaRequest) GetParent

func (x *CreateDataSchemaRequest) GetParent() string

func (*CreateDataSchemaRequest) ProtoMessage

func (*CreateDataSchemaRequest) ProtoMessage()

func (*CreateDataSchemaRequest) ProtoReflect

func (x *CreateDataSchemaRequest) ProtoReflect() protoreflect.Message

func (*CreateDataSchemaRequest) Reset

func (x *CreateDataSchemaRequest) Reset()

func (*CreateDataSchemaRequest) String

func (x *CreateDataSchemaRequest) String() string

type CreateDraftRequest

type CreateDraftRequest struct {

	// Required. Value for parent.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. Id of the requesting object.
	DraftId string `protobuf:"bytes,2,opt,name=draft_id,json=draftId,proto3" json:"draft_id,omitempty"`
	// Required. The resource being created.
	Draft *Draft `protobuf:"bytes,3,opt,name=draft,proto3" json:"draft,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and t
	// he request times out. If you make the request again with the same request
	// ID, the server can check if original operation with the same request ID
	// was received, and if so, will ignore the second request. This prevents
	// clients from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for creating a Draft.

func (*CreateDraftRequest) Descriptor deprecated

func (*CreateDraftRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateDraftRequest.ProtoReflect.Descriptor instead.

func (*CreateDraftRequest) GetDraft

func (x *CreateDraftRequest) GetDraft() *Draft

func (*CreateDraftRequest) GetDraftId

func (x *CreateDraftRequest) GetDraftId() string

func (*CreateDraftRequest) GetParent

func (x *CreateDraftRequest) GetParent() string

func (*CreateDraftRequest) GetRequestId

func (x *CreateDraftRequest) GetRequestId() string

func (*CreateDraftRequest) ProtoMessage

func (*CreateDraftRequest) ProtoMessage()

func (*CreateDraftRequest) ProtoReflect

func (x *CreateDraftRequest) ProtoReflect() protoreflect.Message

func (*CreateDraftRequest) Reset

func (x *CreateDraftRequest) Reset()

func (*CreateDraftRequest) String

func (x *CreateDraftRequest) String() string

type CreateEventRequest

type CreateEventRequest struct {

	// Required. Value for parent.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. Id of the requesting object.
	EventId string `protobuf:"bytes,2,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	// Required. The resource being created.
	Event *Event `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and the
	// request times out. If you make the request again with the same request ID,
	// the server can check if original operation with the same request ID was
	// received, and if so, will ignore the second request. This prevents clients
	// from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for creating a Event.

func (*CreateEventRequest) Descriptor deprecated

func (*CreateEventRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateEventRequest.ProtoReflect.Descriptor instead.

func (*CreateEventRequest) GetEvent

func (x *CreateEventRequest) GetEvent() *Event

func (*CreateEventRequest) GetEventId

func (x *CreateEventRequest) GetEventId() string

func (*CreateEventRequest) GetParent

func (x *CreateEventRequest) GetParent() string

func (*CreateEventRequest) GetRequestId

func (x *CreateEventRequest) GetRequestId() string

func (*CreateEventRequest) ProtoMessage

func (*CreateEventRequest) ProtoMessage()

func (*CreateEventRequest) ProtoReflect

func (x *CreateEventRequest) ProtoReflect() protoreflect.Message

func (*CreateEventRequest) Reset

func (x *CreateEventRequest) Reset()

func (*CreateEventRequest) String

func (x *CreateEventRequest) String() string

type CreateProcessorRequest

type CreateProcessorRequest struct {

	// Required. Value for parent.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. Id of the requesting object.
	ProcessorId string `protobuf:"bytes,2,opt,name=processor_id,json=processorId,proto3" json:"processor_id,omitempty"`
	// Required. The resource being created.
	Processor *Processor `protobuf:"bytes,3,opt,name=processor,proto3" json:"processor,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and t
	// he request times out. If you make the request again with the same request
	// ID, the server can check if original operation with the same request ID
	// was received, and if so, will ignore the second request. This prevents
	// clients from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for creating a Processor.

func (*CreateProcessorRequest) Descriptor deprecated

func (*CreateProcessorRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateProcessorRequest.ProtoReflect.Descriptor instead.

func (*CreateProcessorRequest) GetParent

func (x *CreateProcessorRequest) GetParent() string

func (*CreateProcessorRequest) GetProcessor

func (x *CreateProcessorRequest) GetProcessor() *Processor

func (*CreateProcessorRequest) GetProcessorId

func (x *CreateProcessorRequest) GetProcessorId() string

func (*CreateProcessorRequest) GetRequestId

func (x *CreateProcessorRequest) GetRequestId() string

func (*CreateProcessorRequest) ProtoMessage

func (*CreateProcessorRequest) ProtoMessage()

func (*CreateProcessorRequest) ProtoReflect

func (x *CreateProcessorRequest) ProtoReflect() protoreflect.Message

func (*CreateProcessorRequest) Reset

func (x *CreateProcessorRequest) Reset()

func (*CreateProcessorRequest) String

func (x *CreateProcessorRequest) String() string

type CreateSearchConfigRequest

type CreateSearchConfigRequest struct {

	// Required. The parent resource where this search configuration will be created.
	// Format: projects/*/locations/*/corpora/*
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The search config to create.
	SearchConfig *SearchConfig `protobuf:"bytes,2,opt,name=search_config,json=searchConfig,proto3" json:"search_config,omitempty"`
	// Required. ID to use for the new search config. Will become the final component of the
	// SearchConfig's resource name. This value should be up to 63 characters, and
	// valid characters are /[a-z][0-9]-_/. The first character must be a letter,
	// the last could be a letter or a number.
	SearchConfigId string `protobuf:"bytes,3,opt,name=search_config_id,json=searchConfigId,proto3" json:"search_config_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for CreateSearchConfig.

func (*CreateSearchConfigRequest) Descriptor deprecated

func (*CreateSearchConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateSearchConfigRequest.ProtoReflect.Descriptor instead.

func (*CreateSearchConfigRequest) GetParent

func (x *CreateSearchConfigRequest) GetParent() string

func (*CreateSearchConfigRequest) GetSearchConfig

func (x *CreateSearchConfigRequest) GetSearchConfig() *SearchConfig

func (*CreateSearchConfigRequest) GetSearchConfigId

func (x *CreateSearchConfigRequest) GetSearchConfigId() string

func (*CreateSearchConfigRequest) ProtoMessage

func (*CreateSearchConfigRequest) ProtoMessage()

func (*CreateSearchConfigRequest) ProtoReflect

func (*CreateSearchConfigRequest) Reset

func (x *CreateSearchConfigRequest) Reset()

func (*CreateSearchConfigRequest) String

func (x *CreateSearchConfigRequest) String() string

type CreateSeriesRequest

type CreateSeriesRequest struct {

	// Required. Value for parent.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. Id of the requesting object.
	SeriesId string `protobuf:"bytes,2,opt,name=series_id,json=seriesId,proto3" json:"series_id,omitempty"`
	// Required. The resource being created.
	Series *Series `protobuf:"bytes,3,opt,name=series,proto3" json:"series,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and the
	// request times out. If you make the request again with the same request ID,
	// the server can check if original operation with the same request ID was
	// received, and if so, will ignore the second request. This prevents clients
	// from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for creating a Series.

func (*CreateSeriesRequest) Descriptor deprecated

func (*CreateSeriesRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateSeriesRequest.ProtoReflect.Descriptor instead.

func (*CreateSeriesRequest) GetParent

func (x *CreateSeriesRequest) GetParent() string

func (*CreateSeriesRequest) GetRequestId

func (x *CreateSeriesRequest) GetRequestId() string

func (*CreateSeriesRequest) GetSeries

func (x *CreateSeriesRequest) GetSeries() *Series

func (*CreateSeriesRequest) GetSeriesId

func (x *CreateSeriesRequest) GetSeriesId() string

func (*CreateSeriesRequest) ProtoMessage

func (*CreateSeriesRequest) ProtoMessage()

func (*CreateSeriesRequest) ProtoReflect

func (x *CreateSeriesRequest) ProtoReflect() protoreflect.Message

func (*CreateSeriesRequest) Reset

func (x *CreateSeriesRequest) Reset()

func (*CreateSeriesRequest) String

func (x *CreateSeriesRequest) String() string

type CreateStreamRequest

type CreateStreamRequest struct {

	// Required. Value for parent.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. Id of the requesting object.
	StreamId string `protobuf:"bytes,2,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"`
	// Required. The resource being created.
	Stream *Stream `protobuf:"bytes,3,opt,name=stream,proto3" json:"stream,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and the
	// request times out. If you make the request again with the same request ID,
	// the server can check if original operation with the same request ID was
	// received, and if so, will ignore the second request. This prevents clients
	// from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for creating a Stream.

func (*CreateStreamRequest) Descriptor deprecated

func (*CreateStreamRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateStreamRequest.ProtoReflect.Descriptor instead.

func (*CreateStreamRequest) GetParent

func (x *CreateStreamRequest) GetParent() string

func (*CreateStreamRequest) GetRequestId

func (x *CreateStreamRequest) GetRequestId() string

func (*CreateStreamRequest) GetStream

func (x *CreateStreamRequest) GetStream() *Stream

func (*CreateStreamRequest) GetStreamId

func (x *CreateStreamRequest) GetStreamId() string

func (*CreateStreamRequest) ProtoMessage

func (*CreateStreamRequest) ProtoMessage()

func (*CreateStreamRequest) ProtoReflect

func (x *CreateStreamRequest) ProtoReflect() protoreflect.Message

func (*CreateStreamRequest) Reset

func (x *CreateStreamRequest) Reset()

func (*CreateStreamRequest) String

func (x *CreateStreamRequest) String() string

type Criteria

type Criteria struct {

	// Types that are assignable to Value:
	//
	//	*Criteria_TextArray
	//	*Criteria_IntRangeArray
	//	*Criteria_FloatRangeArray
	//	*Criteria_DateTimeRangeArray
	//	*Criteria_GeoLocationArray
	//	*Criteria_BoolValue
	Value isCriteria_Value `protobuf_oneof:"value"`
	// The UGA field or ML field to apply filtering criteria.
	Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	// If true, return query matched annotations for this criteria.
	// This option is only applicable for partition level annotations and supports
	// the following data types:
	//   - INTEGER
	//   - FLOAT
	//   - STRING (DataSchema.SearchStrategy.EXACT_SEARCH only)
	//   - BOOLEAN
	FetchMatchedAnnotations bool `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

Filter criteria applied to current search results.

func (*Criteria) Descriptor deprecated

func (*Criteria) Descriptor() ([]byte, []int)

Deprecated: Use Criteria.ProtoReflect.Descriptor instead.

func (*Criteria) GetBoolValue

func (x *Criteria) GetBoolValue() *BoolValue

func (*Criteria) GetDateTimeRangeArray

func (x *Criteria) GetDateTimeRangeArray() *DateTimeRangeArray

func (*Criteria) GetFetchMatchedAnnotations

func (x *Criteria) GetFetchMatchedAnnotations() bool

func (*Criteria) GetField

func (x *Criteria) GetField() string

func (*Criteria) GetFloatRangeArray

func (x *Criteria) GetFloatRangeArray() *FloatRangeArray

func (*Criteria) GetGeoLocationArray

func (x *Criteria) GetGeoLocationArray() *GeoLocationArray

func (*Criteria) GetIntRangeArray

func (x *Criteria) GetIntRangeArray() *IntRangeArray

func (*Criteria) GetTextArray

func (x *Criteria) GetTextArray() *StringArray

func (*Criteria) GetValue

func (m *Criteria) GetValue() isCriteria_Value

func (*Criteria) ProtoMessage

func (*Criteria) ProtoMessage()

func (*Criteria) ProtoReflect

func (x *Criteria) ProtoReflect() protoreflect.Message

func (*Criteria) Reset

func (x *Criteria) Reset()

func (*Criteria) String

func (x *Criteria) String() string

type Criteria_BoolValue

type Criteria_BoolValue struct {
	// A Boolean value.
	BoolValue *BoolValue `protobuf:"bytes,7,opt,name=bool_value,json=boolValue,proto3,oneof"`
}

type Criteria_DateTimeRangeArray

type Criteria_DateTimeRangeArray struct {
	// The datetime ranges associated with the field.
	DateTimeRangeArray *DateTimeRangeArray `protobuf:"bytes,5,opt,name=date_time_range_array,json=dateTimeRangeArray,proto3,oneof"`
}

type Criteria_FloatRangeArray

type Criteria_FloatRangeArray struct {
	// The float ranges associated with the field.
	FloatRangeArray *FloatRangeArray `protobuf:"bytes,4,opt,name=float_range_array,json=floatRangeArray,proto3,oneof"`
}

type Criteria_GeoLocationArray

type Criteria_GeoLocationArray struct {
	// Geo Location array.
	GeoLocationArray *GeoLocationArray `protobuf:"bytes,6,opt,name=geo_location_array,json=geoLocationArray,proto3,oneof"`
}

type Criteria_IntRangeArray

type Criteria_IntRangeArray struct {
	// The integer ranges associated with the field.
	IntRangeArray *IntRangeArray `protobuf:"bytes,3,opt,name=int_range_array,json=intRangeArray,proto3,oneof"`
}

type Criteria_TextArray

type Criteria_TextArray struct {
	// The text values associated with the field.
	TextArray *StringArray `protobuf:"bytes,2,opt,name=text_array,json=textArray,proto3,oneof"`
}

type CustomProcessorSourceInfo

type CustomProcessorSourceInfo struct {

	// The path where App Platform loads the artifacts for the custom processor.
	//
	// Types that are assignable to ArtifactPath:
	//
	//	*CustomProcessorSourceInfo_VertexModel
	ArtifactPath isCustomProcessorSourceInfo_ArtifactPath `protobuf_oneof:"artifact_path"`
	// The original product which holds the custom processor's functionality.
	SourceType CustomProcessorSourceInfo_SourceType `` /* 165-byte string literal not displayed */
	// Output only. Additional info related to the imported custom processor.
	// Data is filled in by app platform during the processor creation.
	AdditionalInfo map[string]string `` /* 191-byte string literal not displayed */
	// Model schema files which specifies the signature of the model.
	// For VERTEX_CUSTOM models, instances schema is required.
	// If instances schema is not specified during the processor creation,
	// VisionAI Platform will try to get it from Vertex, if it doesn't exist, the
	// creation will fail.
	ModelSchema *CustomProcessorSourceInfo_ModelSchema `protobuf:"bytes,5,opt,name=model_schema,json=modelSchema,proto3" json:"model_schema,omitempty"`
	// contains filtered or unexported fields
}

Describes the source info for a custom processor.

func (*CustomProcessorSourceInfo) Descriptor deprecated

func (*CustomProcessorSourceInfo) Descriptor() ([]byte, []int)

Deprecated: Use CustomProcessorSourceInfo.ProtoReflect.Descriptor instead.

func (*CustomProcessorSourceInfo) GetAdditionalInfo

func (x *CustomProcessorSourceInfo) GetAdditionalInfo() map[string]string

func (*CustomProcessorSourceInfo) GetArtifactPath

func (m *CustomProcessorSourceInfo) GetArtifactPath() isCustomProcessorSourceInfo_ArtifactPath

func (*CustomProcessorSourceInfo) GetModelSchema

func (*CustomProcessorSourceInfo) GetSourceType

func (*CustomProcessorSourceInfo) GetVertexModel

func (x *CustomProcessorSourceInfo) GetVertexModel() string

func (*CustomProcessorSourceInfo) ProtoMessage

func (*CustomProcessorSourceInfo) ProtoMessage()

func (*CustomProcessorSourceInfo) ProtoReflect

func (*CustomProcessorSourceInfo) Reset

func (x *CustomProcessorSourceInfo) Reset()

func (*CustomProcessorSourceInfo) String

func (x *CustomProcessorSourceInfo) String() string

type CustomProcessorSourceInfo_ModelSchema

type CustomProcessorSourceInfo_ModelSchema struct {

	// Cloud Storage location to a YAML file that defines the format of a single
	// instance used in prediction and explanation requests.
	InstancesSchema *GcsSource `protobuf:"bytes,1,opt,name=instances_schema,json=instancesSchema,proto3" json:"instances_schema,omitempty"`
	// Cloud Storage location to a YAML file that defines the prediction and
	// explanation parameters.
	ParametersSchema *GcsSource `protobuf:"bytes,2,opt,name=parameters_schema,json=parametersSchema,proto3" json:"parameters_schema,omitempty"`
	// Cloud Storage location to a YAML file that defines the format of a single
	// prediction or explanation.
	PredictionsSchema *GcsSource `protobuf:"bytes,3,opt,name=predictions_schema,json=predictionsSchema,proto3" json:"predictions_schema,omitempty"`
	// contains filtered or unexported fields
}

The schema is defined as an OpenAPI 3.0.2 [Schema Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).

func (*CustomProcessorSourceInfo_ModelSchema) Descriptor deprecated

func (*CustomProcessorSourceInfo_ModelSchema) Descriptor() ([]byte, []int)

Deprecated: Use CustomProcessorSourceInfo_ModelSchema.ProtoReflect.Descriptor instead.

func (*CustomProcessorSourceInfo_ModelSchema) GetInstancesSchema

func (x *CustomProcessorSourceInfo_ModelSchema) GetInstancesSchema() *GcsSource

func (*CustomProcessorSourceInfo_ModelSchema) GetParametersSchema

func (x *CustomProcessorSourceInfo_ModelSchema) GetParametersSchema() *GcsSource

func (*CustomProcessorSourceInfo_ModelSchema) GetPredictionsSchema

func (x *CustomProcessorSourceInfo_ModelSchema) GetPredictionsSchema() *GcsSource

func (*CustomProcessorSourceInfo_ModelSchema) ProtoMessage

func (*CustomProcessorSourceInfo_ModelSchema) ProtoMessage()

func (*CustomProcessorSourceInfo_ModelSchema) ProtoReflect

func (*CustomProcessorSourceInfo_ModelSchema) Reset

func (*CustomProcessorSourceInfo_ModelSchema) String

type CustomProcessorSourceInfo_SourceType

type CustomProcessorSourceInfo_SourceType int32

Source type of the imported custom processor.

const (
	// Source type unspecified.
	CustomProcessorSourceInfo_SOURCE_TYPE_UNSPECIFIED CustomProcessorSourceInfo_SourceType = 0
	// Custom processors coming from Vertex AutoML product.
	CustomProcessorSourceInfo_VERTEX_AUTOML CustomProcessorSourceInfo_SourceType = 1
	// Custom processors coming from general custom models from Vertex.
	CustomProcessorSourceInfo_VERTEX_CUSTOM CustomProcessorSourceInfo_SourceType = 2
)

func (CustomProcessorSourceInfo_SourceType) Descriptor

func (CustomProcessorSourceInfo_SourceType) Enum

func (CustomProcessorSourceInfo_SourceType) EnumDescriptor deprecated

func (CustomProcessorSourceInfo_SourceType) EnumDescriptor() ([]byte, []int)

Deprecated: Use CustomProcessorSourceInfo_SourceType.Descriptor instead.

func (CustomProcessorSourceInfo_SourceType) Number

func (CustomProcessorSourceInfo_SourceType) String

func (CustomProcessorSourceInfo_SourceType) Type

type CustomProcessorSourceInfo_VertexModel

type CustomProcessorSourceInfo_VertexModel struct {
	// The resource name original model hosted in the vertex AI platform.
	VertexModel string `protobuf:"bytes,2,opt,name=vertex_model,json=vertexModel,proto3,oneof"`
}

type DataSchema

type DataSchema struct {

	// Resource name of the data schema in the form of:
	// `projects/{project_number}/locations/{location}/corpora/{corpus}/dataSchemas/{data_schema}`
	// where {data_schema} part should be the same as the `key` field below.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The key of this data schema. This key should be matching the key of user
	// specified annotation and unique inside corpus. This value can be up to
	// 63 characters, and valid characters are /[a-z][0-9]-/. The first character
	// must be a letter, the last could be a letter or a number.
	Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// The schema details mapping to the key.
	SchemaDetails *DataSchemaDetails `protobuf:"bytes,3,opt,name=schema_details,json=schemaDetails,proto3" json:"schema_details,omitempty"`
	// contains filtered or unexported fields
}

Data schema indicates how the user specified annotation is interpreted in the system.

func (*DataSchema) Descriptor deprecated

func (*DataSchema) Descriptor() ([]byte, []int)

Deprecated: Use DataSchema.ProtoReflect.Descriptor instead.

func (*DataSchema) GetKey

func (x *DataSchema) GetKey() string

func (*DataSchema) GetName

func (x *DataSchema) GetName() string

func (*DataSchema) GetSchemaDetails

func (x *DataSchema) GetSchemaDetails() *DataSchemaDetails

func (*DataSchema) ProtoMessage

func (*DataSchema) ProtoMessage()

func (*DataSchema) ProtoReflect

func (x *DataSchema) ProtoReflect() protoreflect.Message

func (*DataSchema) Reset

func (x *DataSchema) Reset()

func (*DataSchema) String

func (x *DataSchema) String() string

type DataSchemaDetails

type DataSchemaDetails struct {

	// Type of the annotation.
	Type DataSchemaDetails_DataType `protobuf:"varint,1,opt,name=type,proto3,enum=google.cloud.visionai.v1alpha1.DataSchemaDetails_DataType" json:"type,omitempty"`
	// Config for protobuf any type.
	ProtoAnyConfig *DataSchemaDetails_ProtoAnyConfig `protobuf:"bytes,6,opt,name=proto_any_config,json=protoAnyConfig,proto3" json:"proto_any_config,omitempty"`
	// The granularity associated with this DataSchema.
	Granularity DataSchemaDetails_Granularity `` /* 142-byte string literal not displayed */
	// The search strategy to be applied on the `key` above.
	SearchStrategy *DataSchemaDetails_SearchStrategy `protobuf:"bytes,7,opt,name=search_strategy,json=searchStrategy,proto3" json:"search_strategy,omitempty"`
	// contains filtered or unexported fields
}

Data schema details indicates the data type and the data struct corresponding to the key of user specified annotation.

func (*DataSchemaDetails) Descriptor deprecated

func (*DataSchemaDetails) Descriptor() ([]byte, []int)

Deprecated: Use DataSchemaDetails.ProtoReflect.Descriptor instead.

func (*DataSchemaDetails) GetGranularity

func (*DataSchemaDetails) GetProtoAnyConfig

func (x *DataSchemaDetails) GetProtoAnyConfig() *DataSchemaDetails_ProtoAnyConfig

func (*DataSchemaDetails) GetSearchStrategy

func (x *DataSchemaDetails) GetSearchStrategy() *DataSchemaDetails_SearchStrategy

func (*DataSchemaDetails) GetType

func (*DataSchemaDetails) ProtoMessage

func (*DataSchemaDetails) ProtoMessage()

func (*DataSchemaDetails) ProtoReflect

func (x *DataSchemaDetails) ProtoReflect() protoreflect.Message

func (*DataSchemaDetails) Reset

func (x *DataSchemaDetails) Reset()

func (*DataSchemaDetails) String

func (x *DataSchemaDetails) String() string

type DataSchemaDetails_DataType

type DataSchemaDetails_DataType int32

Data type of the annotation.

const (
	// Unspecified type.
	DataSchemaDetails_DATA_TYPE_UNSPECIFIED DataSchemaDetails_DataType = 0
	// Integer type.
	// Allowed search strategies:
	//   - DataSchema.SearchStrategy.NO_SEARCH,
	//   - DataSchema.SearchStrategy.EXACT_SEARCH.
	//     Supports query by IntRangeArray.
	DataSchemaDetails_INTEGER DataSchemaDetails_DataType = 1
	// Float type.
	// Allowed search strategies:
	//   - DataSchema.SearchStrategy.NO_SEARCH,
	//   - DataSchema.SearchStrategy.EXACT_SEARCH.
	//     Supports query by FloatRangeArray.
	DataSchemaDetails_FLOAT DataSchemaDetails_DataType = 2
	// String type.
	// Allowed search strategies:
	// - DataSchema.SearchStrategy.NO_SEARCH,
	// - DataSchema.SearchStrategy.EXACT_SEARCH,
	// - DataSchema.SearchStrategy.SMART_SEARCH.
	DataSchemaDetails_STRING DataSchemaDetails_DataType = 3
	// Supported formats:
	// %Y-%m-%dT%H:%M:%E*S%E*z (absl::RFC3339_full)
	// %Y-%m-%dT%H:%M:%E*S
	// %Y-%m-%dT%H:%M%E*z
	// %Y-%m-%dT%H:%M
	// %Y-%m-%dT%H%E*z
	// %Y-%m-%dT%H
	// %Y-%m-%d%E*z
	// %Y-%m-%d
	// %Y-%m
	// %Y
	// Allowed search strategies:
	//   - DataSchema.SearchStrategy.NO_SEARCH,
	//   - DataSchema.SearchStrategy.EXACT_SEARCH.
	//     Supports query by DateTimeRangeArray.
	DataSchemaDetails_DATETIME DataSchemaDetails_DataType = 5
	// Geo coordinate type.
	// Allowed search strategies:
	//   - DataSchema.SearchStrategy.NO_SEARCH,
	//   - DataSchema.SearchStrategy.EXACT_SEARCH.
	//     Supports query by GeoLocationArray.
	DataSchemaDetails_GEO_COORDINATE DataSchemaDetails_DataType = 7
	// Type to pass any proto as available in annotations.proto. Only use
	// internally.
	// Available proto types and its corresponding search behavior:
	//   - ImageObjectDetectionPredictionResult, allows SMART_SEARCH on
	//     display_names and NO_SEARCH.
	//   - ClassificationPredictionResult, allows SMART_SEARCH on display_names
	//     and NO_SEARCH.
	//   - ImageSegmentationPredictionResult, allows NO_SEARCH.
	//   - VideoActionRecognitionPredictionResult, allows SMART_SEARCH on
	//     display_name and NO_SEARCH.
	//   - VideoObjectTrackingPredictionResult, allows SMART_SEARCH on
	//     display_name and NO_SEARCH.
	//   - VideoClassificationPredictionResult, allows SMART_SEARCH on
	//     display_name and NO_SEARCH.
	//   - OccupancyCountingPredictionResult, allows EXACT_SEARCH on
	//     stats.full_frame_count.count and NO_SEARCH.
	//   - ObjectDetectionPredictionResult, allows SMART_SEARCH on
	//     identified_boxes.entity.label_string and NO_SEARCH.
	DataSchemaDetails_PROTO_ANY DataSchemaDetails_DataType = 8
	// Boolean type.
	// Allowed search strategies:
	// - DataSchema.SearchStrategy.NO_SEARCH,
	// - DataSchema.SearchStrategy.EXACT_SEARCH.
	DataSchemaDetails_BOOLEAN DataSchemaDetails_DataType = 9
)

func (DataSchemaDetails_DataType) Descriptor

func (DataSchemaDetails_DataType) Enum

func (DataSchemaDetails_DataType) EnumDescriptor deprecated

func (DataSchemaDetails_DataType) EnumDescriptor() ([]byte, []int)

Deprecated: Use DataSchemaDetails_DataType.Descriptor instead.

func (DataSchemaDetails_DataType) Number

func (DataSchemaDetails_DataType) String

func (DataSchemaDetails_DataType) Type

type DataSchemaDetails_Granularity

type DataSchemaDetails_Granularity int32

The granularity of annotations under this DataSchema.

const (
	// Unspecified granularity.
	DataSchemaDetails_GRANULARITY_UNSPECIFIED DataSchemaDetails_Granularity = 0
	// Asset-level granularity (annotations must not contain partition info).
	DataSchemaDetails_GRANULARITY_ASSET_LEVEL DataSchemaDetails_Granularity = 1
	// Partition-level granularity (annotations must contain partition info).
	DataSchemaDetails_GRANULARITY_PARTITION_LEVEL DataSchemaDetails_Granularity = 2
)

func (DataSchemaDetails_Granularity) Descriptor

func (DataSchemaDetails_Granularity) Enum

func (DataSchemaDetails_Granularity) EnumDescriptor deprecated

func (DataSchemaDetails_Granularity) EnumDescriptor() ([]byte, []int)

Deprecated: Use DataSchemaDetails_Granularity.Descriptor instead.

func (DataSchemaDetails_Granularity) Number

func (DataSchemaDetails_Granularity) String

func (DataSchemaDetails_Granularity) Type

type DataSchemaDetails_ProtoAnyConfig

type DataSchemaDetails_ProtoAnyConfig struct {

	// The type URI of the proto message.
	TypeUri string `protobuf:"bytes,1,opt,name=type_uri,json=typeUri,proto3" json:"type_uri,omitempty"`
	// contains filtered or unexported fields
}

The configuration for `PROTO_ANY` data type.

func (*DataSchemaDetails_ProtoAnyConfig) Descriptor deprecated

func (*DataSchemaDetails_ProtoAnyConfig) Descriptor() ([]byte, []int)

Deprecated: Use DataSchemaDetails_ProtoAnyConfig.ProtoReflect.Descriptor instead.

func (*DataSchemaDetails_ProtoAnyConfig) GetTypeUri

func (x *DataSchemaDetails_ProtoAnyConfig) GetTypeUri() string

func (*DataSchemaDetails_ProtoAnyConfig) ProtoMessage

func (*DataSchemaDetails_ProtoAnyConfig) ProtoMessage()

func (*DataSchemaDetails_ProtoAnyConfig) ProtoReflect

func (*DataSchemaDetails_ProtoAnyConfig) Reset

func (*DataSchemaDetails_ProtoAnyConfig) String

type DataSchemaDetails_SearchStrategy

type DataSchemaDetails_SearchStrategy struct {

	// The type of search strategy to be applied on the `key` above.
	// The allowed `search_strategy_type` is different for different data types,
	// which is documented in the DataSchemaDetails.DataType. Specifying
	// unsupported `search_strategy_type` for data types will result in
	// INVALID_ARGUMENT error.
	SearchStrategyType DataSchemaDetails_SearchStrategy_SearchStrategyType `` /* 206-byte string literal not displayed */
	// contains filtered or unexported fields
}

The search strategy for annotations value of the `key`.

func (*DataSchemaDetails_SearchStrategy) Descriptor deprecated

func (*DataSchemaDetails_SearchStrategy) Descriptor() ([]byte, []int)

Deprecated: Use DataSchemaDetails_SearchStrategy.ProtoReflect.Descriptor instead.

func (*DataSchemaDetails_SearchStrategy) GetSearchStrategyType

func (*DataSchemaDetails_SearchStrategy) ProtoMessage

func (*DataSchemaDetails_SearchStrategy) ProtoMessage()

func (*DataSchemaDetails_SearchStrategy) ProtoReflect

func (*DataSchemaDetails_SearchStrategy) Reset

func (*DataSchemaDetails_SearchStrategy) String

type DataSchemaDetails_SearchStrategy_SearchStrategyType

type DataSchemaDetails_SearchStrategy_SearchStrategyType int32

The types of search strategies to be applied on the annotation key.

const (
	// Annotatation values of the `key` above will not be searchable.
	DataSchemaDetails_SearchStrategy_NO_SEARCH DataSchemaDetails_SearchStrategy_SearchStrategyType = 0
	// When searching with `key`, the value must be exactly as the annotation
	// value that has been ingested.
	DataSchemaDetails_SearchStrategy_EXACT_SEARCH DataSchemaDetails_SearchStrategy_SearchStrategyType = 1
	// When searching with `key`, Warehouse will perform broad search based on
	// semantic of the annotation value.
	DataSchemaDetails_SearchStrategy_SMART_SEARCH DataSchemaDetails_SearchStrategy_SearchStrategyType = 2
)

func (DataSchemaDetails_SearchStrategy_SearchStrategyType) Descriptor

func (DataSchemaDetails_SearchStrategy_SearchStrategyType) Enum

func (DataSchemaDetails_SearchStrategy_SearchStrategyType) EnumDescriptor deprecated

Deprecated: Use DataSchemaDetails_SearchStrategy_SearchStrategyType.Descriptor instead.

func (DataSchemaDetails_SearchStrategy_SearchStrategyType) Number

func (DataSchemaDetails_SearchStrategy_SearchStrategyType) String

func (DataSchemaDetails_SearchStrategy_SearchStrategyType) Type

type DateTimeRange

type DateTimeRange struct {

	// Start date time.
	Start *datetime.DateTime `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	// End data time.
	End *datetime.DateTime `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

Datetime range type.

func (*DateTimeRange) Descriptor deprecated

func (*DateTimeRange) Descriptor() ([]byte, []int)

Deprecated: Use DateTimeRange.ProtoReflect.Descriptor instead.

func (*DateTimeRange) GetEnd

func (x *DateTimeRange) GetEnd() *datetime.DateTime

func (*DateTimeRange) GetStart

func (x *DateTimeRange) GetStart() *datetime.DateTime

func (*DateTimeRange) ProtoMessage

func (*DateTimeRange) ProtoMessage()

func (*DateTimeRange) ProtoReflect

func (x *DateTimeRange) ProtoReflect() protoreflect.Message

func (*DateTimeRange) Reset

func (x *DateTimeRange) Reset()

func (*DateTimeRange) String

func (x *DateTimeRange) String() string

type DateTimeRangeArray

type DateTimeRangeArray struct {

	// Date time ranges.
	DateTimeRanges []*DateTimeRange `protobuf:"bytes,1,rep,name=date_time_ranges,json=dateTimeRanges,proto3" json:"date_time_ranges,omitempty"`
	// contains filtered or unexported fields
}

A list of datetime range values.

func (*DateTimeRangeArray) Descriptor deprecated

func (*DateTimeRangeArray) Descriptor() ([]byte, []int)

Deprecated: Use DateTimeRangeArray.ProtoReflect.Descriptor instead.

func (*DateTimeRangeArray) GetDateTimeRanges

func (x *DateTimeRangeArray) GetDateTimeRanges() []*DateTimeRange

func (*DateTimeRangeArray) ProtoMessage

func (*DateTimeRangeArray) ProtoMessage()

func (*DateTimeRangeArray) ProtoReflect

func (x *DateTimeRangeArray) ProtoReflect() protoreflect.Message

func (*DateTimeRangeArray) Reset

func (x *DateTimeRangeArray) Reset()

func (*DateTimeRangeArray) String

func (x *DateTimeRangeArray) String() string

type DedicatedResources

type DedicatedResources struct {

	// Required. Immutable. The specification of a single machine used by the prediction.
	MachineSpec *MachineSpec `protobuf:"bytes,1,opt,name=machine_spec,json=machineSpec,proto3" json:"machine_spec,omitempty"`
	// Required. Immutable. The minimum number of machine replicas this DeployedModel will be always
	// deployed on. This value must be greater than or equal to 1.
	//
	// If traffic against the DeployedModel increases, it may dynamically be
	// deployed onto more replicas, and as traffic decreases, some of these extra
	// replicas may be freed.
	MinReplicaCount int32 `protobuf:"varint,2,opt,name=min_replica_count,json=minReplicaCount,proto3" json:"min_replica_count,omitempty"`
	// Immutable. The maximum number of replicas this DeployedModel may be deployed on when
	// the traffic against it increases. If the requested value is too large,
	// the deployment will error, but if deployment succeeds then the ability
	// to scale the model to that many replicas is guaranteed (barring service
	// outages). If traffic against the DeployedModel increases beyond what its
	// replicas at maximum may handle, a portion of the traffic will be dropped.
	// If this value is not provided, will use [min_replica_count][google.cloud.visionai.v1alpha1.DedicatedResources.min_replica_count] as the
	// default value.
	//
	// The value of this field impacts the charge against Vertex CPU and GPU
	// quotas. Specifically, you will be charged for max_replica_count *
	// number of cores in the selected machine type) and (max_replica_count *
	// number of GPUs per replica in the selected machine type).
	MaxReplicaCount int32 `protobuf:"varint,3,opt,name=max_replica_count,json=maxReplicaCount,proto3" json:"max_replica_count,omitempty"`
	// Immutable. The metric specifications that overrides a resource
	// utilization metric (CPU utilization, accelerator's duty cycle, and so on)
	// target value (default to 60 if not set). At most one entry is allowed per
	// metric.
	//
	// If [machine_spec.accelerator_count][google.cloud.visionai.v1alpha1.MachineSpec.accelerator_count] is
	// above 0, the autoscaling will be based on both CPU utilization and
	// accelerator's duty cycle metrics and scale up when either metrics exceeds
	// its target value while scale down if both metrics are under their target
	// value. The default target value is 60 for both metrics.
	//
	// If [machine_spec.accelerator_count][google.cloud.visionai.v1alpha1.MachineSpec.accelerator_count] is
	// 0, the autoscaling will be based on CPU utilization metric only with
	// default target value 60 if not explicitly set.
	//
	// For example, in the case of Online Prediction, if you want to override
	// target CPU utilization to 80, you should set
	// [autoscaling_metric_specs.metric_name][google.cloud.visionai.v1alpha1.AutoscalingMetricSpec.metric_name]
	// to `aiplatform.googleapis.com/prediction/online/cpu/utilization` and
	// [autoscaling_metric_specs.target][google.cloud.visionai.v1alpha1.AutoscalingMetricSpec.target] to `80`.
	AutoscalingMetricSpecs []*AutoscalingMetricSpec `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

A description of resources that are dedicated to a DeployedModel, and that need a higher degree of manual configuration.

func (*DedicatedResources) Descriptor deprecated

func (*DedicatedResources) Descriptor() ([]byte, []int)

Deprecated: Use DedicatedResources.ProtoReflect.Descriptor instead.

func (*DedicatedResources) GetAutoscalingMetricSpecs

func (x *DedicatedResources) GetAutoscalingMetricSpecs() []*AutoscalingMetricSpec

func (*DedicatedResources) GetMachineSpec

func (x *DedicatedResources) GetMachineSpec() *MachineSpec

func (*DedicatedResources) GetMaxReplicaCount

func (x *DedicatedResources) GetMaxReplicaCount() int32

func (*DedicatedResources) GetMinReplicaCount

func (x *DedicatedResources) GetMinReplicaCount() int32

func (*DedicatedResources) ProtoMessage

func (*DedicatedResources) ProtoMessage()

func (*DedicatedResources) ProtoReflect

func (x *DedicatedResources) ProtoReflect() protoreflect.Message

func (*DedicatedResources) Reset

func (x *DedicatedResources) Reset()

func (*DedicatedResources) String

func (x *DedicatedResources) String() string

type DeleteAnalysisRequest

type DeleteAnalysisRequest struct {

	// Required. Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes after the first request.
	//
	// For example, consider a situation where you make an initial request and the
	// request times out. If you make the request again with the same request ID,
	// the server can check if original operation with the same request ID was
	// received, and if so, will ignore the second request. This prevents clients
	// from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for deleting an Analysis.

func (*DeleteAnalysisRequest) Descriptor deprecated

func (*DeleteAnalysisRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAnalysisRequest.ProtoReflect.Descriptor instead.

func (*DeleteAnalysisRequest) GetName

func (x *DeleteAnalysisRequest) GetName() string

func (*DeleteAnalysisRequest) GetRequestId

func (x *DeleteAnalysisRequest) GetRequestId() string

func (*DeleteAnalysisRequest) ProtoMessage

func (*DeleteAnalysisRequest) ProtoMessage()

func (*DeleteAnalysisRequest) ProtoReflect

func (x *DeleteAnalysisRequest) ProtoReflect() protoreflect.Message

func (*DeleteAnalysisRequest) Reset

func (x *DeleteAnalysisRequest) Reset()

func (*DeleteAnalysisRequest) String

func (x *DeleteAnalysisRequest) String() string

type DeleteAnnotationRequest

type DeleteAnnotationRequest struct {

	// Required. The name of the annotation to delete.
	// Format:
	// projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}/annotations/{annotation}
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for DeleteAnnotation API.

func (*DeleteAnnotationRequest) Descriptor deprecated

func (*DeleteAnnotationRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAnnotationRequest.ProtoReflect.Descriptor instead.

func (*DeleteAnnotationRequest) GetName

func (x *DeleteAnnotationRequest) GetName() string

func (*DeleteAnnotationRequest) ProtoMessage

func (*DeleteAnnotationRequest) ProtoMessage()

func (*DeleteAnnotationRequest) ProtoReflect

func (x *DeleteAnnotationRequest) ProtoReflect() protoreflect.Message

func (*DeleteAnnotationRequest) Reset

func (x *DeleteAnnotationRequest) Reset()

func (*DeleteAnnotationRequest) String

func (x *DeleteAnnotationRequest) String() string

type DeleteApplicationInstancesRequest

type DeleteApplicationInstancesRequest struct {

	// Required. the name of the application to retrieve.
	// Format:
	// "projects/{project}/locations/{location}/applications/{application}"
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. Id of the requesting object.
	InstanceIds []string `protobuf:"bytes,2,rep,name=instance_ids,json=instanceIds,proto3" json:"instance_ids,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and t
	// he request times out. If you make the request again with the same request
	// ID, the server can check if original operation with the same request ID
	// was received, and if so, will ignore the second request. This prevents
	// clients from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for removing stream input from an Application.

func (*DeleteApplicationInstancesRequest) Descriptor deprecated

func (*DeleteApplicationInstancesRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteApplicationInstancesRequest.ProtoReflect.Descriptor instead.

func (*DeleteApplicationInstancesRequest) GetInstanceIds

func (x *DeleteApplicationInstancesRequest) GetInstanceIds() []string

func (*DeleteApplicationInstancesRequest) GetName

func (*DeleteApplicationInstancesRequest) GetRequestId

func (x *DeleteApplicationInstancesRequest) GetRequestId() string

func (*DeleteApplicationInstancesRequest) ProtoMessage

func (*DeleteApplicationInstancesRequest) ProtoMessage()

func (*DeleteApplicationInstancesRequest) ProtoReflect

func (*DeleteApplicationInstancesRequest) Reset

func (*DeleteApplicationInstancesRequest) String

type DeleteApplicationInstancesResponse

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

Message for DeleteApplicationInstance Response.

func (*DeleteApplicationInstancesResponse) Descriptor deprecated

func (*DeleteApplicationInstancesResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteApplicationInstancesResponse.ProtoReflect.Descriptor instead.

func (*DeleteApplicationInstancesResponse) ProtoMessage

func (*DeleteApplicationInstancesResponse) ProtoMessage()

func (*DeleteApplicationInstancesResponse) ProtoReflect

func (*DeleteApplicationInstancesResponse) Reset

func (*DeleteApplicationInstancesResponse) String

type DeleteApplicationRequest

type DeleteApplicationRequest struct {

	// Required. Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes after the first request.
	//
	// For example, consider a situation where you make an initial request and t
	// he request times out. If you make the request again with the same request
	// ID, the server can check if original operation with the same request ID
	// was received, and if so, will ignore the second request. This prevents
	// clients from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Optional. If set to true, any instances and drafts from this application will also be
	// deleted. (Otherwise, the request will only work if the application has no
	// instances and drafts.)
	Force bool `protobuf:"varint,3,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

Message for deleting an Application.

func (*DeleteApplicationRequest) Descriptor deprecated

func (*DeleteApplicationRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteApplicationRequest.ProtoReflect.Descriptor instead.

func (*DeleteApplicationRequest) GetForce

func (x *DeleteApplicationRequest) GetForce() bool

func (*DeleteApplicationRequest) GetName

func (x *DeleteApplicationRequest) GetName() string

func (*DeleteApplicationRequest) GetRequestId

func (x *DeleteApplicationRequest) GetRequestId() string

func (*DeleteApplicationRequest) ProtoMessage

func (*DeleteApplicationRequest) ProtoMessage()

func (*DeleteApplicationRequest) ProtoReflect

func (x *DeleteApplicationRequest) ProtoReflect() protoreflect.Message

func (*DeleteApplicationRequest) Reset

func (x *DeleteApplicationRequest) Reset()

func (*DeleteApplicationRequest) String

func (x *DeleteApplicationRequest) String() string

type DeleteAssetMetadata

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

The metadata for DeleteAsset API that embeds in [metadata][google.longrunning.Operation.metadata] field.

func (*DeleteAssetMetadata) Descriptor deprecated

func (*DeleteAssetMetadata) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAssetMetadata.ProtoReflect.Descriptor instead.

func (*DeleteAssetMetadata) ProtoMessage

func (*DeleteAssetMetadata) ProtoMessage()

func (*DeleteAssetMetadata) ProtoReflect

func (x *DeleteAssetMetadata) ProtoReflect() protoreflect.Message

func (*DeleteAssetMetadata) Reset

func (x *DeleteAssetMetadata) Reset()

func (*DeleteAssetMetadata) String

func (x *DeleteAssetMetadata) String() string

type DeleteAssetRequest

type DeleteAssetRequest struct {

	// Required. The name of the asset to delete.
	// Format:
	// projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for DeleteAsset.

func (*DeleteAssetRequest) Descriptor deprecated

func (*DeleteAssetRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAssetRequest.ProtoReflect.Descriptor instead.

func (*DeleteAssetRequest) GetName

func (x *DeleteAssetRequest) GetName() string

func (*DeleteAssetRequest) ProtoMessage

func (*DeleteAssetRequest) ProtoMessage()

func (*DeleteAssetRequest) ProtoReflect

func (x *DeleteAssetRequest) ProtoReflect() protoreflect.Message

func (*DeleteAssetRequest) Reset

func (x *DeleteAssetRequest) Reset()

func (*DeleteAssetRequest) String

func (x *DeleteAssetRequest) String() string

type DeleteClusterRequest

type DeleteClusterRequest struct {

	// Required. Name of the resource
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes after the first request.
	//
	// For example, consider a situation where you make an initial request and the
	// request times out. If you make the request again with the same request ID,
	// the server can check if original operation with the same request ID was
	// received, and if so, will ignore the second request. This prevents clients
	// from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for deleting a Cluster.

func (*DeleteClusterRequest) Descriptor deprecated

func (*DeleteClusterRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteClusterRequest.ProtoReflect.Descriptor instead.

func (*DeleteClusterRequest) GetName

func (x *DeleteClusterRequest) GetName() string

func (*DeleteClusterRequest) GetRequestId

func (x *DeleteClusterRequest) GetRequestId() string

func (*DeleteClusterRequest) ProtoMessage

func (*DeleteClusterRequest) ProtoMessage()

func (*DeleteClusterRequest) ProtoReflect

func (x *DeleteClusterRequest) ProtoReflect() protoreflect.Message

func (*DeleteClusterRequest) Reset

func (x *DeleteClusterRequest) Reset()

func (*DeleteClusterRequest) String

func (x *DeleteClusterRequest) String() string

type DeleteCorpusRequest

type DeleteCorpusRequest struct {

	// Required. The resource name of the corpus to delete.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for DeleteCorpus.

func (*DeleteCorpusRequest) Descriptor deprecated

func (*DeleteCorpusRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteCorpusRequest.ProtoReflect.Descriptor instead.

func (*DeleteCorpusRequest) GetName

func (x *DeleteCorpusRequest) GetName() string

func (*DeleteCorpusRequest) ProtoMessage

func (*DeleteCorpusRequest) ProtoMessage()

func (*DeleteCorpusRequest) ProtoReflect

func (x *DeleteCorpusRequest) ProtoReflect() protoreflect.Message

func (*DeleteCorpusRequest) Reset

func (x *DeleteCorpusRequest) Reset()

func (*DeleteCorpusRequest) String

func (x *DeleteCorpusRequest) String() string

type DeleteDataSchemaRequest

type DeleteDataSchemaRequest struct {

	// Required. The name of the data schema to delete.
	// Format:
	// projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/dataSchemas/{data_schema_id}
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for DeleteDataSchema.

func (*DeleteDataSchemaRequest) Descriptor deprecated

func (*DeleteDataSchemaRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteDataSchemaRequest.ProtoReflect.Descriptor instead.

func (*DeleteDataSchemaRequest) GetName

func (x *DeleteDataSchemaRequest) GetName() string

func (*DeleteDataSchemaRequest) ProtoMessage

func (*DeleteDataSchemaRequest) ProtoMessage()

func (*DeleteDataSchemaRequest) ProtoReflect

func (x *DeleteDataSchemaRequest) ProtoReflect() protoreflect.Message

func (*DeleteDataSchemaRequest) Reset

func (x *DeleteDataSchemaRequest) Reset()

func (*DeleteDataSchemaRequest) String

func (x *DeleteDataSchemaRequest) String() string

type DeleteDraftRequest

type DeleteDraftRequest struct {

	// Required. Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes after the first request.
	//
	// For example, consider a situation where you make an initial request and t
	// he request times out. If you make the request again with the same request
	// ID, the server can check if original operation with the same request ID
	// was received, and if so, will ignore the second request. This prevents
	// clients from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for deleting an Draft.

func (*DeleteDraftRequest) Descriptor deprecated

func (*DeleteDraftRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteDraftRequest.ProtoReflect.Descriptor instead.

func (*DeleteDraftRequest) GetName

func (x *DeleteDraftRequest) GetName() string

func (*DeleteDraftRequest) GetRequestId

func (x *DeleteDraftRequest) GetRequestId() string

func (*DeleteDraftRequest) ProtoMessage

func (*DeleteDraftRequest) ProtoMessage()

func (*DeleteDraftRequest) ProtoReflect

func (x *DeleteDraftRequest) ProtoReflect() protoreflect.Message

func (*DeleteDraftRequest) Reset

func (x *DeleteDraftRequest) Reset()

func (*DeleteDraftRequest) String

func (x *DeleteDraftRequest) String() string

type DeleteEventRequest

type DeleteEventRequest struct {

	// Required. Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes after the first request.
	//
	// For example, consider a situation where you make an initial request and the
	// request times out. If you make the request again with the same request ID,
	// the server can check if original operation with the same request ID was
	// received, and if so, will ignore the second request. This prevents clients
	// from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for deleting a Event.

func (*DeleteEventRequest) Descriptor deprecated

func (*DeleteEventRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteEventRequest.ProtoReflect.Descriptor instead.

func (*DeleteEventRequest) GetName

func (x *DeleteEventRequest) GetName() string

func (*DeleteEventRequest) GetRequestId

func (x *DeleteEventRequest) GetRequestId() string

func (*DeleteEventRequest) ProtoMessage

func (*DeleteEventRequest) ProtoMessage()

func (*DeleteEventRequest) ProtoReflect

func (x *DeleteEventRequest) ProtoReflect() protoreflect.Message

func (*DeleteEventRequest) Reset

func (x *DeleteEventRequest) Reset()

func (*DeleteEventRequest) String

func (x *DeleteEventRequest) String() string

type DeleteProcessorRequest

type DeleteProcessorRequest struct {

	// Required. Name of the resource
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes after the first request.
	//
	// For example, consider a situation where you make an initial request and t
	// he request times out. If you make the request again with the same request
	// ID, the server can check if original operation with the same request ID
	// was received, and if so, will ignore the second request. This prevents
	// clients from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for deleting a Processor.

func (*DeleteProcessorRequest) Descriptor deprecated

func (*DeleteProcessorRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteProcessorRequest.ProtoReflect.Descriptor instead.

func (*DeleteProcessorRequest) GetName

func (x *DeleteProcessorRequest) GetName() string

func (*DeleteProcessorRequest) GetRequestId

func (x *DeleteProcessorRequest) GetRequestId() string

func (*DeleteProcessorRequest) ProtoMessage

func (*DeleteProcessorRequest) ProtoMessage()

func (*DeleteProcessorRequest) ProtoReflect

func (x *DeleteProcessorRequest) ProtoReflect() protoreflect.Message

func (*DeleteProcessorRequest) Reset

func (x *DeleteProcessorRequest) Reset()

func (*DeleteProcessorRequest) String

func (x *DeleteProcessorRequest) String() string

type DeleteSearchConfigRequest

type DeleteSearchConfigRequest struct {

	// Required. The name of the search configuration to delete.
	// Format:
	// projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for DeleteSearchConfig.

func (*DeleteSearchConfigRequest) Descriptor deprecated

func (*DeleteSearchConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteSearchConfigRequest.ProtoReflect.Descriptor instead.

func (*DeleteSearchConfigRequest) GetName

func (x *DeleteSearchConfigRequest) GetName() string

func (*DeleteSearchConfigRequest) ProtoMessage

func (*DeleteSearchConfigRequest) ProtoMessage()

func (*DeleteSearchConfigRequest) ProtoReflect

func (*DeleteSearchConfigRequest) Reset

func (x *DeleteSearchConfigRequest) Reset()

func (*DeleteSearchConfigRequest) String

func (x *DeleteSearchConfigRequest) String() string

type DeleteSeriesRequest

type DeleteSeriesRequest struct {

	// Required. Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes after the first request.
	//
	// For example, consider a situation where you make an initial request and the
	// request times out. If you make the request again with the same request ID,
	// the server can check if original operation with the same request ID was
	// received, and if so, will ignore the second request. This prevents clients
	// from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for deleting a Series.

func (*DeleteSeriesRequest) Descriptor deprecated

func (*DeleteSeriesRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteSeriesRequest.ProtoReflect.Descriptor instead.

func (*DeleteSeriesRequest) GetName

func (x *DeleteSeriesRequest) GetName() string

func (*DeleteSeriesRequest) GetRequestId

func (x *DeleteSeriesRequest) GetRequestId() string

func (*DeleteSeriesRequest) ProtoMessage

func (*DeleteSeriesRequest) ProtoMessage()

func (*DeleteSeriesRequest) ProtoReflect

func (x *DeleteSeriesRequest) ProtoReflect() protoreflect.Message

func (*DeleteSeriesRequest) Reset

func (x *DeleteSeriesRequest) Reset()

func (*DeleteSeriesRequest) String

func (x *DeleteSeriesRequest) String() string

type DeleteStreamRequest

type DeleteStreamRequest struct {

	// Required. Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes after the first request.
	//
	// For example, consider a situation where you make an initial request and the
	// request times out. If you make the request again with the same request ID,
	// the server can check if original operation with the same request ID was
	// received, and if so, will ignore the second request. This prevents clients
	// from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for deleting a Stream.

func (*DeleteStreamRequest) Descriptor deprecated

func (*DeleteStreamRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteStreamRequest.ProtoReflect.Descriptor instead.

func (*DeleteStreamRequest) GetName

func (x *DeleteStreamRequest) GetName() string

func (*DeleteStreamRequest) GetRequestId

func (x *DeleteStreamRequest) GetRequestId() string

func (*DeleteStreamRequest) ProtoMessage

func (*DeleteStreamRequest) ProtoMessage()

func (*DeleteStreamRequest) ProtoReflect

func (x *DeleteStreamRequest) ProtoReflect() protoreflect.Message

func (*DeleteStreamRequest) Reset

func (x *DeleteStreamRequest) Reset()

func (*DeleteStreamRequest) String

func (x *DeleteStreamRequest) String() string

type DeployApplicationRequest

type DeployApplicationRequest struct {

	// Required. the name of the application to retrieve.
	// Format:
	// "projects/{project}/locations/{location}/applications/{application}"
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// If set, validate the request and preview the application graph, but do not
	// actually deploy it.
	ValidateOnly bool `protobuf:"varint,2,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and t
	// he request times out. If you make the request again with the same request
	// ID, the server can check if original operation with the same request ID
	// was received, and if so, will ignore the second request. This prevents
	// clients from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Optional. Whether or not to enable monitoring for the application on deployment.
	EnableMonitoring bool `protobuf:"varint,4,opt,name=enable_monitoring,json=enableMonitoring,proto3" json:"enable_monitoring,omitempty"`
	// contains filtered or unexported fields
}

Message for deploying an Application.

func (*DeployApplicationRequest) Descriptor deprecated

func (*DeployApplicationRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeployApplicationRequest.ProtoReflect.Descriptor instead.

func (*DeployApplicationRequest) GetEnableMonitoring

func (x *DeployApplicationRequest) GetEnableMonitoring() bool

func (*DeployApplicationRequest) GetName

func (x *DeployApplicationRequest) GetName() string

func (*DeployApplicationRequest) GetRequestId

func (x *DeployApplicationRequest) GetRequestId() string

func (*DeployApplicationRequest) GetValidateOnly

func (x *DeployApplicationRequest) GetValidateOnly() bool

func (*DeployApplicationRequest) ProtoMessage

func (*DeployApplicationRequest) ProtoMessage()

func (*DeployApplicationRequest) ProtoReflect

func (x *DeployApplicationRequest) ProtoReflect() protoreflect.Message

func (*DeployApplicationRequest) Reset

func (x *DeployApplicationRequest) Reset()

func (*DeployApplicationRequest) String

func (x *DeployApplicationRequest) String() string

type DeployApplicationResponse

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

RPC Request Messages. Message for DeployApplication Response.

func (*DeployApplicationResponse) Descriptor deprecated

func (*DeployApplicationResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeployApplicationResponse.ProtoReflect.Descriptor instead.

func (*DeployApplicationResponse) ProtoMessage

func (*DeployApplicationResponse) ProtoMessage()

func (*DeployApplicationResponse) ProtoReflect

func (*DeployApplicationResponse) Reset

func (x *DeployApplicationResponse) Reset()

func (*DeployApplicationResponse) String

func (x *DeployApplicationResponse) String() string

type Draft

type Draft struct {

	// name of resource
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. [Output only] Create timestamp
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. [Output only] Create timestamp
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Labels as key value pairs
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Required. A user friendly display name for the solution.
	DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// A description for this application.
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// The draft application configs which haven't been updated to an application.
	DraftApplicationConfigs *ApplicationConfigs `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

Message describing Draft object

func (*Draft) Descriptor deprecated

func (*Draft) Descriptor() ([]byte, []int)

Deprecated: Use Draft.ProtoReflect.Descriptor instead.

func (*Draft) GetCreateTime

func (x *Draft) GetCreateTime() *timestamppb.Timestamp

func (*Draft) GetDescription

func (x *Draft) GetDescription() string

func (*Draft) GetDisplayName

func (x *Draft) GetDisplayName() string

func (*Draft) GetDraftApplicationConfigs

func (x *Draft) GetDraftApplicationConfigs() *ApplicationConfigs

func (*Draft) GetLabels

func (x *Draft) GetLabels() map[string]string

func (*Draft) GetName

func (x *Draft) GetName() string

func (*Draft) GetUpdateTime

func (x *Draft) GetUpdateTime() *timestamppb.Timestamp

func (*Draft) ProtoMessage

func (*Draft) ProtoMessage()

func (*Draft) ProtoReflect

func (x *Draft) ProtoReflect() protoreflect.Message

func (*Draft) Reset

func (x *Draft) Reset()

func (*Draft) String

func (x *Draft) String() string

type EagerMode

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

The options for receiver under the eager mode.

func (*EagerMode) Descriptor deprecated

func (*EagerMode) Descriptor() ([]byte, []int)

Deprecated: Use EagerMode.ProtoReflect.Descriptor instead.

func (*EagerMode) ProtoMessage

func (*EagerMode) ProtoMessage()

func (*EagerMode) ProtoReflect

func (x *EagerMode) ProtoReflect() protoreflect.Message

func (*EagerMode) Reset

func (x *EagerMode) Reset()

func (*EagerMode) String

func (x *EagerMode) String() string

type Event

type Event struct {

	// Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. The create timestamp.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. The update timestamp.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Labels as key value pairs.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Annotations to allow clients to store small amounts of arbitrary data.
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	// The clock used for joining streams.
	AlignmentClock Event_Clock `` /* 152-byte string literal not displayed */
	// Grace period for cleaning up the event. This is the time the controller
	// waits for before deleting the event. During this period, if there is any
	// active channel on the event. The deletion of the event after grace_period
	// will be ignored.
	GracePeriod *durationpb.Duration `protobuf:"bytes,7,opt,name=grace_period,json=gracePeriod,proto3" json:"grace_period,omitempty"`
	// contains filtered or unexported fields
}

Message describing the Event object.

func (*Event) Descriptor deprecated

func (*Event) Descriptor() ([]byte, []int)

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetAlignmentClock

func (x *Event) GetAlignmentClock() Event_Clock

func (*Event) GetAnnotations

func (x *Event) GetAnnotations() map[string]string

func (*Event) GetCreateTime

func (x *Event) GetCreateTime() *timestamppb.Timestamp

func (*Event) GetGracePeriod

func (x *Event) GetGracePeriod() *durationpb.Duration

func (*Event) GetLabels

func (x *Event) GetLabels() map[string]string

func (*Event) GetName

func (x *Event) GetName() string

func (*Event) GetUpdateTime

func (x *Event) GetUpdateTime() *timestamppb.Timestamp

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

func (x *Event) ProtoReflect() protoreflect.Message

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

type EventUpdate

type EventUpdate struct {

	// The name of the stream that the event is attached to.
	Stream string `protobuf:"bytes,1,opt,name=stream,proto3" json:"stream,omitempty"`
	// The name of the event.
	Event string `protobuf:"bytes,2,opt,name=event,proto3" json:"event,omitempty"`
	// The name of the series.
	Series string `protobuf:"bytes,3,opt,name=series,proto3" json:"series,omitempty"`
	// The timestamp when the Event update happens.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// The offset of the message that will be used to acknowledge of the message
	// receiving.
	Offset int64 `protobuf:"varint,5,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

The event update message.

func (*EventUpdate) Descriptor deprecated

func (*EventUpdate) Descriptor() ([]byte, []int)

Deprecated: Use EventUpdate.ProtoReflect.Descriptor instead.

func (*EventUpdate) GetEvent

func (x *EventUpdate) GetEvent() string

func (*EventUpdate) GetOffset

func (x *EventUpdate) GetOffset() int64

func (*EventUpdate) GetSeries

func (x *EventUpdate) GetSeries() string

func (*EventUpdate) GetStream

func (x *EventUpdate) GetStream() string

func (*EventUpdate) GetUpdateTime

func (x *EventUpdate) GetUpdateTime() *timestamppb.Timestamp

func (*EventUpdate) ProtoMessage

func (*EventUpdate) ProtoMessage()

func (*EventUpdate) ProtoReflect

func (x *EventUpdate) ProtoReflect() protoreflect.Message

func (*EventUpdate) Reset

func (x *EventUpdate) Reset()

func (*EventUpdate) String

func (x *EventUpdate) String() string

type Event_Clock

type Event_Clock int32

Clock that will be used for joining streams.

const (
	// Clock is not specified.
	Event_CLOCK_UNSPECIFIED Event_Clock = 0
	// Use the timestamp when the data is captured. Clients need to sync the
	// clock.
	Event_CAPTURE Event_Clock = 1
	// Use the timestamp when the data is received.
	Event_INGEST Event_Clock = 2
)

func (Event_Clock) Descriptor

func (Event_Clock) Enum

func (x Event_Clock) Enum() *Event_Clock

func (Event_Clock) EnumDescriptor deprecated

func (Event_Clock) EnumDescriptor() ([]byte, []int)

Deprecated: Use Event_Clock.Descriptor instead.

func (Event_Clock) Number

func (x Event_Clock) Number() protoreflect.EnumNumber

func (Event_Clock) String

func (x Event_Clock) String() string

func (Event_Clock) Type

type FacetBucket

type FacetBucket struct {

	// Bucket associated with a facet. For example, bucket of facet “team”
	// can be "49ers", "patriots", etc; bucket of facet "player" can be "tom
	// brady", "drew brees", etc.
	//
	// Types that are assignable to BucketValue:
	//
	//	*FacetBucket_Value
	//	*FacetBucket_Range_
	BucketValue isFacetBucket_BucketValue `protobuf_oneof:"bucket_value"`
	// Whether one facet bucket is selected. This field represents user's facet
	// selection. It is set by frontend in SearchVideosRequest.
	Selected bool `protobuf:"varint,3,opt,name=selected,proto3" json:"selected,omitempty"`
	// contains filtered or unexported fields
}

Holds the facet value, selections state, and metadata.

func (*FacetBucket) Descriptor deprecated

func (*FacetBucket) Descriptor() ([]byte, []int)

Deprecated: Use FacetBucket.ProtoReflect.Descriptor instead.

func (*FacetBucket) GetBucketValue

func (m *FacetBucket) GetBucketValue() isFacetBucket_BucketValue

func (*FacetBucket) GetRange

func (x *FacetBucket) GetRange() *FacetBucket_Range

func (*FacetBucket) GetSelected

func (x *FacetBucket) GetSelected() bool

func (*FacetBucket) GetValue

func (x *FacetBucket) GetValue() *FacetValue

func (*FacetBucket) ProtoMessage

func (*FacetBucket) ProtoMessage()

func (*FacetBucket) ProtoReflect

func (x *FacetBucket) ProtoReflect() protoreflect.Message

func (*FacetBucket) Reset

func (x *FacetBucket) Reset()

func (*FacetBucket) String

func (x *FacetBucket) String() string

type FacetBucketType

type FacetBucketType int32

Different types for a facet bucket.

const (
	// Unspecified type.
	FacetBucketType_FACET_BUCKET_TYPE_UNSPECIFIED FacetBucketType = 0
	// Value type.
	FacetBucketType_FACET_BUCKET_TYPE_VALUE FacetBucketType = 1
	// Datetime type.
	FacetBucketType_FACET_BUCKET_TYPE_DATETIME FacetBucketType = 2
	// Fixed Range type.
	FacetBucketType_FACET_BUCKET_TYPE_FIXED_RANGE FacetBucketType = 3
	// Custom Range type.
	FacetBucketType_FACET_BUCKET_TYPE_CUSTOM_RANGE FacetBucketType = 4
)

func (FacetBucketType) Descriptor

func (FacetBucketType) Enum

func (x FacetBucketType) Enum() *FacetBucketType

func (FacetBucketType) EnumDescriptor deprecated

func (FacetBucketType) EnumDescriptor() ([]byte, []int)

Deprecated: Use FacetBucketType.Descriptor instead.

func (FacetBucketType) Number

func (FacetBucketType) String

func (x FacetBucketType) String() string

func (FacetBucketType) Type

type FacetBucket_Range

type FacetBucket_Range struct {

	// Start of the range. Non-existence indicates some bound (e.g. -inf).
	Start *FacetValue `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	// End of the range. Non-existence indicates some bound (e.g. inf).
	End *FacetValue `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

The range of values [start, end) for which faceting is applied.

func (*FacetBucket_Range) Descriptor deprecated

func (*FacetBucket_Range) Descriptor() ([]byte, []int)

Deprecated: Use FacetBucket_Range.ProtoReflect.Descriptor instead.

func (*FacetBucket_Range) GetEnd

func (x *FacetBucket_Range) GetEnd() *FacetValue

func (*FacetBucket_Range) GetStart

func (x *FacetBucket_Range) GetStart() *FacetValue

func (*FacetBucket_Range) ProtoMessage

func (*FacetBucket_Range) ProtoMessage()

func (*FacetBucket_Range) ProtoReflect

func (x *FacetBucket_Range) ProtoReflect() protoreflect.Message

func (*FacetBucket_Range) Reset

func (x *FacetBucket_Range) Reset()

func (*FacetBucket_Range) String

func (x *FacetBucket_Range) String() string

type FacetBucket_Range_

type FacetBucket_Range_ struct {
	// Range value.
	Range *FacetBucket_Range `protobuf:"bytes,4,opt,name=range,proto3,oneof"`
}

type FacetBucket_Value

type FacetBucket_Value struct {
	// Singular value.
	Value *FacetValue `protobuf:"bytes,2,opt,name=value,proto3,oneof"`
}

type FacetGroup

type FacetGroup struct {

	// Unique id of the facet group.
	FacetId string `protobuf:"bytes,1,opt,name=facet_id,json=facetId,proto3" json:"facet_id,omitempty"`
	// Display name of the facet. To be used by UI for facet rendering.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Buckets associated with the facet. E.g. for "Team" facet, the bucket
	// can be 49ers, patriots, etc.
	Buckets []*FacetBucket `protobuf:"bytes,3,rep,name=buckets,proto3" json:"buckets,omitempty"`
	// Facet bucket type.
	BucketType FacetBucketType `` /* 144-byte string literal not displayed */
	// If true, return query matched annotations for this facet group's selection.
	// This option is only applicable for facets based on partition level
	// annotations. It supports the following facet values:
	//   - INTEGER
	//   - STRING (DataSchema.SearchStrategy.EXACT_SEARCH only)
	FetchMatchedAnnotations bool `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

A group of facet buckets to be passed back and forth between backend & frontend.

func (*FacetGroup) Descriptor deprecated

func (*FacetGroup) Descriptor() ([]byte, []int)

Deprecated: Use FacetGroup.ProtoReflect.Descriptor instead.

func (*FacetGroup) GetBucketType

func (x *FacetGroup) GetBucketType() FacetBucketType

func (*FacetGroup) GetBuckets

func (x *FacetGroup) GetBuckets() []*FacetBucket

func (*FacetGroup) GetDisplayName

func (x *FacetGroup) GetDisplayName() string

func (*FacetGroup) GetFacetId

func (x *FacetGroup) GetFacetId() string

func (*FacetGroup) GetFetchMatchedAnnotations

func (x *FacetGroup) GetFetchMatchedAnnotations() bool

func (*FacetGroup) ProtoMessage

func (*FacetGroup) ProtoMessage()

func (*FacetGroup) ProtoReflect

func (x *FacetGroup) ProtoReflect() protoreflect.Message

func (*FacetGroup) Reset

func (x *FacetGroup) Reset()

func (*FacetGroup) String

func (x *FacetGroup) String() string

type FacetProperty

type FacetProperty struct {

	// Types that are assignable to RangeFacetConfig:
	//
	//	*FacetProperty_FixedRangeBucketSpec_
	//	*FacetProperty_CustomRangeBucketSpec_
	//	*FacetProperty_DatetimeBucketSpec
	RangeFacetConfig isFacetProperty_RangeFacetConfig `protobuf_oneof:"range_facet_config"`
	// Name of the facets, which are the dimensions users want to use to refine
	// search results. `mapped_fields` will match UserSpecifiedDataSchema keys.
	//
	// For example, user can add a bunch of UGAs with the same key, such as
	// player:adam, player:bob, player:charles. When multiple mapped_fields are
	// specified, will merge their value together as final facet value. E.g.
	// home_team: a, home_team:b, away_team:a, away_team:c, when facet_field =
	// [home_team, away_team], facet_value will be [a, b, c].
	//
	// UNLESS this is a 1:1 facet dimension (mapped_fields.size() == 1) AND the
	// mapped_field equals the parent SearchConfig.name, the parent must
	// also contain a SearchCriteriaProperty that maps to the same fields.
	// mapped_fields must not be empty.
	MappedFields []string `protobuf:"bytes,1,rep,name=mapped_fields,json=mappedFields,proto3" json:"mapped_fields,omitempty"`
	// Display name of the facet. To be used by UI for facet rendering.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Maximum number of unique bucket to return for one facet. Bucket number can
	// be large for high-cardinality facet such as "player". We only return top-n
	// most related ones to user. If it's <= 0, the server will decide the
	// appropriate result_size.
	ResultSize int64 `protobuf:"varint,3,opt,name=result_size,json=resultSize,proto3" json:"result_size,omitempty"`
	// Facet bucket type e.g. value, range.
	BucketType FacetBucketType `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

Central configuration for a facet.

func (*FacetProperty) Descriptor deprecated

func (*FacetProperty) Descriptor() ([]byte, []int)

Deprecated: Use FacetProperty.ProtoReflect.Descriptor instead.

func (*FacetProperty) GetBucketType

func (x *FacetProperty) GetBucketType() FacetBucketType

func (*FacetProperty) GetCustomRangeBucketSpec

func (x *FacetProperty) GetCustomRangeBucketSpec() *FacetProperty_CustomRangeBucketSpec

func (*FacetProperty) GetDatetimeBucketSpec

func (x *FacetProperty) GetDatetimeBucketSpec() *FacetProperty_DateTimeBucketSpec

func (*FacetProperty) GetDisplayName

func (x *FacetProperty) GetDisplayName() string

func (*FacetProperty) GetFixedRangeBucketSpec

func (x *FacetProperty) GetFixedRangeBucketSpec() *FacetProperty_FixedRangeBucketSpec

func (*FacetProperty) GetMappedFields

func (x *FacetProperty) GetMappedFields() []string

func (*FacetProperty) GetRangeFacetConfig

func (m *FacetProperty) GetRangeFacetConfig() isFacetProperty_RangeFacetConfig

func (*FacetProperty) GetResultSize

func (x *FacetProperty) GetResultSize() int64

func (*FacetProperty) ProtoMessage

func (*FacetProperty) ProtoMessage()

func (*FacetProperty) ProtoReflect

func (x *FacetProperty) ProtoReflect() protoreflect.Message

func (*FacetProperty) Reset

func (x *FacetProperty) Reset()

func (*FacetProperty) String

func (x *FacetProperty) String() string

type FacetProperty_CustomRangeBucketSpec

type FacetProperty_CustomRangeBucketSpec struct {

	// Currently, only integer type is supported for this field.
	Endpoints []*FacetValue `protobuf:"bytes,1,rep,name=endpoints,proto3" json:"endpoints,omitempty"`
	// contains filtered or unexported fields
}

If bucket type is CUSTOM_RANGE, specify how values are bucketized. Use integer bucket value as an example, when the endpoints are 0, 10, 100, and 1000, we will generate the following facets: [-inf, 0), [0, 10), [10, 100), [100, 1000), [1000, inf). Notably:

  • endpoints must be listed in ascending order. Otherwise, the SearchConfig API will reject the facet config.
  • < 1 endpoints is an invalid spec.

func (*FacetProperty_CustomRangeBucketSpec) Descriptor deprecated

func (*FacetProperty_CustomRangeBucketSpec) Descriptor() ([]byte, []int)

Deprecated: Use FacetProperty_CustomRangeBucketSpec.ProtoReflect.Descriptor instead.

func (*FacetProperty_CustomRangeBucketSpec) GetEndpoints

func (x *FacetProperty_CustomRangeBucketSpec) GetEndpoints() []*FacetValue

func (*FacetProperty_CustomRangeBucketSpec) ProtoMessage

func (*FacetProperty_CustomRangeBucketSpec) ProtoMessage()

func (*FacetProperty_CustomRangeBucketSpec) ProtoReflect

func (*FacetProperty_CustomRangeBucketSpec) Reset

func (*FacetProperty_CustomRangeBucketSpec) String

type FacetProperty_CustomRangeBucketSpec_

type FacetProperty_CustomRangeBucketSpec_ struct {
	// Custom range facet bucket config.
	CustomRangeBucketSpec *FacetProperty_CustomRangeBucketSpec `protobuf:"bytes,6,opt,name=custom_range_bucket_spec,json=customRangeBucketSpec,proto3,oneof"`
}

type FacetProperty_DateTimeBucketSpec

type FacetProperty_DateTimeBucketSpec struct {

	// Granularity of date type facet.
	Granularity FacetProperty_DateTimeBucketSpec_Granularity `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

If bucket type is DATE, specify how date values are bucketized.

func (*FacetProperty_DateTimeBucketSpec) Descriptor deprecated

func (*FacetProperty_DateTimeBucketSpec) Descriptor() ([]byte, []int)

Deprecated: Use FacetProperty_DateTimeBucketSpec.ProtoReflect.Descriptor instead.

func (*FacetProperty_DateTimeBucketSpec) GetGranularity

func (*FacetProperty_DateTimeBucketSpec) ProtoMessage

func (*FacetProperty_DateTimeBucketSpec) ProtoMessage()

func (*FacetProperty_DateTimeBucketSpec) ProtoReflect

func (*FacetProperty_DateTimeBucketSpec) Reset

func (*FacetProperty_DateTimeBucketSpec) String

type FacetProperty_DateTimeBucketSpec_Granularity

type FacetProperty_DateTimeBucketSpec_Granularity int32

Granularity enum for the datetime bucket.

const (
	// Unspecified granularity.
	FacetProperty_DateTimeBucketSpec_GRANULARITY_UNSPECIFIED FacetProperty_DateTimeBucketSpec_Granularity = 0
	// Granularity is year.
	FacetProperty_DateTimeBucketSpec_YEAR FacetProperty_DateTimeBucketSpec_Granularity = 1
	// Granularity is month.
	FacetProperty_DateTimeBucketSpec_MONTH FacetProperty_DateTimeBucketSpec_Granularity = 2
	// Granularity is day.
	FacetProperty_DateTimeBucketSpec_DAY FacetProperty_DateTimeBucketSpec_Granularity = 3
)

func (FacetProperty_DateTimeBucketSpec_Granularity) Descriptor

func (FacetProperty_DateTimeBucketSpec_Granularity) Enum

func (FacetProperty_DateTimeBucketSpec_Granularity) EnumDescriptor deprecated

func (FacetProperty_DateTimeBucketSpec_Granularity) EnumDescriptor() ([]byte, []int)

Deprecated: Use FacetProperty_DateTimeBucketSpec_Granularity.Descriptor instead.

func (FacetProperty_DateTimeBucketSpec_Granularity) Number

func (FacetProperty_DateTimeBucketSpec_Granularity) String

func (FacetProperty_DateTimeBucketSpec_Granularity) Type

type FacetProperty_DatetimeBucketSpec

type FacetProperty_DatetimeBucketSpec struct {
	// Datetime range facet bucket config.
	DatetimeBucketSpec *FacetProperty_DateTimeBucketSpec `protobuf:"bytes,7,opt,name=datetime_bucket_spec,json=datetimeBucketSpec,proto3,oneof"`
}

type FacetProperty_FixedRangeBucketSpec

type FacetProperty_FixedRangeBucketSpec struct {

	// Lower bound of the bucket. NOTE: Only integer type is currently supported
	// for this field.
	BucketStart *FacetValue `protobuf:"bytes,1,opt,name=bucket_start,json=bucketStart,proto3" json:"bucket_start,omitempty"`
	// Bucket granularity. NOTE: Only integer type is currently supported for
	// this field.
	BucketGranularity *FacetValue `protobuf:"bytes,2,opt,name=bucket_granularity,json=bucketGranularity,proto3" json:"bucket_granularity,omitempty"`
	// Total number of buckets.
	BucketCount int32 `protobuf:"varint,3,opt,name=bucket_count,json=bucketCount,proto3" json:"bucket_count,omitempty"`
	// contains filtered or unexported fields
}

If bucket type is FIXED_RANGE, specify how values are bucketized. Use FixedRangeBucketSpec when you want to create multiple buckets with equal granularities. Using integer bucket value as an example, when bucket_start = 0, bucket_granularity = 10, bucket_count = 5, this facet will be aggregated via the following buckets: [-inf, 0), [0, 10), [10, 20), [20, 30), [30, inf). Notably, bucket_count <= 1 is an invalid spec.

func (*FacetProperty_FixedRangeBucketSpec) Descriptor deprecated

func (*FacetProperty_FixedRangeBucketSpec) Descriptor() ([]byte, []int)

Deprecated: Use FacetProperty_FixedRangeBucketSpec.ProtoReflect.Descriptor instead.

func (*FacetProperty_FixedRangeBucketSpec) GetBucketCount

func (x *FacetProperty_FixedRangeBucketSpec) GetBucketCount() int32

func (*FacetProperty_FixedRangeBucketSpec) GetBucketGranularity

func (x *FacetProperty_FixedRangeBucketSpec) GetBucketGranularity() *FacetValue

func (*FacetProperty_FixedRangeBucketSpec) GetBucketStart

func (x *FacetProperty_FixedRangeBucketSpec) GetBucketStart() *FacetValue

func (*FacetProperty_FixedRangeBucketSpec) ProtoMessage

func (*FacetProperty_FixedRangeBucketSpec) ProtoMessage()

func (*FacetProperty_FixedRangeBucketSpec) ProtoReflect

func (*FacetProperty_FixedRangeBucketSpec) Reset

func (*FacetProperty_FixedRangeBucketSpec) String

type FacetProperty_FixedRangeBucketSpec_

type FacetProperty_FixedRangeBucketSpec_ struct {
	// Fixed range facet bucket config.
	FixedRangeBucketSpec *FacetProperty_FixedRangeBucketSpec `protobuf:"bytes,5,opt,name=fixed_range_bucket_spec,json=fixedRangeBucketSpec,proto3,oneof"`
}

type FacetValue

type FacetValue struct {

	// Types that are assignable to Value:
	//
	//	*FacetValue_StringValue
	//	*FacetValue_IntegerValue
	//	*FacetValue_DatetimeValue
	Value isFacetValue_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

Definition of a single value with generic type.

func (*FacetValue) Descriptor deprecated

func (*FacetValue) Descriptor() ([]byte, []int)

Deprecated: Use FacetValue.ProtoReflect.Descriptor instead.

func (*FacetValue) GetDatetimeValue

func (x *FacetValue) GetDatetimeValue() *datetime.DateTime

func (*FacetValue) GetIntegerValue

func (x *FacetValue) GetIntegerValue() int64

func (*FacetValue) GetStringValue

func (x *FacetValue) GetStringValue() string

func (*FacetValue) GetValue

func (m *FacetValue) GetValue() isFacetValue_Value

func (*FacetValue) ProtoMessage

func (*FacetValue) ProtoMessage()

func (*FacetValue) ProtoReflect

func (x *FacetValue) ProtoReflect() protoreflect.Message

func (*FacetValue) Reset

func (x *FacetValue) Reset()

func (*FacetValue) String

func (x *FacetValue) String() string

type FacetValue_DatetimeValue

type FacetValue_DatetimeValue struct {
	// Datetime type value.
	DatetimeValue *datetime.DateTime `protobuf:"bytes,3,opt,name=datetime_value,json=datetimeValue,proto3,oneof"`
}

type FacetValue_IntegerValue

type FacetValue_IntegerValue struct {
	// Integer type value.
	IntegerValue int64 `protobuf:"varint,2,opt,name=integer_value,json=integerValue,proto3,oneof"`
}

type FacetValue_StringValue

type FacetValue_StringValue struct {
	// String type value.
	StringValue string `protobuf:"bytes,1,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type FloatRange

type FloatRange struct {

	// Start of the float range.
	Start *float32 `protobuf:"fixed32,1,opt,name=start,proto3,oneof" json:"start,omitempty"`
	// End of the float range.
	End *float32 `protobuf:"fixed32,2,opt,name=end,proto3,oneof" json:"end,omitempty"`
	// contains filtered or unexported fields
}

Float range type.

func (*FloatRange) Descriptor deprecated

func (*FloatRange) Descriptor() ([]byte, []int)

Deprecated: Use FloatRange.ProtoReflect.Descriptor instead.

func (*FloatRange) GetEnd

func (x *FloatRange) GetEnd() float32

func (*FloatRange) GetStart

func (x *FloatRange) GetStart() float32

func (*FloatRange) ProtoMessage

func (*FloatRange) ProtoMessage()

func (*FloatRange) ProtoReflect

func (x *FloatRange) ProtoReflect() protoreflect.Message

func (*FloatRange) Reset

func (x *FloatRange) Reset()

func (*FloatRange) String

func (x *FloatRange) String() string

type FloatRangeArray

type FloatRangeArray struct {

	// Float range values.
	FloatRanges []*FloatRange `protobuf:"bytes,1,rep,name=float_ranges,json=floatRanges,proto3" json:"float_ranges,omitempty"`
	// contains filtered or unexported fields
}

A list of float range values.

func (*FloatRangeArray) Descriptor deprecated

func (*FloatRangeArray) Descriptor() ([]byte, []int)

Deprecated: Use FloatRangeArray.ProtoReflect.Descriptor instead.

func (*FloatRangeArray) GetFloatRanges

func (x *FloatRangeArray) GetFloatRanges() []*FloatRange

func (*FloatRangeArray) ProtoMessage

func (*FloatRangeArray) ProtoMessage()

func (*FloatRangeArray) ProtoReflect

func (x *FloatRangeArray) ProtoReflect() protoreflect.Message

func (*FloatRangeArray) Reset

func (x *FloatRangeArray) Reset()

func (*FloatRangeArray) String

func (x *FloatRangeArray) String() string

type GcsSource

type GcsSource struct {

	// Required. References to a Google Cloud Storage paths.
	Uris []string `protobuf:"bytes,1,rep,name=uris,proto3" json:"uris,omitempty"`
	// contains filtered or unexported fields
}

The Google Cloud Storage location for the input content.

func (*GcsSource) Descriptor deprecated

func (*GcsSource) Descriptor() ([]byte, []int)

Deprecated: Use GcsSource.ProtoReflect.Descriptor instead.

func (*GcsSource) GetUris

func (x *GcsSource) GetUris() []string

func (*GcsSource) ProtoMessage

func (*GcsSource) ProtoMessage()

func (*GcsSource) ProtoReflect

func (x *GcsSource) ProtoReflect() protoreflect.Message

func (*GcsSource) Reset

func (x *GcsSource) Reset()

func (*GcsSource) String

func (x *GcsSource) String() string

type GeneralObjectDetectionConfig

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

Message of configurations for General Object Detection processor.

func (*GeneralObjectDetectionConfig) Descriptor deprecated

func (*GeneralObjectDetectionConfig) Descriptor() ([]byte, []int)

Deprecated: Use GeneralObjectDetectionConfig.ProtoReflect.Descriptor instead.

func (*GeneralObjectDetectionConfig) ProtoMessage

func (*GeneralObjectDetectionConfig) ProtoMessage()

func (*GeneralObjectDetectionConfig) ProtoReflect

func (*GeneralObjectDetectionConfig) Reset

func (x *GeneralObjectDetectionConfig) Reset()

func (*GeneralObjectDetectionConfig) String

type GenerateHlsUriRequest

type GenerateHlsUriRequest struct {

	// Required. The resource name of the asset to request clips for.
	// Form:
	// 'projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}'
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The time range to request clips for.
	TemporalPartitions []*Partition_TemporalPartition `protobuf:"bytes,2,rep,name=temporal_partitions,json=temporalPartitions,proto3" json:"temporal_partitions,omitempty"`
	// contains filtered or unexported fields
}

Request message for GenerateHlsUri API.

func (*GenerateHlsUriRequest) Descriptor deprecated

func (*GenerateHlsUriRequest) Descriptor() ([]byte, []int)

Deprecated: Use GenerateHlsUriRequest.ProtoReflect.Descriptor instead.

func (*GenerateHlsUriRequest) GetName

func (x *GenerateHlsUriRequest) GetName() string

func (*GenerateHlsUriRequest) GetTemporalPartitions

func (x *GenerateHlsUriRequest) GetTemporalPartitions() []*Partition_TemporalPartition

func (*GenerateHlsUriRequest) ProtoMessage

func (*GenerateHlsUriRequest) ProtoMessage()

func (*GenerateHlsUriRequest) ProtoReflect

func (x *GenerateHlsUriRequest) ProtoReflect() protoreflect.Message

func (*GenerateHlsUriRequest) Reset

func (x *GenerateHlsUriRequest) Reset()

func (*GenerateHlsUriRequest) String

func (x *GenerateHlsUriRequest) String() string

type GenerateHlsUriResponse

type GenerateHlsUriResponse struct {

	// A signed uri to download the HLS manifest corresponding to the requested
	// times.
	Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	// A list of temporal partitions of the content returned in the order they
	// appear in the stream.
	TemporalPartitions []*Partition_TemporalPartition `protobuf:"bytes,2,rep,name=temporal_partitions,json=temporalPartitions,proto3" json:"temporal_partitions,omitempty"`
	// contains filtered or unexported fields
}

Response message for GenerateHlsUri API.

func (*GenerateHlsUriResponse) Descriptor deprecated

func (*GenerateHlsUriResponse) Descriptor() ([]byte, []int)

Deprecated: Use GenerateHlsUriResponse.ProtoReflect.Descriptor instead.

func (*GenerateHlsUriResponse) GetTemporalPartitions

func (x *GenerateHlsUriResponse) GetTemporalPartitions() []*Partition_TemporalPartition

func (*GenerateHlsUriResponse) GetUri

func (x *GenerateHlsUriResponse) GetUri() string

func (*GenerateHlsUriResponse) ProtoMessage

func (*GenerateHlsUriResponse) ProtoMessage()

func (*GenerateHlsUriResponse) ProtoReflect

func (x *GenerateHlsUriResponse) ProtoReflect() protoreflect.Message

func (*GenerateHlsUriResponse) Reset

func (x *GenerateHlsUriResponse) Reset()

func (*GenerateHlsUriResponse) String

func (x *GenerateHlsUriResponse) String() string

type GenerateStreamHlsTokenRequest

type GenerateStreamHlsTokenRequest struct {

	// Required. The name of the stream.
	Stream string `protobuf:"bytes,1,opt,name=stream,proto3" json:"stream,omitempty"`
	// contains filtered or unexported fields
}

Request message for getting the auth token to access the stream HLS contents.

func (*GenerateStreamHlsTokenRequest) Descriptor deprecated

func (*GenerateStreamHlsTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use GenerateStreamHlsTokenRequest.ProtoReflect.Descriptor instead.

func (*GenerateStreamHlsTokenRequest) GetStream

func (x *GenerateStreamHlsTokenRequest) GetStream() string

func (*GenerateStreamHlsTokenRequest) ProtoMessage

func (*GenerateStreamHlsTokenRequest) ProtoMessage()

func (*GenerateStreamHlsTokenRequest) ProtoReflect

func (*GenerateStreamHlsTokenRequest) Reset

func (x *GenerateStreamHlsTokenRequest) Reset()

func (*GenerateStreamHlsTokenRequest) String

type GenerateStreamHlsTokenResponse

type GenerateStreamHlsTokenResponse struct {

	// The generated JWT token.
	//
	// The caller should insert this token to the authorization header of the HTTP
	// requests to get the HLS playlist manifest and the video chunks.
	// eg: curl -H "Authorization: Bearer $TOKEN"
	//
	//	https://domain.com/test-stream.playback/master.m3u8
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// The expiration time of the token.
	ExpirationTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expiration_time,json=expirationTime,proto3" json:"expiration_time,omitempty"`
	// contains filtered or unexported fields
}

Response message for GenerateStreamHlsToken.

func (*GenerateStreamHlsTokenResponse) Descriptor deprecated

func (*GenerateStreamHlsTokenResponse) Descriptor() ([]byte, []int)

Deprecated: Use GenerateStreamHlsTokenResponse.ProtoReflect.Descriptor instead.

func (*GenerateStreamHlsTokenResponse) GetExpirationTime

func (x *GenerateStreamHlsTokenResponse) GetExpirationTime() *timestamppb.Timestamp

func (*GenerateStreamHlsTokenResponse) GetToken

func (x *GenerateStreamHlsTokenResponse) GetToken() string

func (*GenerateStreamHlsTokenResponse) ProtoMessage

func (*GenerateStreamHlsTokenResponse) ProtoMessage()

func (*GenerateStreamHlsTokenResponse) ProtoReflect

func (*GenerateStreamHlsTokenResponse) Reset

func (x *GenerateStreamHlsTokenResponse) Reset()

func (*GenerateStreamHlsTokenResponse) String

type GeoCoordinate

type GeoCoordinate struct {

	// Latitude Coordinate. Degrees [-90 .. 90]
	Latitude float64 `protobuf:"fixed64,1,opt,name=latitude,proto3" json:"latitude,omitempty"`
	// Longitude Coordinate. Degrees [-180 .. 180]
	Longitude float64 `protobuf:"fixed64,2,opt,name=longitude,proto3" json:"longitude,omitempty"`
	// contains filtered or unexported fields
}

Location Coordinate Representation

func (*GeoCoordinate) Descriptor deprecated

func (*GeoCoordinate) Descriptor() ([]byte, []int)

Deprecated: Use GeoCoordinate.ProtoReflect.Descriptor instead.

func (*GeoCoordinate) GetLatitude

func (x *GeoCoordinate) GetLatitude() float64

func (*GeoCoordinate) GetLongitude

func (x *GeoCoordinate) GetLongitude() float64

func (*GeoCoordinate) ProtoMessage

func (*GeoCoordinate) ProtoMessage()

func (*GeoCoordinate) ProtoReflect

func (x *GeoCoordinate) ProtoReflect() protoreflect.Message

func (*GeoCoordinate) Reset

func (x *GeoCoordinate) Reset()

func (*GeoCoordinate) String

func (x *GeoCoordinate) String() string

type GeoLocationArray

type GeoLocationArray struct {

	// A list of circle areas.
	CircleAreas []*CircleArea `protobuf:"bytes,1,rep,name=circle_areas,json=circleAreas,proto3" json:"circle_areas,omitempty"`
	// contains filtered or unexported fields
}

A list of locations.

func (*GeoLocationArray) Descriptor deprecated

func (*GeoLocationArray) Descriptor() ([]byte, []int)

Deprecated: Use GeoLocationArray.ProtoReflect.Descriptor instead.

func (*GeoLocationArray) GetCircleAreas

func (x *GeoLocationArray) GetCircleAreas() []*CircleArea

func (*GeoLocationArray) ProtoMessage

func (*GeoLocationArray) ProtoMessage()

func (*GeoLocationArray) ProtoReflect

func (x *GeoLocationArray) ProtoReflect() protoreflect.Message

func (*GeoLocationArray) Reset

func (x *GeoLocationArray) Reset()

func (*GeoLocationArray) String

func (x *GeoLocationArray) String() string

type GetAnalysisRequest

type GetAnalysisRequest struct {

	// Required. Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Message for getting an Analysis.

func (*GetAnalysisRequest) Descriptor deprecated

func (*GetAnalysisRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAnalysisRequest.ProtoReflect.Descriptor instead.

func (*GetAnalysisRequest) GetName

func (x *GetAnalysisRequest) GetName() string

func (*GetAnalysisRequest) ProtoMessage

func (*GetAnalysisRequest) ProtoMessage()

func (*GetAnalysisRequest) ProtoReflect

func (x *GetAnalysisRequest) ProtoReflect() protoreflect.Message

func (*GetAnalysisRequest) Reset

func (x *GetAnalysisRequest) Reset()

func (*GetAnalysisRequest) String

func (x *GetAnalysisRequest) String() string

type GetAnnotationRequest

type GetAnnotationRequest struct {

	// Required. The name of the annotation to retrieve.
	// Format:
	// projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}/annotations/{annotation}
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetAnnotation API.

func (*GetAnnotationRequest) Descriptor deprecated

func (*GetAnnotationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAnnotationRequest.ProtoReflect.Descriptor instead.

func (*GetAnnotationRequest) GetName

func (x *GetAnnotationRequest) GetName() string

func (*GetAnnotationRequest) ProtoMessage

func (*GetAnnotationRequest) ProtoMessage()

func (*GetAnnotationRequest) ProtoReflect

func (x *GetAnnotationRequest) ProtoReflect() protoreflect.Message

func (*GetAnnotationRequest) Reset

func (x *GetAnnotationRequest) Reset()

func (*GetAnnotationRequest) String

func (x *GetAnnotationRequest) String() string

type GetApplicationRequest

type GetApplicationRequest struct {

	// Required. Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Message for getting a Application.

func (*GetApplicationRequest) Descriptor deprecated

func (*GetApplicationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetApplicationRequest.ProtoReflect.Descriptor instead.

func (*GetApplicationRequest) GetName

func (x *GetApplicationRequest) GetName() string

func (*GetApplicationRequest) ProtoMessage

func (*GetApplicationRequest) ProtoMessage()

func (*GetApplicationRequest) ProtoReflect

func (x *GetApplicationRequest) ProtoReflect() protoreflect.Message

func (*GetApplicationRequest) Reset

func (x *GetApplicationRequest) Reset()

func (*GetApplicationRequest) String

func (x *GetApplicationRequest) String() string

type GetAssetRequest

type GetAssetRequest struct {

	// Required. The name of the asset to retrieve.
	// Format:
	// projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetAsset.

func (*GetAssetRequest) Descriptor deprecated

func (*GetAssetRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAssetRequest.ProtoReflect.Descriptor instead.

func (*GetAssetRequest) GetName

func (x *GetAssetRequest) GetName() string

func (*GetAssetRequest) ProtoMessage

func (*GetAssetRequest) ProtoMessage()

func (*GetAssetRequest) ProtoReflect

func (x *GetAssetRequest) ProtoReflect() protoreflect.Message

func (*GetAssetRequest) Reset

func (x *GetAssetRequest) Reset()

func (*GetAssetRequest) String

func (x *GetAssetRequest) String() string

type GetClusterRequest

type GetClusterRequest struct {

	// Required. Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Message for getting a Cluster.

func (*GetClusterRequest) Descriptor deprecated

func (*GetClusterRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetClusterRequest.ProtoReflect.Descriptor instead.

func (*GetClusterRequest) GetName

func (x *GetClusterRequest) GetName() string

func (*GetClusterRequest) ProtoMessage

func (*GetClusterRequest) ProtoMessage()

func (*GetClusterRequest) ProtoReflect

func (x *GetClusterRequest) ProtoReflect() protoreflect.Message

func (*GetClusterRequest) Reset

func (x *GetClusterRequest) Reset()

func (*GetClusterRequest) String

func (x *GetClusterRequest) String() string

type GetCorpusRequest

type GetCorpusRequest struct {

	// Required. The resource name of the corpus to retrieve.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetCorpus.

func (*GetCorpusRequest) Descriptor deprecated

func (*GetCorpusRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCorpusRequest.ProtoReflect.Descriptor instead.

func (*GetCorpusRequest) GetName

func (x *GetCorpusRequest) GetName() string

func (*GetCorpusRequest) ProtoMessage

func (*GetCorpusRequest) ProtoMessage()

func (*GetCorpusRequest) ProtoReflect

func (x *GetCorpusRequest) ProtoReflect() protoreflect.Message

func (*GetCorpusRequest) Reset

func (x *GetCorpusRequest) Reset()

func (*GetCorpusRequest) String

func (x *GetCorpusRequest) String() string

type GetDataSchemaRequest

type GetDataSchemaRequest struct {

	// Required. The name of the data schema to retrieve.
	// Format:
	// projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/dataSchemas/{data_schema_id}
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetDataSchema.

func (*GetDataSchemaRequest) Descriptor deprecated

func (*GetDataSchemaRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDataSchemaRequest.ProtoReflect.Descriptor instead.

func (*GetDataSchemaRequest) GetName

func (x *GetDataSchemaRequest) GetName() string

func (*GetDataSchemaRequest) ProtoMessage

func (*GetDataSchemaRequest) ProtoMessage()

func (*GetDataSchemaRequest) ProtoReflect

func (x *GetDataSchemaRequest) ProtoReflect() protoreflect.Message

func (*GetDataSchemaRequest) Reset

func (x *GetDataSchemaRequest) Reset()

func (*GetDataSchemaRequest) String

func (x *GetDataSchemaRequest) String() string

type GetDraftRequest

type GetDraftRequest struct {

	// Required. Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Message for getting a Draft.

func (*GetDraftRequest) Descriptor deprecated

func (*GetDraftRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDraftRequest.ProtoReflect.Descriptor instead.

func (*GetDraftRequest) GetName

func (x *GetDraftRequest) GetName() string

func (*GetDraftRequest) ProtoMessage

func (*GetDraftRequest) ProtoMessage()

func (*GetDraftRequest) ProtoReflect

func (x *GetDraftRequest) ProtoReflect() protoreflect.Message

func (*GetDraftRequest) Reset

func (x *GetDraftRequest) Reset()

func (*GetDraftRequest) String

func (x *GetDraftRequest) String() string

type GetEventRequest

type GetEventRequest struct {

	// Required. Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Message for getting a Event.

func (*GetEventRequest) Descriptor deprecated

func (*GetEventRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetEventRequest.ProtoReflect.Descriptor instead.

func (*GetEventRequest) GetName

func (x *GetEventRequest) GetName() string

func (*GetEventRequest) ProtoMessage

func (*GetEventRequest) ProtoMessage()

func (*GetEventRequest) ProtoReflect

func (x *GetEventRequest) ProtoReflect() protoreflect.Message

func (*GetEventRequest) Reset

func (x *GetEventRequest) Reset()

func (*GetEventRequest) String

func (x *GetEventRequest) String() string

type GetInstanceRequest

type GetInstanceRequest struct {

	// Required. Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Message for getting a Instance.

func (*GetInstanceRequest) Descriptor deprecated

func (*GetInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetInstanceRequest.ProtoReflect.Descriptor instead.

func (*GetInstanceRequest) GetName

func (x *GetInstanceRequest) GetName() string

func (*GetInstanceRequest) ProtoMessage

func (*GetInstanceRequest) ProtoMessage()

func (*GetInstanceRequest) ProtoReflect

func (x *GetInstanceRequest) ProtoReflect() protoreflect.Message

func (*GetInstanceRequest) Reset

func (x *GetInstanceRequest) Reset()

func (*GetInstanceRequest) String

func (x *GetInstanceRequest) String() string

type GetProcessorRequest

type GetProcessorRequest struct {

	// Required. Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Message for getting a Processor.

func (*GetProcessorRequest) Descriptor deprecated

func (*GetProcessorRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetProcessorRequest.ProtoReflect.Descriptor instead.

func (*GetProcessorRequest) GetName

func (x *GetProcessorRequest) GetName() string

func (*GetProcessorRequest) ProtoMessage

func (*GetProcessorRequest) ProtoMessage()

func (*GetProcessorRequest) ProtoReflect

func (x *GetProcessorRequest) ProtoReflect() protoreflect.Message

func (*GetProcessorRequest) Reset

func (x *GetProcessorRequest) Reset()

func (*GetProcessorRequest) String

func (x *GetProcessorRequest) String() string

type GetSearchConfigRequest

type GetSearchConfigRequest struct {

	// Required. The name of the search configuration to retrieve.
	// Format:
	// projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetSearchConfig.

func (*GetSearchConfigRequest) Descriptor deprecated

func (*GetSearchConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSearchConfigRequest.ProtoReflect.Descriptor instead.

func (*GetSearchConfigRequest) GetName

func (x *GetSearchConfigRequest) GetName() string

func (*GetSearchConfigRequest) ProtoMessage

func (*GetSearchConfigRequest) ProtoMessage()

func (*GetSearchConfigRequest) ProtoReflect

func (x *GetSearchConfigRequest) ProtoReflect() protoreflect.Message

func (*GetSearchConfigRequest) Reset

func (x *GetSearchConfigRequest) Reset()

func (*GetSearchConfigRequest) String

func (x *GetSearchConfigRequest) String() string

type GetSeriesRequest

type GetSeriesRequest struct {

	// Required. Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Message for getting a Series.

func (*GetSeriesRequest) Descriptor deprecated

func (*GetSeriesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSeriesRequest.ProtoReflect.Descriptor instead.

func (*GetSeriesRequest) GetName

func (x *GetSeriesRequest) GetName() string

func (*GetSeriesRequest) ProtoMessage

func (*GetSeriesRequest) ProtoMessage()

func (*GetSeriesRequest) ProtoReflect

func (x *GetSeriesRequest) ProtoReflect() protoreflect.Message

func (*GetSeriesRequest) Reset

func (x *GetSeriesRequest) Reset()

func (*GetSeriesRequest) String

func (x *GetSeriesRequest) String() string

type GetStreamRequest

type GetStreamRequest struct {

	// Required. Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Message for getting a Stream.

func (*GetStreamRequest) Descriptor deprecated

func (*GetStreamRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetStreamRequest.ProtoReflect.Descriptor instead.

func (*GetStreamRequest) GetName

func (x *GetStreamRequest) GetName() string

func (*GetStreamRequest) ProtoMessage

func (*GetStreamRequest) ProtoMessage()

func (*GetStreamRequest) ProtoReflect

func (x *GetStreamRequest) ProtoReflect() protoreflect.Message

func (*GetStreamRequest) Reset

func (x *GetStreamRequest) Reset()

func (*GetStreamRequest) String

func (x *GetStreamRequest) String() string

type GetStreamThumbnailResponse

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

Message for the response of GetStreamThumbnail. The empty response message indicates the thumbnail image has been uploaded to GCS successfully.

func (*GetStreamThumbnailResponse) Descriptor deprecated

func (*GetStreamThumbnailResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetStreamThumbnailResponse.ProtoReflect.Descriptor instead.

func (*GetStreamThumbnailResponse) ProtoMessage

func (*GetStreamThumbnailResponse) ProtoMessage()

func (*GetStreamThumbnailResponse) ProtoReflect

func (*GetStreamThumbnailResponse) Reset

func (x *GetStreamThumbnailResponse) Reset()

func (*GetStreamThumbnailResponse) String

func (x *GetStreamThumbnailResponse) String() string

type GstreamerBufferDescriptor

type GstreamerBufferDescriptor struct {

	// The caps string of the payload.
	CapsString string `protobuf:"bytes,1,opt,name=caps_string,json=capsString,proto3" json:"caps_string,omitempty"`
	// Whether the buffer is a key frame.
	IsKeyFrame bool `protobuf:"varint,2,opt,name=is_key_frame,json=isKeyFrame,proto3" json:"is_key_frame,omitempty"`
	// PTS of the frame.
	PtsTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=pts_time,json=ptsTime,proto3" json:"pts_time,omitempty"`
	// DTS of the frame.
	DtsTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=dts_time,json=dtsTime,proto3" json:"dts_time,omitempty"`
	// Duration of the frame.
	Duration *durationpb.Duration `protobuf:"bytes,5,opt,name=duration,proto3" json:"duration,omitempty"`
	// contains filtered or unexported fields
}

The descriptor for a gstreamer buffer payload.

func (*GstreamerBufferDescriptor) Descriptor deprecated

func (*GstreamerBufferDescriptor) Descriptor() ([]byte, []int)

Deprecated: Use GstreamerBufferDescriptor.ProtoReflect.Descriptor instead.

func (*GstreamerBufferDescriptor) GetCapsString

func (x *GstreamerBufferDescriptor) GetCapsString() string

func (*GstreamerBufferDescriptor) GetDtsTime

func (*GstreamerBufferDescriptor) GetDuration

func (x *GstreamerBufferDescriptor) GetDuration() *durationpb.Duration

func (*GstreamerBufferDescriptor) GetIsKeyFrame

func (x *GstreamerBufferDescriptor) GetIsKeyFrame() bool

func (*GstreamerBufferDescriptor) GetPtsTime

func (*GstreamerBufferDescriptor) ProtoMessage

func (*GstreamerBufferDescriptor) ProtoMessage()

func (*GstreamerBufferDescriptor) ProtoReflect

func (*GstreamerBufferDescriptor) Reset

func (x *GstreamerBufferDescriptor) Reset()

func (*GstreamerBufferDescriptor) String

func (x *GstreamerBufferDescriptor) String() string

type ImageObjectDetectionPredictionResult

type ImageObjectDetectionPredictionResult struct {

	// The resource IDs of the AnnotationSpecs that had been identified, ordered
	// by the confidence score descendingly. It is the id segment instead of full
	// resource name.
	Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// The display names of the AnnotationSpecs that had been identified, order
	// matches the IDs.
	DisplayNames []string `protobuf:"bytes,2,rep,name=display_names,json=displayNames,proto3" json:"display_names,omitempty"`
	// The Model's confidences in correctness of the predicted IDs, higher value
	// means higher confidence. Order matches the Ids.
	Confidences []float32 `protobuf:"fixed32,3,rep,packed,name=confidences,proto3" json:"confidences,omitempty"`
	// Bounding boxes, i.e. the rectangles over the image, that pinpoint
	// the found AnnotationSpecs. Given in order that matches the IDs. Each
	// bounding box is an array of 4 numbers `xMin`, `xMax`, `yMin`, and
	// `yMax`, which represent the extremal coordinates of the box. They are
	// relative to the image size, and the point 0,0 is in the top left
	// of the image.
	Bboxes []*structpb.ListValue `protobuf:"bytes,4,rep,name=bboxes,proto3" json:"bboxes,omitempty"`
	// contains filtered or unexported fields
}

Prediction output format for Image Object Detection.

func (*ImageObjectDetectionPredictionResult) Descriptor deprecated

func (*ImageObjectDetectionPredictionResult) Descriptor() ([]byte, []int)

Deprecated: Use ImageObjectDetectionPredictionResult.ProtoReflect.Descriptor instead.

func (*ImageObjectDetectionPredictionResult) GetBboxes

func (*ImageObjectDetectionPredictionResult) GetConfidences

func (x *ImageObjectDetectionPredictionResult) GetConfidences() []float32

func (*ImageObjectDetectionPredictionResult) GetDisplayNames

func (x *ImageObjectDetectionPredictionResult) GetDisplayNames() []string

func (*ImageObjectDetectionPredictionResult) GetIds

func (*ImageObjectDetectionPredictionResult) ProtoMessage

func (*ImageObjectDetectionPredictionResult) ProtoMessage()

func (*ImageObjectDetectionPredictionResult) ProtoReflect

func (*ImageObjectDetectionPredictionResult) Reset

func (*ImageObjectDetectionPredictionResult) String

type ImageSegmentationPredictionResult

type ImageSegmentationPredictionResult struct {

	// A PNG image where each pixel in the mask represents the category in which
	// the pixel in the original image was predicted to belong to. The size of
	// this image will be the same as the original image. The mapping between the
	// AnntoationSpec and the color can be found in model's metadata. The model
	// will choose the most likely category and if none of the categories reach
	// the confidence threshold, the pixel will be marked as background.
	CategoryMask string `protobuf:"bytes,1,opt,name=category_mask,json=categoryMask,proto3" json:"category_mask,omitempty"`
	// A one channel image which is encoded as an 8bit lossless PNG. The size of
	// the image will be the same as the original image. For a specific pixel,
	// darker color means less confidence in correctness of the cateogry in the
	// categoryMask for the corresponding pixel. Black means no confidence and
	// white means complete confidence.
	ConfidenceMask string `protobuf:"bytes,2,opt,name=confidence_mask,json=confidenceMask,proto3" json:"confidence_mask,omitempty"`
	// contains filtered or unexported fields
}

Prediction output format for Image Segmentation.

func (*ImageSegmentationPredictionResult) Descriptor deprecated

func (*ImageSegmentationPredictionResult) Descriptor() ([]byte, []int)

Deprecated: Use ImageSegmentationPredictionResult.ProtoReflect.Descriptor instead.

func (*ImageSegmentationPredictionResult) GetCategoryMask

func (x *ImageSegmentationPredictionResult) GetCategoryMask() string

func (*ImageSegmentationPredictionResult) GetConfidenceMask

func (x *ImageSegmentationPredictionResult) GetConfidenceMask() string

func (*ImageSegmentationPredictionResult) ProtoMessage

func (*ImageSegmentationPredictionResult) ProtoMessage()

func (*ImageSegmentationPredictionResult) ProtoReflect

func (*ImageSegmentationPredictionResult) Reset

func (*ImageSegmentationPredictionResult) String

type IngestAssetRequest

type IngestAssetRequest struct {

	// Types that are assignable to StreamingRequest:
	//
	//	*IngestAssetRequest_Config_
	//	*IngestAssetRequest_TimeIndexedData_
	StreamingRequest isIngestAssetRequest_StreamingRequest `protobuf_oneof:"streaming_request"`
	// contains filtered or unexported fields
}

Request message for IngestAsset API.

func (*IngestAssetRequest) Descriptor deprecated

func (*IngestAssetRequest) Descriptor() ([]byte, []int)

Deprecated: Use IngestAssetRequest.ProtoReflect.Descriptor instead.

func (*IngestAssetRequest) GetConfig

func (*IngestAssetRequest) GetStreamingRequest

func (m *IngestAssetRequest) GetStreamingRequest() isIngestAssetRequest_StreamingRequest

func (*IngestAssetRequest) GetTimeIndexedData

func (x *IngestAssetRequest) GetTimeIndexedData() *IngestAssetRequest_TimeIndexedData

func (*IngestAssetRequest) ProtoMessage

func (*IngestAssetRequest) ProtoMessage()

func (*IngestAssetRequest) ProtoReflect

func (x *IngestAssetRequest) ProtoReflect() protoreflect.Message

func (*IngestAssetRequest) Reset

func (x *IngestAssetRequest) Reset()

func (*IngestAssetRequest) String

func (x *IngestAssetRequest) String() string

type IngestAssetRequest_Config

type IngestAssetRequest_Config struct {

	// Types that are assignable to DataType:
	//
	//	*IngestAssetRequest_Config_VideoType_
	DataType isIngestAssetRequest_Config_DataType `protobuf_oneof:"data_type"`
	// Required. The resource name of the asset that the ingested data belongs to.
	Asset string `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	// contains filtered or unexported fields
}

Configuration for the data.

func (*IngestAssetRequest_Config) Descriptor deprecated

func (*IngestAssetRequest_Config) Descriptor() ([]byte, []int)

Deprecated: Use IngestAssetRequest_Config.ProtoReflect.Descriptor instead.

func (*IngestAssetRequest_Config) GetAsset

func (x *IngestAssetRequest_Config) GetAsset() string

func (*IngestAssetRequest_Config) GetDataType

func (m *IngestAssetRequest_Config) GetDataType() isIngestAssetRequest_Config_DataType

func (*IngestAssetRequest_Config) GetVideoType

func (*IngestAssetRequest_Config) ProtoMessage

func (*IngestAssetRequest_Config) ProtoMessage()

func (*IngestAssetRequest_Config) ProtoReflect

func (*IngestAssetRequest_Config) Reset

func (x *IngestAssetRequest_Config) Reset()

func (*IngestAssetRequest_Config) String

func (x *IngestAssetRequest_Config) String() string

type IngestAssetRequest_Config_

type IngestAssetRequest_Config_ struct {
	// Provides information for the data and the asset resource name that the
	// data belongs to. The first `IngestAssetRequest` message must only contain
	// a `Config` message.
	Config *IngestAssetRequest_Config `protobuf:"bytes,1,opt,name=config,proto3,oneof"`
}

type IngestAssetRequest_Config_VideoType

type IngestAssetRequest_Config_VideoType struct {

	// Container format of the video data.
	ContainerFormat IngestAssetRequest_Config_VideoType_ContainerFormat `` /* 195-byte string literal not displayed */
	// contains filtered or unexported fields
}

Type information for video data.

func (*IngestAssetRequest_Config_VideoType) Descriptor deprecated

func (*IngestAssetRequest_Config_VideoType) Descriptor() ([]byte, []int)

Deprecated: Use IngestAssetRequest_Config_VideoType.ProtoReflect.Descriptor instead.

func (*IngestAssetRequest_Config_VideoType) GetContainerFormat

func (*IngestAssetRequest_Config_VideoType) ProtoMessage

func (*IngestAssetRequest_Config_VideoType) ProtoMessage()

func (*IngestAssetRequest_Config_VideoType) ProtoReflect

func (*IngestAssetRequest_Config_VideoType) Reset

func (*IngestAssetRequest_Config_VideoType) String

type IngestAssetRequest_Config_VideoType_

type IngestAssetRequest_Config_VideoType_ struct {
	// Type information for video data.
	VideoType *IngestAssetRequest_Config_VideoType `protobuf:"bytes,2,opt,name=video_type,json=videoType,proto3,oneof"`
}

type IngestAssetRequest_Config_VideoType_ContainerFormat

type IngestAssetRequest_Config_VideoType_ContainerFormat int32

Container format of the video.

const (
	// The default type, not supposed to be used.
	IngestAssetRequest_Config_VideoType_CONTAINER_FORMAT_UNSPECIFIED IngestAssetRequest_Config_VideoType_ContainerFormat = 0
	// Mp4 container format.
	IngestAssetRequest_Config_VideoType_CONTAINER_FORMAT_MP4 IngestAssetRequest_Config_VideoType_ContainerFormat = 1
)

func (IngestAssetRequest_Config_VideoType_ContainerFormat) Descriptor

func (IngestAssetRequest_Config_VideoType_ContainerFormat) Enum

func (IngestAssetRequest_Config_VideoType_ContainerFormat) EnumDescriptor deprecated

Deprecated: Use IngestAssetRequest_Config_VideoType_ContainerFormat.Descriptor instead.

func (IngestAssetRequest_Config_VideoType_ContainerFormat) Number

func (IngestAssetRequest_Config_VideoType_ContainerFormat) String

func (IngestAssetRequest_Config_VideoType_ContainerFormat) Type

type IngestAssetRequest_TimeIndexedData

type IngestAssetRequest_TimeIndexedData struct {

	// Data to be ingested.
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// Time range of the data.
	TemporalPartition *Partition_TemporalPartition `protobuf:"bytes,2,opt,name=temporal_partition,json=temporalPartition,proto3" json:"temporal_partition,omitempty"`
	// contains filtered or unexported fields
}

Contains the data and the corresponding time range this data is for.

func (*IngestAssetRequest_TimeIndexedData) Descriptor deprecated

func (*IngestAssetRequest_TimeIndexedData) Descriptor() ([]byte, []int)

Deprecated: Use IngestAssetRequest_TimeIndexedData.ProtoReflect.Descriptor instead.

func (*IngestAssetRequest_TimeIndexedData) GetData

func (*IngestAssetRequest_TimeIndexedData) GetTemporalPartition

func (*IngestAssetRequest_TimeIndexedData) ProtoMessage

func (*IngestAssetRequest_TimeIndexedData) ProtoMessage()

func (*IngestAssetRequest_TimeIndexedData) ProtoReflect

func (*IngestAssetRequest_TimeIndexedData) Reset

func (*IngestAssetRequest_TimeIndexedData) String

type IngestAssetRequest_TimeIndexedData_

type IngestAssetRequest_TimeIndexedData_ struct {
	// Data to be ingested.
	TimeIndexedData *IngestAssetRequest_TimeIndexedData `protobuf:"bytes,2,opt,name=time_indexed_data,json=timeIndexedData,proto3,oneof"`
}

type IngestAssetResponse

type IngestAssetResponse struct {

	// Time range of the data that has been successfully ingested.
	SuccessfullyIngestedPartition *Partition_TemporalPartition `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for IngestAsset API.

func (*IngestAssetResponse) Descriptor deprecated

func (*IngestAssetResponse) Descriptor() ([]byte, []int)

Deprecated: Use IngestAssetResponse.ProtoReflect.Descriptor instead.

func (*IngestAssetResponse) GetSuccessfullyIngestedPartition

func (x *IngestAssetResponse) GetSuccessfullyIngestedPartition() *Partition_TemporalPartition

func (*IngestAssetResponse) ProtoMessage

func (*IngestAssetResponse) ProtoMessage()

func (*IngestAssetResponse) ProtoReflect

func (x *IngestAssetResponse) ProtoReflect() protoreflect.Message

func (*IngestAssetResponse) Reset

func (x *IngestAssetResponse) Reset()

func (*IngestAssetResponse) String

func (x *IngestAssetResponse) String() string

type Instance

type Instance struct {

	// Output only. name of resource
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. [Output only] Create timestamp
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. [Output only] Update timestamp
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Labels as key value pairs
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Required. A user friendly display name for the solution.
	DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// A description for this application.
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// The input resources for the current application instance.
	// For example:
	// input_resources:
	// visionai.googleapis.com/v1/projects/123/locations/us-central1/clusters/456/streams/stream-a
	InputResources []*Instance_InputResource `protobuf:"bytes,6,rep,name=input_resources,json=inputResources,proto3" json:"input_resources,omitempty"`
	// All the output resources associated to one application instance.
	OutputResources []*Instance_OutputResource `protobuf:"bytes,7,rep,name=output_resources,json=outputResources,proto3" json:"output_resources,omitempty"`
	// State of the instance.
	State Instance_State `protobuf:"varint,9,opt,name=state,proto3,enum=google.cloud.visionai.v1alpha1.Instance_State" json:"state,omitempty"`
	// contains filtered or unexported fields
}

Message describing Instance object

func (*Instance) Descriptor deprecated

func (*Instance) Descriptor() ([]byte, []int)

Deprecated: Use Instance.ProtoReflect.Descriptor instead.

func (*Instance) GetCreateTime

func (x *Instance) GetCreateTime() *timestamppb.Timestamp

func (*Instance) GetDescription

func (x *Instance) GetDescription() string

func (*Instance) GetDisplayName

func (x *Instance) GetDisplayName() string

func (*Instance) GetInputResources

func (x *Instance) GetInputResources() []*Instance_InputResource

func (*Instance) GetLabels

func (x *Instance) GetLabels() map[string]string

func (*Instance) GetName

func (x *Instance) GetName() string

func (*Instance) GetOutputResources

func (x *Instance) GetOutputResources() []*Instance_OutputResource

func (*Instance) GetState

func (x *Instance) GetState() Instance_State

func (*Instance) GetUpdateTime

func (x *Instance) GetUpdateTime() *timestamppb.Timestamp

func (*Instance) ProtoMessage

func (*Instance) ProtoMessage()

func (*Instance) ProtoReflect

func (x *Instance) ProtoReflect() protoreflect.Message

func (*Instance) Reset

func (x *Instance) Reset()

func (*Instance) String

func (x *Instance) String() string

type Instance_InputResource

type Instance_InputResource struct {

	// Required. Specify the input to the application instance.
	//
	// Types that are assignable to InputResourceInformation:
	//
	//	*Instance_InputResource_InputResource
	//	*Instance_InputResource_AnnotatedStream
	InputResourceInformation isInstance_InputResource_InputResourceInformation `protobuf_oneof:"input_resource_information"`
	// The name of graph node who receives the input resource.
	// For example:
	// input_resource:
	// visionai.googleapis.com/v1/projects/123/locations/us-central1/clusters/456/streams/input-stream-a
	// consumer_node: stream-input
	ConsumerNode string `protobuf:"bytes,2,opt,name=consumer_node,json=consumerNode,proto3" json:"consumer_node,omitempty"`
	// The specific input resource binding which will consume the current Input
	// Resource, can be ignored is there is only 1 input binding.
	InputResourceBinding string `protobuf:"bytes,3,opt,name=input_resource_binding,json=inputResourceBinding,proto3" json:"input_resource_binding,omitempty"`
	// Contains resource annotations.
	Annotations *ResourceAnnotations `protobuf:"bytes,5,opt,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

Message of input resource used in one application instance.

func (*Instance_InputResource) Descriptor deprecated

func (*Instance_InputResource) Descriptor() ([]byte, []int)

Deprecated: Use Instance_InputResource.ProtoReflect.Descriptor instead.

func (*Instance_InputResource) GetAnnotatedStream deprecated

func (x *Instance_InputResource) GetAnnotatedStream() *StreamWithAnnotation

Deprecated: Do not use.

func (*Instance_InputResource) GetAnnotations

func (x *Instance_InputResource) GetAnnotations() *ResourceAnnotations

func (*Instance_InputResource) GetConsumerNode

func (x *Instance_InputResource) GetConsumerNode() string

func (*Instance_InputResource) GetInputResource

func (x *Instance_InputResource) GetInputResource() string

func (*Instance_InputResource) GetInputResourceBinding

func (x *Instance_InputResource) GetInputResourceBinding() string

func (*Instance_InputResource) GetInputResourceInformation

func (m *Instance_InputResource) GetInputResourceInformation() isInstance_InputResource_InputResourceInformation

func (*Instance_InputResource) ProtoMessage

func (*Instance_InputResource) ProtoMessage()

func (*Instance_InputResource) ProtoReflect

func (x *Instance_InputResource) ProtoReflect() protoreflect.Message

func (*Instance_InputResource) Reset

func (x *Instance_InputResource) Reset()

func (*Instance_InputResource) String

func (x *Instance_InputResource) String() string

type Instance_InputResource_AnnotatedStream

type Instance_InputResource_AnnotatedStream struct {
	// If the input resource is VisionAI Stream, the associated annotations
	// can be specified using annotated_stream instead.
	//
	// Deprecated: Do not use.
	AnnotatedStream *StreamWithAnnotation `protobuf:"bytes,4,opt,name=annotated_stream,json=annotatedStream,proto3,oneof"`
}

type Instance_InputResource_InputResource

type Instance_InputResource_InputResource struct {
	// The direct input resource name.
	InputResource string `protobuf:"bytes,1,opt,name=input_resource,json=inputResource,proto3,oneof"`
}

type Instance_OutputResource

type Instance_OutputResource struct {

	// The output resource name for the current application instance.
	OutputResource string `protobuf:"bytes,1,opt,name=output_resource,json=outputResource,proto3" json:"output_resource,omitempty"`
	// The name of graph node who produces the output resource name.
	// For example:
	// output_resource:
	// /projects/123/locations/us-central1/clusters/456/streams/output-application-789-stream-a-occupancy-counting
	// producer_node: occupancy-counting
	ProducerNode string `protobuf:"bytes,2,opt,name=producer_node,json=producerNode,proto3" json:"producer_node,omitempty"`
	// The specific output resource binding which produces the current
	// OutputResource.
	OutputResourceBinding string `` /* 126-byte string literal not displayed */
	// Output only. Whether the output resource is temporary which means the resource is
	// generated during the deployment of the application.
	// Temporary resource will be deleted during the undeployment of the
	// application.
	IsTemporary bool `protobuf:"varint,3,opt,name=is_temporary,json=isTemporary,proto3" json:"is_temporary,omitempty"`
	// Output only. Whether the output resource is created automatically by the Vision AI App
	// Platform.
	Autogen bool `protobuf:"varint,5,opt,name=autogen,proto3" json:"autogen,omitempty"`
	// contains filtered or unexported fields
}

Message of output resource used in one application instance.

func (*Instance_OutputResource) Descriptor deprecated

func (*Instance_OutputResource) Descriptor() ([]byte, []int)

Deprecated: Use Instance_OutputResource.ProtoReflect.Descriptor instead.

func (*Instance_OutputResource) GetAutogen

func (x *Instance_OutputResource) GetAutogen() bool

func (*Instance_OutputResource) GetIsTemporary

func (x *Instance_OutputResource) GetIsTemporary() bool

func (*Instance_OutputResource) GetOutputResource

func (x *Instance_OutputResource) GetOutputResource() string

func (*Instance_OutputResource) GetOutputResourceBinding

func (x *Instance_OutputResource) GetOutputResourceBinding() string

func (*Instance_OutputResource) GetProducerNode

func (x *Instance_OutputResource) GetProducerNode() string

func (*Instance_OutputResource) ProtoMessage

func (*Instance_OutputResource) ProtoMessage()

func (*Instance_OutputResource) ProtoReflect

func (x *Instance_OutputResource) ProtoReflect() protoreflect.Message

func (*Instance_OutputResource) Reset

func (x *Instance_OutputResource) Reset()

func (*Instance_OutputResource) String

func (x *Instance_OutputResource) String() string

type Instance_State

type Instance_State int32

State of the Instance

const (
	// The default value. This value is used if the state is omitted.
	Instance_STATE_UNSPECIFIED Instance_State = 0
	// State CREATING.
	Instance_CREATING Instance_State = 1
	// State CREATED.
	Instance_CREATED Instance_State = 2
	// State DEPLOYING.
	Instance_DEPLOYING Instance_State = 3
	// State DEPLOYED.
	Instance_DEPLOYED Instance_State = 4
	// State UNDEPLOYING.
	Instance_UNDEPLOYING Instance_State = 5
	// State DELETED.
	Instance_DELETED Instance_State = 6
	// State ERROR.
	Instance_ERROR Instance_State = 7
	// State Updating
	Instance_UPDATING Instance_State = 8
	// State Deleting.
	Instance_DELETING Instance_State = 9
	// State Fixing.
	Instance_FIXING Instance_State = 10
)

func (Instance_State) Descriptor

func (Instance_State) Enum

func (x Instance_State) Enum() *Instance_State

func (Instance_State) EnumDescriptor deprecated

func (Instance_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use Instance_State.Descriptor instead.

func (Instance_State) Number

func (Instance_State) String

func (x Instance_State) String() string

func (Instance_State) Type

type IntRange

type IntRange struct {

	// Start of the int range.
	Start *int64 `protobuf:"varint,1,opt,name=start,proto3,oneof" json:"start,omitempty"`
	// End of the int range.
	End *int64 `protobuf:"varint,2,opt,name=end,proto3,oneof" json:"end,omitempty"`
	// contains filtered or unexported fields
}

Integer range type.

func (*IntRange) Descriptor deprecated

func (*IntRange) Descriptor() ([]byte, []int)

Deprecated: Use IntRange.ProtoReflect.Descriptor instead.

func (*IntRange) GetEnd

func (x *IntRange) GetEnd() int64

func (*IntRange) GetStart

func (x *IntRange) GetStart() int64

func (*IntRange) ProtoMessage

func (*IntRange) ProtoMessage()

func (*IntRange) ProtoReflect

func (x *IntRange) ProtoReflect() protoreflect.Message

func (*IntRange) Reset

func (x *IntRange) Reset()

func (*IntRange) String

func (x *IntRange) String() string

type IntRangeArray

type IntRangeArray struct {

	// Int range values.
	IntRanges []*IntRange `protobuf:"bytes,1,rep,name=int_ranges,json=intRanges,proto3" json:"int_ranges,omitempty"`
	// contains filtered or unexported fields
}

A list of integer range values.

func (*IntRangeArray) Descriptor deprecated

func (*IntRangeArray) Descriptor() ([]byte, []int)

Deprecated: Use IntRangeArray.ProtoReflect.Descriptor instead.

func (*IntRangeArray) GetIntRanges

func (x *IntRangeArray) GetIntRanges() []*IntRange

func (*IntRangeArray) ProtoMessage

func (*IntRangeArray) ProtoMessage()

func (*IntRangeArray) ProtoReflect

func (x *IntRangeArray) ProtoReflect() protoreflect.Message

func (*IntRangeArray) Reset

func (x *IntRangeArray) Reset()

func (*IntRangeArray) String

func (x *IntRangeArray) String() string

type Lease

type Lease struct {

	// The lease id.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The series name.
	Series string `protobuf:"bytes,2,opt,name=series,proto3" json:"series,omitempty"`
	// The owner name.
	Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	// The lease expire time.
	ExpireTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// The lease type.
	LeaseType LeaseType `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

The lease message.

func (*Lease) Descriptor deprecated

func (*Lease) Descriptor() ([]byte, []int)

Deprecated: Use Lease.ProtoReflect.Descriptor instead.

func (*Lease) GetExpireTime

func (x *Lease) GetExpireTime() *timestamppb.Timestamp

func (*Lease) GetId

func (x *Lease) GetId() string

func (*Lease) GetLeaseType

func (x *Lease) GetLeaseType() LeaseType

func (*Lease) GetOwner

func (x *Lease) GetOwner() string

func (*Lease) GetSeries

func (x *Lease) GetSeries() string

func (*Lease) ProtoMessage

func (*Lease) ProtoMessage()

func (*Lease) ProtoReflect

func (x *Lease) ProtoReflect() protoreflect.Message

func (*Lease) Reset

func (x *Lease) Reset()

func (*Lease) String

func (x *Lease) String() string

type LeaseType

type LeaseType int32

The lease type.

const (
	// Lease type unspecified.
	LeaseType_LEASE_TYPE_UNSPECIFIED LeaseType = 0
	// Lease for stream reader.
	LeaseType_LEASE_TYPE_READER LeaseType = 1
	// Lease for stream writer.
	LeaseType_LEASE_TYPE_WRITER LeaseType = 2
)

func (LeaseType) Descriptor

func (LeaseType) Descriptor() protoreflect.EnumDescriptor

func (LeaseType) Enum

func (x LeaseType) Enum() *LeaseType

func (LeaseType) EnumDescriptor deprecated

func (LeaseType) EnumDescriptor() ([]byte, []int)

Deprecated: Use LeaseType.Descriptor instead.

func (LeaseType) Number

func (x LeaseType) Number() protoreflect.EnumNumber

func (LeaseType) String

func (x LeaseType) String() string

func (LeaseType) Type

type ListAnalysesRequest

type ListAnalysesRequest struct {

	// Required. Parent value for ListAnalysesRequest
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Requested page size. Server may return fewer items than requested.
	// If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A token identifying a page of results the server should return.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Filtering results
	Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// Hint for how to order the results
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Message for requesting list of Analyses

func (*ListAnalysesRequest) Descriptor deprecated

func (*ListAnalysesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAnalysesRequest.ProtoReflect.Descriptor instead.

func (*ListAnalysesRequest) GetFilter

func (x *ListAnalysesRequest) GetFilter() string

func (*ListAnalysesRequest) GetOrderBy

func (x *ListAnalysesRequest) GetOrderBy() string

func (*ListAnalysesRequest) GetPageSize

func (x *ListAnalysesRequest) GetPageSize() int32

func (*ListAnalysesRequest) GetPageToken

func (x *ListAnalysesRequest) GetPageToken() string

func (*ListAnalysesRequest) GetParent

func (x *ListAnalysesRequest) GetParent() string

func (*ListAnalysesRequest) ProtoMessage

func (*ListAnalysesRequest) ProtoMessage()

func (*ListAnalysesRequest) ProtoReflect

func (x *ListAnalysesRequest) ProtoReflect() protoreflect.Message

func (*ListAnalysesRequest) Reset

func (x *ListAnalysesRequest) Reset()

func (*ListAnalysesRequest) String

func (x *ListAnalysesRequest) String() string

type ListAnalysesResponse

type ListAnalysesResponse struct {

	// The list of Analysis
	Analyses []*Analysis `protobuf:"bytes,1,rep,name=analyses,proto3" json:"analyses,omitempty"`
	// A token identifying a page of results the server should return.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// Locations that could not be reached.
	Unreachable []string `protobuf:"bytes,3,rep,name=unreachable,proto3" json:"unreachable,omitempty"`
	// contains filtered or unexported fields
}

Message for response to listing Analyses

func (*ListAnalysesResponse) Descriptor deprecated

func (*ListAnalysesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAnalysesResponse.ProtoReflect.Descriptor instead.

func (*ListAnalysesResponse) GetAnalyses

func (x *ListAnalysesResponse) GetAnalyses() []*Analysis

func (*ListAnalysesResponse) GetNextPageToken

func (x *ListAnalysesResponse) GetNextPageToken() string

func (*ListAnalysesResponse) GetUnreachable

func (x *ListAnalysesResponse) GetUnreachable() []string

func (*ListAnalysesResponse) ProtoMessage

func (*ListAnalysesResponse) ProtoMessage()

func (*ListAnalysesResponse) ProtoReflect

func (x *ListAnalysesResponse) ProtoReflect() protoreflect.Message

func (*ListAnalysesResponse) Reset

func (x *ListAnalysesResponse) Reset()

func (*ListAnalysesResponse) String

func (x *ListAnalysesResponse) String() string

type ListAnnotationsRequest

type ListAnnotationsRequest struct {

	// The parent, which owns this collection of annotations.
	// Format:
	// projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The maximum number of annotations to return. The service may return fewer
	// than this value. If unspecified, at most 50 annotations will be returned.
	// The maximum value is 1000; values above 1000 will be coerced to 1000.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous `ListAnnotations` call.
	// Provide this to retrieve the subsequent page.
	//
	// When paginating, all other parameters provided to `ListAnnotations` must
	// match the call that provided the page token.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// The filter applied to the returned list.
	// We only support filtering for the following fields:
	// `partition.temporal_partition.start_time`,
	// `partition.temporal_partition.end_time`, and `key`.
	// Timestamps are specified in the RFC-3339 format, and only one restriction
	// may be applied per field, joined by conjunctions.
	// Format:
	// "partition.temporal_partition.start_time > "2012-04-21T11:30:00-04:00" AND
	// partition.temporal_partition.end_time < "2012-04-22T11:30:00-04:00" AND
	// key = "example_key""
	Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetAnnotation API.

func (*ListAnnotationsRequest) Descriptor deprecated

func (*ListAnnotationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAnnotationsRequest.ProtoReflect.Descriptor instead.

func (*ListAnnotationsRequest) GetFilter

func (x *ListAnnotationsRequest) GetFilter() string

func (*ListAnnotationsRequest) GetPageSize

func (x *ListAnnotationsRequest) GetPageSize() int32

func (*ListAnnotationsRequest) GetPageToken

func (x *ListAnnotationsRequest) GetPageToken() string

func (*ListAnnotationsRequest) GetParent

func (x *ListAnnotationsRequest) GetParent() string

func (*ListAnnotationsRequest) ProtoMessage

func (*ListAnnotationsRequest) ProtoMessage()

func (*ListAnnotationsRequest) ProtoReflect

func (x *ListAnnotationsRequest) ProtoReflect() protoreflect.Message

func (*ListAnnotationsRequest) Reset

func (x *ListAnnotationsRequest) Reset()

func (*ListAnnotationsRequest) String

func (x *ListAnnotationsRequest) String() string

type ListAnnotationsResponse

type ListAnnotationsResponse struct {

	// The annotations from the specified asset.
	Annotations []*Annotation `protobuf:"bytes,1,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// A token, which can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Request message for ListAnnotations API.

func (*ListAnnotationsResponse) Descriptor deprecated

func (*ListAnnotationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAnnotationsResponse.ProtoReflect.Descriptor instead.

func (*ListAnnotationsResponse) GetAnnotations

func (x *ListAnnotationsResponse) GetAnnotations() []*Annotation

func (*ListAnnotationsResponse) GetNextPageToken

func (x *ListAnnotationsResponse) GetNextPageToken() string

func (*ListAnnotationsResponse) ProtoMessage

func (*ListAnnotationsResponse) ProtoMessage()

func (*ListAnnotationsResponse) ProtoReflect

func (x *ListAnnotationsResponse) ProtoReflect() protoreflect.Message

func (*ListAnnotationsResponse) Reset

func (x *ListAnnotationsResponse) Reset()

func (*ListAnnotationsResponse) String

func (x *ListAnnotationsResponse) String() string

type ListApplicationsRequest

type ListApplicationsRequest struct {

	// Required. Parent value for ListApplicationsRequest.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Requested page size. Server may return fewer items than requested.
	// If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A token identifying a page of results the server should return.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Filtering results.
	Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// Hint for how to order the results.
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Message for requesting list of Applications.

func (*ListApplicationsRequest) Descriptor deprecated

func (*ListApplicationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListApplicationsRequest.ProtoReflect.Descriptor instead.

func (*ListApplicationsRequest) GetFilter

func (x *ListApplicationsRequest) GetFilter() string

func (*ListApplicationsRequest) GetOrderBy

func (x *ListApplicationsRequest) GetOrderBy() string

func (*ListApplicationsRequest) GetPageSize

func (x *ListApplicationsRequest) GetPageSize() int32

func (*ListApplicationsRequest) GetPageToken

func (x *ListApplicationsRequest) GetPageToken() string

func (*ListApplicationsRequest) GetParent

func (x *ListApplicationsRequest) GetParent() string

func (*ListApplicationsRequest) ProtoMessage

func (*ListApplicationsRequest) ProtoMessage()

func (*ListApplicationsRequest) ProtoReflect

func (x *ListApplicationsRequest) ProtoReflect() protoreflect.Message

func (*ListApplicationsRequest) Reset

func (x *ListApplicationsRequest) Reset()

func (*ListApplicationsRequest) String

func (x *ListApplicationsRequest) String() string

type ListApplicationsResponse

type ListApplicationsResponse struct {

	// The list of Application.
	Applications []*Application `protobuf:"bytes,1,rep,name=applications,proto3" json:"applications,omitempty"`
	// A token identifying a page of results the server should return.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// Locations that could not be reached.
	Unreachable []string `protobuf:"bytes,3,rep,name=unreachable,proto3" json:"unreachable,omitempty"`
	// contains filtered or unexported fields
}

Message for response to listing Applications.

func (*ListApplicationsResponse) Descriptor deprecated

func (*ListApplicationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListApplicationsResponse.ProtoReflect.Descriptor instead.

func (*ListApplicationsResponse) GetApplications

func (x *ListApplicationsResponse) GetApplications() []*Application

func (*ListApplicationsResponse) GetNextPageToken

func (x *ListApplicationsResponse) GetNextPageToken() string

func (*ListApplicationsResponse) GetUnreachable

func (x *ListApplicationsResponse) GetUnreachable() []string

func (*ListApplicationsResponse) ProtoMessage

func (*ListApplicationsResponse) ProtoMessage()

func (*ListApplicationsResponse) ProtoReflect

func (x *ListApplicationsResponse) ProtoReflect() protoreflect.Message

func (*ListApplicationsResponse) Reset

func (x *ListApplicationsResponse) Reset()

func (*ListApplicationsResponse) String

func (x *ListApplicationsResponse) String() string

type ListAssetsRequest

type ListAssetsRequest struct {

	// Required. The parent, which owns this collection of assets.
	// Format:
	// projects/{project_number}/locations/{location}/corpora/{corpus}
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The maximum number of assets to return. The service may return fewer than
	// this value.
	// If unspecified, at most 50 assets will be returned.
	// The maximum value is 1000; values above 1000 will be coerced to 1000.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous `ListAssets` call.
	// Provide this to retrieve the subsequent page.
	//
	// When paginating, all other parameters provided to `ListAssets` must match
	// the call that provided the page token.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Request message for ListAssets.

func (*ListAssetsRequest) Descriptor deprecated

func (*ListAssetsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAssetsRequest.ProtoReflect.Descriptor instead.

func (*ListAssetsRequest) GetPageSize

func (x *ListAssetsRequest) GetPageSize() int32

func (*ListAssetsRequest) GetPageToken

func (x *ListAssetsRequest) GetPageToken() string

func (*ListAssetsRequest) GetParent

func (x *ListAssetsRequest) GetParent() string

func (*ListAssetsRequest) ProtoMessage

func (*ListAssetsRequest) ProtoMessage()

func (*ListAssetsRequest) ProtoReflect

func (x *ListAssetsRequest) ProtoReflect() protoreflect.Message

func (*ListAssetsRequest) Reset

func (x *ListAssetsRequest) Reset()

func (*ListAssetsRequest) String

func (x *ListAssetsRequest) String() string

type ListAssetsResponse

type ListAssetsResponse struct {

	// The assets from the specified corpus.
	Assets []*Asset `protobuf:"bytes,1,rep,name=assets,proto3" json:"assets,omitempty"`
	// A token, which can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for ListAssets.

func (*ListAssetsResponse) Descriptor deprecated

func (*ListAssetsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAssetsResponse.ProtoReflect.Descriptor instead.

func (*ListAssetsResponse) GetAssets

func (x *ListAssetsResponse) GetAssets() []*Asset

func (*ListAssetsResponse) GetNextPageToken

func (x *ListAssetsResponse) GetNextPageToken() string

func (*ListAssetsResponse) ProtoMessage

func (*ListAssetsResponse) ProtoMessage()

func (*ListAssetsResponse) ProtoReflect

func (x *ListAssetsResponse) ProtoReflect() protoreflect.Message

func (*ListAssetsResponse) Reset

func (x *ListAssetsResponse) Reset()

func (*ListAssetsResponse) String

func (x *ListAssetsResponse) String() string

type ListClustersRequest

type ListClustersRequest struct {

	// Required. Parent value for ListClustersRequest.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Requested page size. Server may return fewer items than requested.
	// If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A token identifying a page of results the server should return.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Filtering results.
	Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// Hint for how to order the results.
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Message for requesting list of Clusters.

func (*ListClustersRequest) Descriptor deprecated

func (*ListClustersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListClustersRequest.ProtoReflect.Descriptor instead.

func (*ListClustersRequest) GetFilter

func (x *ListClustersRequest) GetFilter() string

func (*ListClustersRequest) GetOrderBy

func (x *ListClustersRequest) GetOrderBy() string

func (*ListClustersRequest) GetPageSize

func (x *ListClustersRequest) GetPageSize() int32

func (*ListClustersRequest) GetPageToken

func (x *ListClustersRequest) GetPageToken() string

func (*ListClustersRequest) GetParent

func (x *ListClustersRequest) GetParent() string

func (*ListClustersRequest) ProtoMessage

func (*ListClustersRequest) ProtoMessage()

func (*ListClustersRequest) ProtoReflect

func (x *ListClustersRequest) ProtoReflect() protoreflect.Message

func (*ListClustersRequest) Reset

func (x *ListClustersRequest) Reset()

func (*ListClustersRequest) String

func (x *ListClustersRequest) String() string

type ListClustersResponse

type ListClustersResponse struct {

	// The list of Cluster.
	Clusters []*Cluster `protobuf:"bytes,1,rep,name=clusters,proto3" json:"clusters,omitempty"`
	// A token identifying a page of results the server should return.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// Locations that could not be reached.
	Unreachable []string `protobuf:"bytes,3,rep,name=unreachable,proto3" json:"unreachable,omitempty"`
	// contains filtered or unexported fields
}

Message for response to listing Clusters.

func (*ListClustersResponse) Descriptor deprecated

func (*ListClustersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListClustersResponse.ProtoReflect.Descriptor instead.

func (*ListClustersResponse) GetClusters

func (x *ListClustersResponse) GetClusters() []*Cluster

func (*ListClustersResponse) GetNextPageToken

func (x *ListClustersResponse) GetNextPageToken() string

func (*ListClustersResponse) GetUnreachable

func (x *ListClustersResponse) GetUnreachable() []string

func (*ListClustersResponse) ProtoMessage

func (*ListClustersResponse) ProtoMessage()

func (*ListClustersResponse) ProtoReflect

func (x *ListClustersResponse) ProtoReflect() protoreflect.Message

func (*ListClustersResponse) Reset

func (x *ListClustersResponse) Reset()

func (*ListClustersResponse) String

func (x *ListClustersResponse) String() string

type ListCorporaRequest

type ListCorporaRequest struct {

	// Required. The resource name of the project from which to list corpora.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Requested page size. API may return fewer results than requested.
	// If negative, INVALID_ARGUMENT error will be returned.
	// If unspecified or 0, API will pick a default size, which is 10.
	// If the requested page size is larger than the maximum size, API will pick
	// use the maximum size, which is 20.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A token identifying a page of results for the server to return.
	// Typically obtained via [ListCorpora.next_page_token][] of the previous
	// [Warehouse.ListCorpora][google.cloud.visionai.v1alpha1.Warehouse.ListCorpora] call.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Request message for ListCorpora.

func (*ListCorporaRequest) Descriptor deprecated

func (*ListCorporaRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListCorporaRequest.ProtoReflect.Descriptor instead.

func (*ListCorporaRequest) GetPageSize

func (x *ListCorporaRequest) GetPageSize() int32

func (*ListCorporaRequest) GetPageToken

func (x *ListCorporaRequest) GetPageToken() string

func (*ListCorporaRequest) GetParent

func (x *ListCorporaRequest) GetParent() string

func (*ListCorporaRequest) ProtoMessage

func (*ListCorporaRequest) ProtoMessage()

func (*ListCorporaRequest) ProtoReflect

func (x *ListCorporaRequest) ProtoReflect() protoreflect.Message

func (*ListCorporaRequest) Reset

func (x *ListCorporaRequest) Reset()

func (*ListCorporaRequest) String

func (x *ListCorporaRequest) String() string

type ListCorporaResponse

type ListCorporaResponse struct {

	// The corpora in the project.
	Corpora []*Corpus `protobuf:"bytes,1,rep,name=corpora,proto3" json:"corpora,omitempty"`
	// A token to retrieve next page of results.
	// Pass to [ListCorporaRequest.page_token][google.cloud.visionai.v1alpha1.ListCorporaRequest.page_token] to obtain that page.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for ListCorpora.

func (*ListCorporaResponse) Descriptor deprecated

func (*ListCorporaResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListCorporaResponse.ProtoReflect.Descriptor instead.

func (*ListCorporaResponse) GetCorpora

func (x *ListCorporaResponse) GetCorpora() []*Corpus

func (*ListCorporaResponse) GetNextPageToken

func (x *ListCorporaResponse) GetNextPageToken() string

func (*ListCorporaResponse) ProtoMessage

func (*ListCorporaResponse) ProtoMessage()

func (*ListCorporaResponse) ProtoReflect

func (x *ListCorporaResponse) ProtoReflect() protoreflect.Message

func (*ListCorporaResponse) Reset

func (x *ListCorporaResponse) Reset()

func (*ListCorporaResponse) String

func (x *ListCorporaResponse) String() string

type ListDataSchemasRequest

type ListDataSchemasRequest struct {

	// Required. The parent, which owns this collection of data schemas.
	// Format:
	// projects/{project_number}/locations/{location_id}/corpora/{corpus_id}
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The maximum number of data schemas to return. The service may return fewer
	// than this value. If unspecified, at most 50 data schemas will be returned.
	// The maximum value is 1000; values above 1000 will be coerced to 1000.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous `ListDataSchemas` call.
	// Provide this to retrieve the subsequent page.
	//
	// When paginating, all other parameters provided to `ListDataSchemas` must
	// match the call that provided the page token.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Request message for ListDataSchemas.

func (*ListDataSchemasRequest) Descriptor deprecated

func (*ListDataSchemasRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListDataSchemasRequest.ProtoReflect.Descriptor instead.

func (*ListDataSchemasRequest) GetPageSize

func (x *ListDataSchemasRequest) GetPageSize() int32

func (*ListDataSchemasRequest) GetPageToken

func (x *ListDataSchemasRequest) GetPageToken() string

func (*ListDataSchemasRequest) GetParent

func (x *ListDataSchemasRequest) GetParent() string

func (*ListDataSchemasRequest) ProtoMessage

func (*ListDataSchemasRequest) ProtoMessage()

func (*ListDataSchemasRequest) ProtoReflect

func (x *ListDataSchemasRequest) ProtoReflect() protoreflect.Message

func (*ListDataSchemasRequest) Reset

func (x *ListDataSchemasRequest) Reset()

func (*ListDataSchemasRequest) String

func (x *ListDataSchemasRequest) String() string

type ListDataSchemasResponse

type ListDataSchemasResponse struct {

	// The data schemas from the specified corpus.
	DataSchemas []*DataSchema `protobuf:"bytes,1,rep,name=data_schemas,json=dataSchemas,proto3" json:"data_schemas,omitempty"`
	// A token, which can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for ListDataSchemas.

func (*ListDataSchemasResponse) Descriptor deprecated

func (*ListDataSchemasResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListDataSchemasResponse.ProtoReflect.Descriptor instead.

func (*ListDataSchemasResponse) GetDataSchemas

func (x *ListDataSchemasResponse) GetDataSchemas() []*DataSchema

func (*ListDataSchemasResponse) GetNextPageToken

func (x *ListDataSchemasResponse) GetNextPageToken() string

func (*ListDataSchemasResponse) ProtoMessage

func (*ListDataSchemasResponse) ProtoMessage()

func (*ListDataSchemasResponse) ProtoReflect

func (x *ListDataSchemasResponse) ProtoReflect() protoreflect.Message

func (*ListDataSchemasResponse) Reset

func (x *ListDataSchemasResponse) Reset()

func (*ListDataSchemasResponse) String

func (x *ListDataSchemasResponse) String() string

type ListDraftsRequest

type ListDraftsRequest struct {

	// Required. Parent value for ListDraftsRequest.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Requested page size. Server may return fewer items than requested.
	// If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A token identifying a page of results the server should return.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Filtering results.
	Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// Hint for how to order the results.
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Message for requesting list of Drafts.

func (*ListDraftsRequest) Descriptor deprecated

func (*ListDraftsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListDraftsRequest.ProtoReflect.Descriptor instead.

func (*ListDraftsRequest) GetFilter

func (x *ListDraftsRequest) GetFilter() string

func (*ListDraftsRequest) GetOrderBy

func (x *ListDraftsRequest) GetOrderBy() string

func (*ListDraftsRequest) GetPageSize

func (x *ListDraftsRequest) GetPageSize() int32

func (*ListDraftsRequest) GetPageToken

func (x *ListDraftsRequest) GetPageToken() string

func (*ListDraftsRequest) GetParent

func (x *ListDraftsRequest) GetParent() string

func (*ListDraftsRequest) ProtoMessage

func (*ListDraftsRequest) ProtoMessage()

func (*ListDraftsRequest) ProtoReflect

func (x *ListDraftsRequest) ProtoReflect() protoreflect.Message

func (*ListDraftsRequest) Reset

func (x *ListDraftsRequest) Reset()

func (*ListDraftsRequest) String

func (x *ListDraftsRequest) String() string

type ListDraftsResponse

type ListDraftsResponse struct {

	// The list of Draft.
	Drafts []*Draft `protobuf:"bytes,1,rep,name=drafts,proto3" json:"drafts,omitempty"`
	// A token identifying a page of results the server should return.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// Locations that could not be reached.
	Unreachable []string `protobuf:"bytes,3,rep,name=unreachable,proto3" json:"unreachable,omitempty"`
	// contains filtered or unexported fields
}

Message for response to listing Drafts.

func (*ListDraftsResponse) Descriptor deprecated

func (*ListDraftsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListDraftsResponse.ProtoReflect.Descriptor instead.

func (*ListDraftsResponse) GetDrafts

func (x *ListDraftsResponse) GetDrafts() []*Draft

func (*ListDraftsResponse) GetNextPageToken

func (x *ListDraftsResponse) GetNextPageToken() string

func (*ListDraftsResponse) GetUnreachable

func (x *ListDraftsResponse) GetUnreachable() []string

func (*ListDraftsResponse) ProtoMessage

func (*ListDraftsResponse) ProtoMessage()

func (*ListDraftsResponse) ProtoReflect

func (x *ListDraftsResponse) ProtoReflect() protoreflect.Message

func (*ListDraftsResponse) Reset

func (x *ListDraftsResponse) Reset()

func (*ListDraftsResponse) String

func (x *ListDraftsResponse) String() string

type ListEventsRequest

type ListEventsRequest struct {

	// Required. Parent value for ListEventsRequest.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Requested page size. Server may return fewer items than requested.
	// If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A token identifying a page of results the server should return.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Filtering results.
	Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// Hint for how to order the results.
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Message for requesting list of Events.

func (*ListEventsRequest) Descriptor deprecated

func (*ListEventsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListEventsRequest.ProtoReflect.Descriptor instead.

func (*ListEventsRequest) GetFilter

func (x *ListEventsRequest) GetFilter() string

func (*ListEventsRequest) GetOrderBy

func (x *ListEventsRequest) GetOrderBy() string

func (*ListEventsRequest) GetPageSize

func (x *ListEventsRequest) GetPageSize() int32

func (*ListEventsRequest) GetPageToken

func (x *ListEventsRequest) GetPageToken() string

func (*ListEventsRequest) GetParent

func (x *ListEventsRequest) GetParent() string

func (*ListEventsRequest) ProtoMessage

func (*ListEventsRequest) ProtoMessage()

func (*ListEventsRequest) ProtoReflect

func (x *ListEventsRequest) ProtoReflect() protoreflect.Message

func (*ListEventsRequest) Reset

func (x *ListEventsRequest) Reset()

func (*ListEventsRequest) String

func (x *ListEventsRequest) String() string

type ListEventsResponse

type ListEventsResponse struct {

	// The list of Event.
	Events []*Event `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// A token identifying a page of results the server should return.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// Locations that could not be reached.
	Unreachable []string `protobuf:"bytes,3,rep,name=unreachable,proto3" json:"unreachable,omitempty"`
	// contains filtered or unexported fields
}

Message for response to listing Events.

func (*ListEventsResponse) Descriptor deprecated

func (*ListEventsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListEventsResponse.ProtoReflect.Descriptor instead.

func (*ListEventsResponse) GetEvents

func (x *ListEventsResponse) GetEvents() []*Event

func (*ListEventsResponse) GetNextPageToken

func (x *ListEventsResponse) GetNextPageToken() string

func (*ListEventsResponse) GetUnreachable

func (x *ListEventsResponse) GetUnreachable() []string

func (*ListEventsResponse) ProtoMessage

func (*ListEventsResponse) ProtoMessage()

func (*ListEventsResponse) ProtoReflect

func (x *ListEventsResponse) ProtoReflect() protoreflect.Message

func (*ListEventsResponse) Reset

func (x *ListEventsResponse) Reset()

func (*ListEventsResponse) String

func (x *ListEventsResponse) String() string

type ListInstancesRequest

type ListInstancesRequest struct {

	// Required. Parent value for ListInstancesRequest.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Requested page size. Server may return fewer items than requested.
	// If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A token identifying a page of results the server should return.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Filtering results.
	Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// Hint for how to order the results.
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Message for requesting list of Instances.

func (*ListInstancesRequest) Descriptor deprecated

func (*ListInstancesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListInstancesRequest.ProtoReflect.Descriptor instead.

func (*ListInstancesRequest) GetFilter

func (x *ListInstancesRequest) GetFilter() string

func (*ListInstancesRequest) GetOrderBy

func (x *ListInstancesRequest) GetOrderBy() string

func (*ListInstancesRequest) GetPageSize

func (x *ListInstancesRequest) GetPageSize() int32

func (*ListInstancesRequest) GetPageToken

func (x *ListInstancesRequest) GetPageToken() string

func (*ListInstancesRequest) GetParent

func (x *ListInstancesRequest) GetParent() string

func (*ListInstancesRequest) ProtoMessage

func (*ListInstancesRequest) ProtoMessage()

func (*ListInstancesRequest) ProtoReflect

func (x *ListInstancesRequest) ProtoReflect() protoreflect.Message

func (*ListInstancesRequest) Reset

func (x *ListInstancesRequest) Reset()

func (*ListInstancesRequest) String

func (x *ListInstancesRequest) String() string

type ListInstancesResponse

type ListInstancesResponse struct {

	// The list of Instance.
	Instances []*Instance `protobuf:"bytes,1,rep,name=instances,proto3" json:"instances,omitempty"`
	// A token identifying a page of results the server should return.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// Locations that could not be reached.
	Unreachable []string `protobuf:"bytes,3,rep,name=unreachable,proto3" json:"unreachable,omitempty"`
	// contains filtered or unexported fields
}

Message for response to listing Instances.

func (*ListInstancesResponse) Descriptor deprecated

func (*ListInstancesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListInstancesResponse.ProtoReflect.Descriptor instead.

func (*ListInstancesResponse) GetInstances

func (x *ListInstancesResponse) GetInstances() []*Instance

func (*ListInstancesResponse) GetNextPageToken

func (x *ListInstancesResponse) GetNextPageToken() string

func (*ListInstancesResponse) GetUnreachable

func (x *ListInstancesResponse) GetUnreachable() []string

func (*ListInstancesResponse) ProtoMessage

func (*ListInstancesResponse) ProtoMessage()

func (*ListInstancesResponse) ProtoReflect

func (x *ListInstancesResponse) ProtoReflect() protoreflect.Message

func (*ListInstancesResponse) Reset

func (x *ListInstancesResponse) Reset()

func (*ListInstancesResponse) String

func (x *ListInstancesResponse) String() string

type ListPrebuiltProcessorsRequest

type ListPrebuiltProcessorsRequest struct {

	// Required. Parent path.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// contains filtered or unexported fields
}

Request Message for listing Prebuilt Processors.

func (*ListPrebuiltProcessorsRequest) Descriptor deprecated

func (*ListPrebuiltProcessorsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListPrebuiltProcessorsRequest.ProtoReflect.Descriptor instead.

func (*ListPrebuiltProcessorsRequest) GetParent

func (x *ListPrebuiltProcessorsRequest) GetParent() string

func (*ListPrebuiltProcessorsRequest) ProtoMessage

func (*ListPrebuiltProcessorsRequest) ProtoMessage()

func (*ListPrebuiltProcessorsRequest) ProtoReflect

func (*ListPrebuiltProcessorsRequest) Reset

func (x *ListPrebuiltProcessorsRequest) Reset()

func (*ListPrebuiltProcessorsRequest) String

type ListPrebuiltProcessorsResponse

type ListPrebuiltProcessorsResponse struct {

	// The list of Processor.
	Processors []*Processor `protobuf:"bytes,1,rep,name=processors,proto3" json:"processors,omitempty"`
	// contains filtered or unexported fields
}

Response Message for listing Prebuilt Processors.

func (*ListPrebuiltProcessorsResponse) Descriptor deprecated

func (*ListPrebuiltProcessorsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListPrebuiltProcessorsResponse.ProtoReflect.Descriptor instead.

func (*ListPrebuiltProcessorsResponse) GetProcessors

func (x *ListPrebuiltProcessorsResponse) GetProcessors() []*Processor

func (*ListPrebuiltProcessorsResponse) ProtoMessage

func (*ListPrebuiltProcessorsResponse) ProtoMessage()

func (*ListPrebuiltProcessorsResponse) ProtoReflect

func (*ListPrebuiltProcessorsResponse) Reset

func (x *ListPrebuiltProcessorsResponse) Reset()

func (*ListPrebuiltProcessorsResponse) String

type ListProcessorsRequest

type ListProcessorsRequest struct {

	// Required. Parent value for ListProcessorsRequest.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Requested page size. Server may return fewer items than requested.
	// If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A token identifying a page of results the server should return.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Filtering results.
	Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// Hint for how to order the results.
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Message for requesting list of Processors.

func (*ListProcessorsRequest) Descriptor deprecated

func (*ListProcessorsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProcessorsRequest.ProtoReflect.Descriptor instead.

func (*ListProcessorsRequest) GetFilter

func (x *ListProcessorsRequest) GetFilter() string

func (*ListProcessorsRequest) GetOrderBy

func (x *ListProcessorsRequest) GetOrderBy() string

func (*ListProcessorsRequest) GetPageSize

func (x *ListProcessorsRequest) GetPageSize() int32

func (*ListProcessorsRequest) GetPageToken

func (x *ListProcessorsRequest) GetPageToken() string

func (*ListProcessorsRequest) GetParent

func (x *ListProcessorsRequest) GetParent() string

func (*ListProcessorsRequest) ProtoMessage

func (*ListProcessorsRequest) ProtoMessage()

func (*ListProcessorsRequest) ProtoReflect

func (x *ListProcessorsRequest) ProtoReflect() protoreflect.Message

func (*ListProcessorsRequest) Reset

func (x *ListProcessorsRequest) Reset()

func (*ListProcessorsRequest) String

func (x *ListProcessorsRequest) String() string

type ListProcessorsResponse

type ListProcessorsResponse struct {

	// The list of Processor.
	Processors []*Processor `protobuf:"bytes,1,rep,name=processors,proto3" json:"processors,omitempty"`
	// A token identifying a page of results the server should return.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// Locations that could not be reached.
	Unreachable []string `protobuf:"bytes,3,rep,name=unreachable,proto3" json:"unreachable,omitempty"`
	// contains filtered or unexported fields
}

Message for response to listing Processors.

func (*ListProcessorsResponse) Descriptor deprecated

func (*ListProcessorsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProcessorsResponse.ProtoReflect.Descriptor instead.

func (*ListProcessorsResponse) GetNextPageToken

func (x *ListProcessorsResponse) GetNextPageToken() string

func (*ListProcessorsResponse) GetProcessors

func (x *ListProcessorsResponse) GetProcessors() []*Processor

func (*ListProcessorsResponse) GetUnreachable

func (x *ListProcessorsResponse) GetUnreachable() []string

func (*ListProcessorsResponse) ProtoMessage

func (*ListProcessorsResponse) ProtoMessage()

func (*ListProcessorsResponse) ProtoReflect

func (x *ListProcessorsResponse) ProtoReflect() protoreflect.Message

func (*ListProcessorsResponse) Reset

func (x *ListProcessorsResponse) Reset()

func (*ListProcessorsResponse) String

func (x *ListProcessorsResponse) String() string

type ListSearchConfigsRequest

type ListSearchConfigsRequest struct {

	// Required. The parent, which owns this collection of search configurations.
	// Format:
	// projects/{project_number}/locations/{location}/corpora/{corpus}
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The maximum number of search configurations to return. The service may
	// return fewer than this value. If unspecified, a page size of 50 will be
	// used. The maximum value is 1000; values above 1000 will be coerced to 1000.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous `ListSearchConfigs` call.
	// Provide this to retrieve the subsequent page.
	//
	// When paginating, all other parameters provided to
	// `ListSearchConfigs` must match the call that provided the page
	// token.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Request message for ListSearchConfigs.

func (*ListSearchConfigsRequest) Descriptor deprecated

func (*ListSearchConfigsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListSearchConfigsRequest.ProtoReflect.Descriptor instead.

func (*ListSearchConfigsRequest) GetPageSize

func (x *ListSearchConfigsRequest) GetPageSize() int32

func (*ListSearchConfigsRequest) GetPageToken

func (x *ListSearchConfigsRequest) GetPageToken() string

func (*ListSearchConfigsRequest) GetParent

func (x *ListSearchConfigsRequest) GetParent() string

func (*ListSearchConfigsRequest) ProtoMessage

func (*ListSearchConfigsRequest) ProtoMessage()

func (*ListSearchConfigsRequest) ProtoReflect

func (x *ListSearchConfigsRequest) ProtoReflect() protoreflect.Message

func (*ListSearchConfigsRequest) Reset

func (x *ListSearchConfigsRequest) Reset()

func (*ListSearchConfigsRequest) String

func (x *ListSearchConfigsRequest) String() string

type ListSearchConfigsResponse

type ListSearchConfigsResponse struct {

	// The search configurations from the specified corpus.
	SearchConfigs []*SearchConfig `protobuf:"bytes,1,rep,name=search_configs,json=searchConfigs,proto3" json:"search_configs,omitempty"`
	// A token, which can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for ListSearchConfigs.

func (*ListSearchConfigsResponse) Descriptor deprecated

func (*ListSearchConfigsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListSearchConfigsResponse.ProtoReflect.Descriptor instead.

func (*ListSearchConfigsResponse) GetNextPageToken

func (x *ListSearchConfigsResponse) GetNextPageToken() string

func (*ListSearchConfigsResponse) GetSearchConfigs

func (x *ListSearchConfigsResponse) GetSearchConfigs() []*SearchConfig

func (*ListSearchConfigsResponse) ProtoMessage

func (*ListSearchConfigsResponse) ProtoMessage()

func (*ListSearchConfigsResponse) ProtoReflect

func (*ListSearchConfigsResponse) Reset

func (x *ListSearchConfigsResponse) Reset()

func (*ListSearchConfigsResponse) String

func (x *ListSearchConfigsResponse) String() string

type ListSeriesRequest

type ListSeriesRequest struct {

	// Required. Parent value for ListSeriesRequest.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Requested page size. Server may return fewer items than requested.
	// If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A token identifying a page of results the server should return.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Filtering results.
	Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// Hint for how to order the results.
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Message for requesting list of Series.

func (*ListSeriesRequest) Descriptor deprecated

func (*ListSeriesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListSeriesRequest.ProtoReflect.Descriptor instead.

func (*ListSeriesRequest) GetFilter

func (x *ListSeriesRequest) GetFilter() string

func (*ListSeriesRequest) GetOrderBy

func (x *ListSeriesRequest) GetOrderBy() string

func (*ListSeriesRequest) GetPageSize

func (x *ListSeriesRequest) GetPageSize() int32

func (*ListSeriesRequest) GetPageToken

func (x *ListSeriesRequest) GetPageToken() string

func (*ListSeriesRequest) GetParent

func (x *ListSeriesRequest) GetParent() string

func (*ListSeriesRequest) ProtoMessage

func (*ListSeriesRequest) ProtoMessage()

func (*ListSeriesRequest) ProtoReflect

func (x *ListSeriesRequest) ProtoReflect() protoreflect.Message

func (*ListSeriesRequest) Reset

func (x *ListSeriesRequest) Reset()

func (*ListSeriesRequest) String

func (x *ListSeriesRequest) String() string

type ListSeriesResponse

type ListSeriesResponse struct {

	// The list of Series.
	Series []*Series `protobuf:"bytes,1,rep,name=series,proto3" json:"series,omitempty"`
	// A token identifying a page of results the server should return.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// Locations that could not be reached.
	Unreachable []string `protobuf:"bytes,3,rep,name=unreachable,proto3" json:"unreachable,omitempty"`
	// contains filtered or unexported fields
}

Message for response to listing Series.

func (*ListSeriesResponse) Descriptor deprecated

func (*ListSeriesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListSeriesResponse.ProtoReflect.Descriptor instead.

func (*ListSeriesResponse) GetNextPageToken

func (x *ListSeriesResponse) GetNextPageToken() string

func (*ListSeriesResponse) GetSeries

func (x *ListSeriesResponse) GetSeries() []*Series

func (*ListSeriesResponse) GetUnreachable

func (x *ListSeriesResponse) GetUnreachable() []string

func (*ListSeriesResponse) ProtoMessage

func (*ListSeriesResponse) ProtoMessage()

func (*ListSeriesResponse) ProtoReflect

func (x *ListSeriesResponse) ProtoReflect() protoreflect.Message

func (*ListSeriesResponse) Reset

func (x *ListSeriesResponse) Reset()

func (*ListSeriesResponse) String

func (x *ListSeriesResponse) String() string

type ListStreamsRequest

type ListStreamsRequest struct {

	// Required. Parent value for ListStreamsRequest.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Requested page size. Server may return fewer items than requested.
	// If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A token identifying a page of results the server should return.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Filtering results.
	Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// Hint for how to order the results.
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Message for requesting list of Streams.

func (*ListStreamsRequest) Descriptor deprecated

func (*ListStreamsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListStreamsRequest.ProtoReflect.Descriptor instead.

func (*ListStreamsRequest) GetFilter

func (x *ListStreamsRequest) GetFilter() string

func (*ListStreamsRequest) GetOrderBy

func (x *ListStreamsRequest) GetOrderBy() string

func (*ListStreamsRequest) GetPageSize

func (x *ListStreamsRequest) GetPageSize() int32

func (*ListStreamsRequest) GetPageToken

func (x *ListStreamsRequest) GetPageToken() string

func (*ListStreamsRequest) GetParent

func (x *ListStreamsRequest) GetParent() string

func (*ListStreamsRequest) ProtoMessage

func (*ListStreamsRequest) ProtoMessage()

func (*ListStreamsRequest) ProtoReflect

func (x *ListStreamsRequest) ProtoReflect() protoreflect.Message

func (*ListStreamsRequest) Reset

func (x *ListStreamsRequest) Reset()

func (*ListStreamsRequest) String

func (x *ListStreamsRequest) String() string

type ListStreamsResponse

type ListStreamsResponse struct {

	// The list of Stream.
	Streams []*Stream `protobuf:"bytes,1,rep,name=streams,proto3" json:"streams,omitempty"`
	// A token identifying a page of results the server should return.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// Locations that could not be reached.
	Unreachable []string `protobuf:"bytes,3,rep,name=unreachable,proto3" json:"unreachable,omitempty"`
	// contains filtered or unexported fields
}

Message for response to listing Streams.

func (*ListStreamsResponse) Descriptor deprecated

func (*ListStreamsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListStreamsResponse.ProtoReflect.Descriptor instead.

func (*ListStreamsResponse) GetNextPageToken

func (x *ListStreamsResponse) GetNextPageToken() string

func (*ListStreamsResponse) GetStreams

func (x *ListStreamsResponse) GetStreams() []*Stream

func (*ListStreamsResponse) GetUnreachable

func (x *ListStreamsResponse) GetUnreachable() []string

func (*ListStreamsResponse) ProtoMessage

func (*ListStreamsResponse) ProtoMessage()

func (*ListStreamsResponse) ProtoReflect

func (x *ListStreamsResponse) ProtoReflect() protoreflect.Message

func (*ListStreamsResponse) Reset

func (x *ListStreamsResponse) Reset()

func (*ListStreamsResponse) String

func (x *ListStreamsResponse) String() string

type LiveVideoAnalyticsClient

type LiveVideoAnalyticsClient interface {
	// Lists Analyses in a given project and location.
	ListAnalyses(ctx context.Context, in *ListAnalysesRequest, opts ...grpc.CallOption) (*ListAnalysesResponse, error)
	// Gets details of a single Analysis.
	GetAnalysis(ctx context.Context, in *GetAnalysisRequest, opts ...grpc.CallOption) (*Analysis, error)
	// Creates a new Analysis in a given project and location.
	CreateAnalysis(ctx context.Context, in *CreateAnalysisRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Updates the parameters of a single Analysis.
	UpdateAnalysis(ctx context.Context, in *UpdateAnalysisRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Deletes a single Analysis.
	DeleteAnalysis(ctx context.Context, in *DeleteAnalysisRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
}

LiveVideoAnalyticsClient is the client API for LiveVideoAnalytics service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type LiveVideoAnalyticsServer

type LiveVideoAnalyticsServer interface {
	// Lists Analyses in a given project and location.
	ListAnalyses(context.Context, *ListAnalysesRequest) (*ListAnalysesResponse, error)
	// Gets details of a single Analysis.
	GetAnalysis(context.Context, *GetAnalysisRequest) (*Analysis, error)
	// Creates a new Analysis in a given project and location.
	CreateAnalysis(context.Context, *CreateAnalysisRequest) (*longrunning.Operation, error)
	// Updates the parameters of a single Analysis.
	UpdateAnalysis(context.Context, *UpdateAnalysisRequest) (*longrunning.Operation, error)
	// Deletes a single Analysis.
	DeleteAnalysis(context.Context, *DeleteAnalysisRequest) (*longrunning.Operation, error)
}

LiveVideoAnalyticsServer is the server API for LiveVideoAnalytics service.

type MachineSpec

type MachineSpec struct {

	// Immutable. The type of the machine.
	//
	// See the [list of machine types supported for
	// prediction](https://cloud.google.com/vertex-ai/docs/predictions/configure-compute#machine-types)
	//
	// See the [list of machine types supported for custom
	// training](https://cloud.google.com/vertex-ai/docs/training/configure-compute#machine-types).
	//
	// For [DeployedModel][] this field is optional, and the default
	// value is `n1-standard-2`. For [BatchPredictionJob][] or as part of
	// [WorkerPoolSpec][] this field is required.
	MachineType string `protobuf:"bytes,1,opt,name=machine_type,json=machineType,proto3" json:"machine_type,omitempty"`
	// Immutable. The type of accelerator(s) that may be attached to the machine as per
	// [accelerator_count][google.cloud.visionai.v1alpha1.MachineSpec.accelerator_count].
	AcceleratorType AcceleratorType `` /* 159-byte string literal not displayed */
	// The number of accelerators to attach to the machine.
	AcceleratorCount int32 `protobuf:"varint,3,opt,name=accelerator_count,json=acceleratorCount,proto3" json:"accelerator_count,omitempty"`
	// contains filtered or unexported fields
}

Specification of a single machine.

func (*MachineSpec) Descriptor deprecated

func (*MachineSpec) Descriptor() ([]byte, []int)

Deprecated: Use MachineSpec.ProtoReflect.Descriptor instead.

func (*MachineSpec) GetAcceleratorCount

func (x *MachineSpec) GetAcceleratorCount() int32

func (*MachineSpec) GetAcceleratorType

func (x *MachineSpec) GetAcceleratorType() AcceleratorType

func (*MachineSpec) GetMachineType

func (x *MachineSpec) GetMachineType() string

func (*MachineSpec) ProtoMessage

func (*MachineSpec) ProtoMessage()

func (*MachineSpec) ProtoReflect

func (x *MachineSpec) ProtoReflect() protoreflect.Message

func (*MachineSpec) Reset

func (x *MachineSpec) Reset()

func (*MachineSpec) String

func (x *MachineSpec) String() string

type MaterializeChannelRequest

type MaterializeChannelRequest struct {

	// Required. Value for parent.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. Id of the channel.
	ChannelId string `protobuf:"bytes,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	// Required. The resource being created.
	Channel *Channel `protobuf:"bytes,3,opt,name=channel,proto3" json:"channel,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and the
	// request times out. If you make the request again with the same request ID,
	// the server can check if original operation with the same request ID was
	// received, and if so, will ignore the second request. This prevents clients
	// from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for materializing a channel.

func (*MaterializeChannelRequest) Descriptor deprecated

func (*MaterializeChannelRequest) Descriptor() ([]byte, []int)

Deprecated: Use MaterializeChannelRequest.ProtoReflect.Descriptor instead.

func (*MaterializeChannelRequest) GetChannel

func (x *MaterializeChannelRequest) GetChannel() *Channel

func (*MaterializeChannelRequest) GetChannelId

func (x *MaterializeChannelRequest) GetChannelId() string

func (*MaterializeChannelRequest) GetParent

func (x *MaterializeChannelRequest) GetParent() string

func (*MaterializeChannelRequest) GetRequestId

func (x *MaterializeChannelRequest) GetRequestId() string

func (*MaterializeChannelRequest) ProtoMessage

func (*MaterializeChannelRequest) ProtoMessage()

func (*MaterializeChannelRequest) ProtoReflect

func (*MaterializeChannelRequest) Reset

func (x *MaterializeChannelRequest) Reset()

func (*MaterializeChannelRequest) String

func (x *MaterializeChannelRequest) String() string

type MediaWarehouseConfig

type MediaWarehouseConfig struct {

	// Resource name of the Media Warehouse corpus.
	// Format:
	// projects/${project_id}/locations/${location_id}/corpora/${corpus_id}
	Corpus string `protobuf:"bytes,1,opt,name=corpus,proto3" json:"corpus,omitempty"`
	// Deprecated.
	//
	// Deprecated: Do not use.
	Region string `protobuf:"bytes,2,opt,name=region,proto3" json:"region,omitempty"`
	// The duration for which all media assets, associated metadata, and search
	// documents can exist.
	Ttl *durationpb.Duration `protobuf:"bytes,3,opt,name=ttl,proto3" json:"ttl,omitempty"`
	// contains filtered or unexported fields
}

Message describing MediaWarehouseConfig.

func (*MediaWarehouseConfig) Descriptor deprecated

func (*MediaWarehouseConfig) Descriptor() ([]byte, []int)

Deprecated: Use MediaWarehouseConfig.ProtoReflect.Descriptor instead.

func (*MediaWarehouseConfig) GetCorpus

func (x *MediaWarehouseConfig) GetCorpus() string

func (*MediaWarehouseConfig) GetRegion deprecated

func (x *MediaWarehouseConfig) GetRegion() string

Deprecated: Do not use.

func (*MediaWarehouseConfig) GetTtl

func (*MediaWarehouseConfig) ProtoMessage

func (*MediaWarehouseConfig) ProtoMessage()

func (*MediaWarehouseConfig) ProtoReflect

func (x *MediaWarehouseConfig) ProtoReflect() protoreflect.Message

func (*MediaWarehouseConfig) Reset

func (x *MediaWarehouseConfig) Reset()

func (*MediaWarehouseConfig) String

func (x *MediaWarehouseConfig) String() string

type ModelType

type ModelType int32

All the supported model types in Vision AI App Platform.

const (
	// Processor Type UNSPECIFIED.
	ModelType_MODEL_TYPE_UNSPECIFIED ModelType = 0
	// Model Type Image Classification.
	ModelType_IMAGE_CLASSIFICATION ModelType = 1
	// Model Type Object Detection.
	ModelType_OBJECT_DETECTION ModelType = 2
	// Model Type Video Classification.
	ModelType_VIDEO_CLASSIFICATION ModelType = 3
	// Model Type Object Tracking.
	ModelType_VIDEO_OBJECT_TRACKING ModelType = 4
	// Model Type Action Recognition.
	ModelType_VIDEO_ACTION_RECOGNITION ModelType = 5
	// Model Type Occupancy Counting.
	ModelType_OCCUPANCY_COUNTING ModelType = 6
	// Model Type Person Blur.
	ModelType_PERSON_BLUR ModelType = 7
	// Model Type Vertex Custom.
	ModelType_VERTEX_CUSTOM ModelType = 8
)

func (ModelType) Descriptor

func (ModelType) Descriptor() protoreflect.EnumDescriptor

func (ModelType) Enum

func (x ModelType) Enum() *ModelType

func (ModelType) EnumDescriptor deprecated

func (ModelType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ModelType.Descriptor instead.

func (ModelType) Number

func (x ModelType) Number() protoreflect.EnumNumber

func (ModelType) String

func (x ModelType) String() string

func (ModelType) Type

type Node

type Node struct {

	// Types that are assignable to StreamOutputConfig:
	//
	//	*Node_OutputAllOutputChannelsToStream
	StreamOutputConfig isNode_StreamOutputConfig `protobuf_oneof:"stream_output_config"`
	// Required. A unique name for the node.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// A user friendly display name for the node.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Node config.
	NodeConfig *ProcessorConfig `protobuf:"bytes,3,opt,name=node_config,json=nodeConfig,proto3" json:"node_config,omitempty"`
	// Processor name refer to the chosen processor resource.
	Processor string `protobuf:"bytes,4,opt,name=processor,proto3" json:"processor,omitempty"`
	// Parent node. Input node should not have parent node. For V1 Alpha1/Beta
	// only media warehouse node can have multiple parents, other types of nodes
	// will only have one parent.
	Parents []*Node_InputEdge `protobuf:"bytes,5,rep,name=parents,proto3" json:"parents,omitempty"`
	// contains filtered or unexported fields
}

Message describing node object.

func (*Node) Descriptor deprecated

func (*Node) Descriptor() ([]byte, []int)

Deprecated: Use Node.ProtoReflect.Descriptor instead.

func (*Node) GetDisplayName

func (x *Node) GetDisplayName() string

func (*Node) GetName

func (x *Node) GetName() string

func (*Node) GetNodeConfig

func (x *Node) GetNodeConfig() *ProcessorConfig

func (*Node) GetOutputAllOutputChannelsToStream

func (x *Node) GetOutputAllOutputChannelsToStream() bool

func (*Node) GetParents

func (x *Node) GetParents() []*Node_InputEdge

func (*Node) GetProcessor

func (x *Node) GetProcessor() string

func (*Node) GetStreamOutputConfig

func (m *Node) GetStreamOutputConfig() isNode_StreamOutputConfig

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) ProtoReflect

func (x *Node) ProtoReflect() protoreflect.Message

func (*Node) Reset

func (x *Node) Reset()

func (*Node) String

func (x *Node) String() string

type Node_InputEdge

type Node_InputEdge struct {

	// The name of the parent node.
	ParentNode string `protobuf:"bytes,1,opt,name=parent_node,json=parentNode,proto3" json:"parent_node,omitempty"`
	// The connected output artifact of the parent node.
	// It can be omitted if target processor only has 1 output artifact.
	ParentOutputChannel string `protobuf:"bytes,2,opt,name=parent_output_channel,json=parentOutputChannel,proto3" json:"parent_output_channel,omitempty"`
	// The connected input channel of the current node's processor.
	// It can be omitted if target processor only has 1 input channel.
	ConnectedInputChannel string `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Message describing one edge pointing into a node.

func (*Node_InputEdge) Descriptor deprecated

func (*Node_InputEdge) Descriptor() ([]byte, []int)

Deprecated: Use Node_InputEdge.ProtoReflect.Descriptor instead.

func (*Node_InputEdge) GetConnectedInputChannel

func (x *Node_InputEdge) GetConnectedInputChannel() string

func (*Node_InputEdge) GetParentNode

func (x *Node_InputEdge) GetParentNode() string

func (*Node_InputEdge) GetParentOutputChannel

func (x *Node_InputEdge) GetParentOutputChannel() string

func (*Node_InputEdge) ProtoMessage

func (*Node_InputEdge) ProtoMessage()

func (*Node_InputEdge) ProtoReflect

func (x *Node_InputEdge) ProtoReflect() protoreflect.Message

func (*Node_InputEdge) Reset

func (x *Node_InputEdge) Reset()

func (*Node_InputEdge) String

func (x *Node_InputEdge) String() string

type Node_OutputAllOutputChannelsToStream

type Node_OutputAllOutputChannelsToStream struct {
	// By default, the output of the node will only be available to downstream
	// nodes. To consume the direct output from the application node, the output
	// must be sent to Vision AI Streams at first.
	//
	// By setting output_all_output_channels_to_stream to true, App Platform
	// will automatically send all the outputs of the current node to Vision AI
	// Stream resources (one stream per output channel). The output stream
	// resource will be created by App Platform automatically during deployment
	// and deleted after application un-deployment.
	// Note that this config applies to all the Application Instances.
	//
	// The output stream can be override at instance level by
	// configuring the `output_resources` section of Instance resource.
	// `producer_node` should be current node, `output_resource_binding` should
	// be the output channel name (or leave it blank if there is only 1 output
	// channel of the processor) and `output_resource` should be the target
	// output stream.
	OutputAllOutputChannelsToStream bool `protobuf:"varint,6,opt,name=output_all_output_channels_to_stream,json=outputAllOutputChannelsToStream,proto3,oneof"`
}

type NormalizedPolygon

type NormalizedPolygon struct {

	// The bounding polygon normalized vertices. Top left corner of the image
	// will be [0, 0].
	NormalizedVertices []*NormalizedVertex `protobuf:"bytes,1,rep,name=normalized_vertices,json=normalizedVertices,proto3" json:"normalized_vertices,omitempty"`
	// contains filtered or unexported fields
}

Normalized Polygon.

func (*NormalizedPolygon) Descriptor deprecated

func (*NormalizedPolygon) Descriptor() ([]byte, []int)

Deprecated: Use NormalizedPolygon.ProtoReflect.Descriptor instead.

func (*NormalizedPolygon) GetNormalizedVertices

func (x *NormalizedPolygon) GetNormalizedVertices() []*NormalizedVertex

func (*NormalizedPolygon) ProtoMessage

func (*NormalizedPolygon) ProtoMessage()

func (*NormalizedPolygon) ProtoReflect

func (x *NormalizedPolygon) ProtoReflect() protoreflect.Message

func (*NormalizedPolygon) Reset

func (x *NormalizedPolygon) Reset()

func (*NormalizedPolygon) String

func (x *NormalizedPolygon) String() string

type NormalizedPolyline

type NormalizedPolyline struct {

	// A sequence of vertices connected by straight lines.
	NormalizedVertices []*NormalizedVertex `protobuf:"bytes,1,rep,name=normalized_vertices,json=normalizedVertices,proto3" json:"normalized_vertices,omitempty"`
	// contains filtered or unexported fields
}

Normalized Pplyline, which represents a curve consisting of connected straight-line segments.

func (*NormalizedPolyline) Descriptor deprecated

func (*NormalizedPolyline) Descriptor() ([]byte, []int)

Deprecated: Use NormalizedPolyline.ProtoReflect.Descriptor instead.

func (*NormalizedPolyline) GetNormalizedVertices

func (x *NormalizedPolyline) GetNormalizedVertices() []*NormalizedVertex

func (*NormalizedPolyline) ProtoMessage

func (*NormalizedPolyline) ProtoMessage()

func (*NormalizedPolyline) ProtoReflect

func (x *NormalizedPolyline) ProtoReflect() protoreflect.Message

func (*NormalizedPolyline) Reset

func (x *NormalizedPolyline) Reset()

func (*NormalizedPolyline) String

func (x *NormalizedPolyline) String() string

type NormalizedVertex

type NormalizedVertex struct {

	// X coordinate.
	X float32 `protobuf:"fixed32,1,opt,name=x,proto3" json:"x,omitempty"`
	// Y coordinate.
	Y float32 `protobuf:"fixed32,2,opt,name=y,proto3" json:"y,omitempty"`
	// contains filtered or unexported fields
}

A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.

func (*NormalizedVertex) Descriptor deprecated

func (*NormalizedVertex) Descriptor() ([]byte, []int)

Deprecated: Use NormalizedVertex.ProtoReflect.Descriptor instead.

func (*NormalizedVertex) GetX

func (x *NormalizedVertex) GetX() float32

func (*NormalizedVertex) GetY

func (x *NormalizedVertex) GetY() float32

func (*NormalizedVertex) ProtoMessage

func (*NormalizedVertex) ProtoMessage()

func (*NormalizedVertex) ProtoReflect

func (x *NormalizedVertex) ProtoReflect() protoreflect.Message

func (*NormalizedVertex) Reset

func (x *NormalizedVertex) Reset()

func (*NormalizedVertex) String

func (x *NormalizedVertex) String() string

type ObjectDetectionPredictionResult

type ObjectDetectionPredictionResult struct {

	// Current timestamp.
	CurrentTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=current_time,json=currentTime,proto3" json:"current_time,omitempty"`
	// A list of identified boxes.
	IdentifiedBoxes []*ObjectDetectionPredictionResult_IdentifiedBox `protobuf:"bytes,2,rep,name=identified_boxes,json=identifiedBoxes,proto3" json:"identified_boxes,omitempty"`
	// contains filtered or unexported fields
}

Prediction output format for Generic Object Detection.

func (*ObjectDetectionPredictionResult) Descriptor deprecated

func (*ObjectDetectionPredictionResult) Descriptor() ([]byte, []int)

Deprecated: Use ObjectDetectionPredictionResult.ProtoReflect.Descriptor instead.

func (*ObjectDetectionPredictionResult) GetCurrentTime

func (*ObjectDetectionPredictionResult) GetIdentifiedBoxes

func (*ObjectDetectionPredictionResult) ProtoMessage

func (*ObjectDetectionPredictionResult) ProtoMessage()

func (*ObjectDetectionPredictionResult) ProtoReflect

func (*ObjectDetectionPredictionResult) Reset

func (*ObjectDetectionPredictionResult) String

type ObjectDetectionPredictionResult_Entity

type ObjectDetectionPredictionResult_Entity struct {

	// Label id.
	LabelId int64 `protobuf:"varint,1,opt,name=label_id,json=labelId,proto3" json:"label_id,omitempty"`
	// Human readable string of the label.
	LabelString string `protobuf:"bytes,2,opt,name=label_string,json=labelString,proto3" json:"label_string,omitempty"`
	// contains filtered or unexported fields
}

The entity info for annotations from object detection prediction result.

func (*ObjectDetectionPredictionResult_Entity) Descriptor deprecated

func (*ObjectDetectionPredictionResult_Entity) Descriptor() ([]byte, []int)

Deprecated: Use ObjectDetectionPredictionResult_Entity.ProtoReflect.Descriptor instead.

func (*ObjectDetectionPredictionResult_Entity) GetLabelId

func (*ObjectDetectionPredictionResult_Entity) GetLabelString

func (x *ObjectDetectionPredictionResult_Entity) GetLabelString() string

func (*ObjectDetectionPredictionResult_Entity) ProtoMessage

func (*ObjectDetectionPredictionResult_Entity) ProtoReflect

func (*ObjectDetectionPredictionResult_Entity) Reset

func (*ObjectDetectionPredictionResult_Entity) String

type ObjectDetectionPredictionResult_IdentifiedBox

type ObjectDetectionPredictionResult_IdentifiedBox struct {

	// An unique id for this box.
	BoxId int64 `protobuf:"varint,1,opt,name=box_id,json=boxId,proto3" json:"box_id,omitempty"`
	// Bounding Box in the normalized coordinates.
	NormalizedBoundingBox *ObjectDetectionPredictionResult_IdentifiedBox_NormalizedBoundingBox `` /* 126-byte string literal not displayed */
	// Confidence score associated with this box.
	ConfidenceScore float32 `protobuf:"fixed32,3,opt,name=confidence_score,json=confidenceScore,proto3" json:"confidence_score,omitempty"`
	// Entity of this box.
	Entity *ObjectDetectionPredictionResult_Entity `protobuf:"bytes,4,opt,name=entity,proto3" json:"entity,omitempty"`
	// contains filtered or unexported fields
}

Identified box contains location and the entity of the object.

func (*ObjectDetectionPredictionResult_IdentifiedBox) Descriptor deprecated

Deprecated: Use ObjectDetectionPredictionResult_IdentifiedBox.ProtoReflect.Descriptor instead.

func (*ObjectDetectionPredictionResult_IdentifiedBox) GetBoxId

func (*ObjectDetectionPredictionResult_IdentifiedBox) GetConfidenceScore

func (*ObjectDetectionPredictionResult_IdentifiedBox) GetEntity

func (*ObjectDetectionPredictionResult_IdentifiedBox) GetNormalizedBoundingBox

func (*ObjectDetectionPredictionResult_IdentifiedBox) ProtoMessage

func (*ObjectDetectionPredictionResult_IdentifiedBox) ProtoReflect

func (*ObjectDetectionPredictionResult_IdentifiedBox) Reset

func (*ObjectDetectionPredictionResult_IdentifiedBox) String

type ObjectDetectionPredictionResult_IdentifiedBox_NormalizedBoundingBox

type ObjectDetectionPredictionResult_IdentifiedBox_NormalizedBoundingBox struct {

	// Min in x coordinate.
	Xmin float32 `protobuf:"fixed32,1,opt,name=xmin,proto3" json:"xmin,omitempty"`
	// Min in y coordinate.
	Ymin float32 `protobuf:"fixed32,2,opt,name=ymin,proto3" json:"ymin,omitempty"`
	// Width of the bounding box.
	Width float32 `protobuf:"fixed32,3,opt,name=width,proto3" json:"width,omitempty"`
	// Height of the bounding box.
	Height float32 `protobuf:"fixed32,4,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

Bounding Box in the normalized coordinates.

func (*ObjectDetectionPredictionResult_IdentifiedBox_NormalizedBoundingBox) Descriptor deprecated

Deprecated: Use ObjectDetectionPredictionResult_IdentifiedBox_NormalizedBoundingBox.ProtoReflect.Descriptor instead.

func (*ObjectDetectionPredictionResult_IdentifiedBox_NormalizedBoundingBox) GetHeight

func (*ObjectDetectionPredictionResult_IdentifiedBox_NormalizedBoundingBox) GetWidth

func (*ObjectDetectionPredictionResult_IdentifiedBox_NormalizedBoundingBox) GetXmin

func (*ObjectDetectionPredictionResult_IdentifiedBox_NormalizedBoundingBox) GetYmin

func (*ObjectDetectionPredictionResult_IdentifiedBox_NormalizedBoundingBox) ProtoMessage

func (*ObjectDetectionPredictionResult_IdentifiedBox_NormalizedBoundingBox) ProtoReflect

func (*ObjectDetectionPredictionResult_IdentifiedBox_NormalizedBoundingBox) Reset

func (*ObjectDetectionPredictionResult_IdentifiedBox_NormalizedBoundingBox) String

type OccupancyCountConfig

type OccupancyCountConfig struct {

	// Whether to count the appearances of people, output counts have 'people' as
	// the key.
	EnablePeopleCounting bool `protobuf:"varint,1,opt,name=enable_people_counting,json=enablePeopleCounting,proto3" json:"enable_people_counting,omitempty"`
	// Whether to count the appearances of vehicles, output counts will have
	// 'vehicle' as the key.
	EnableVehicleCounting bool `` /* 127-byte string literal not displayed */
	// Whether to track each invidual object's loitering time inside the scene or
	// specific zone.
	EnableDwellingTimeTracking bool `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

Message describing OccupancyCountConfig.

func (*OccupancyCountConfig) Descriptor deprecated

func (*OccupancyCountConfig) Descriptor() ([]byte, []int)

Deprecated: Use OccupancyCountConfig.ProtoReflect.Descriptor instead.

func (*OccupancyCountConfig) GetEnableDwellingTimeTracking

func (x *OccupancyCountConfig) GetEnableDwellingTimeTracking() bool

func (*OccupancyCountConfig) GetEnablePeopleCounting

func (x *OccupancyCountConfig) GetEnablePeopleCounting() bool

func (*OccupancyCountConfig) GetEnableVehicleCounting

func (x *OccupancyCountConfig) GetEnableVehicleCounting() bool

func (*OccupancyCountConfig) ProtoMessage

func (*OccupancyCountConfig) ProtoMessage()

func (*OccupancyCountConfig) ProtoReflect

func (x *OccupancyCountConfig) ProtoReflect() protoreflect.Message

func (*OccupancyCountConfig) Reset

func (x *OccupancyCountConfig) Reset()

func (*OccupancyCountConfig) String

func (x *OccupancyCountConfig) String() string

type OccupancyCountingPredictionResult

type OccupancyCountingPredictionResult struct {

	// Current timestamp.
	CurrentTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=current_time,json=currentTime,proto3" json:"current_time,omitempty"`
	// A list of identified boxes.
	IdentifiedBoxes []*OccupancyCountingPredictionResult_IdentifiedBox `protobuf:"bytes,2,rep,name=identified_boxes,json=identifiedBoxes,proto3" json:"identified_boxes,omitempty"`
	// Detection statistics.
	Stats *OccupancyCountingPredictionResult_Stats `protobuf:"bytes,3,opt,name=stats,proto3" json:"stats,omitempty"`
	// Track related information. All the tracks that are live at this timestamp.
	// It only exists if tracking is enabled.
	TrackInfo []*OccupancyCountingPredictionResult_TrackInfo `protobuf:"bytes,4,rep,name=track_info,json=trackInfo,proto3" json:"track_info,omitempty"`
	// Dwell time related information. All the tracks that are live in a given
	// zone with a start and end dwell time timestamp
	DwellTimeInfo []*OccupancyCountingPredictionResult_DwellTimeInfo `protobuf:"bytes,5,rep,name=dwell_time_info,json=dwellTimeInfo,proto3" json:"dwell_time_info,omitempty"`
	// contains filtered or unexported fields
}

The prediction result proto for occupancy counting.

func (*OccupancyCountingPredictionResult) Descriptor deprecated

func (*OccupancyCountingPredictionResult) Descriptor() ([]byte, []int)

Deprecated: Use OccupancyCountingPredictionResult.ProtoReflect.Descriptor instead.

func (*OccupancyCountingPredictionResult) GetCurrentTime

func (*OccupancyCountingPredictionResult) GetDwellTimeInfo

func (*OccupancyCountingPredictionResult) GetIdentifiedBoxes

func (*OccupancyCountingPredictionResult) GetStats

func (*OccupancyCountingPredictionResult) GetTrackInfo

func (*OccupancyCountingPredictionResult) ProtoMessage

func (*OccupancyCountingPredictionResult) ProtoMessage()

func (*OccupancyCountingPredictionResult) ProtoReflect

func (*OccupancyCountingPredictionResult) Reset

func (*OccupancyCountingPredictionResult) String

type OccupancyCountingPredictionResult_DwellTimeInfo

type OccupancyCountingPredictionResult_DwellTimeInfo struct {

	// An unique id to identify a track. It should be consistent across frames.
	TrackId string `protobuf:"bytes,1,opt,name=track_id,json=trackId,proto3" json:"track_id,omitempty"`
	// The unique id for the zone in which the object is dwelling/waiting.
	ZoneId string `protobuf:"bytes,2,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	// The beginning time when a dwelling object has been identified in a zone.
	DwellStartTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=dwell_start_time,json=dwellStartTime,proto3" json:"dwell_start_time,omitempty"`
	// The end time when a dwelling object has exited in a zone.
	DwellEndTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=dwell_end_time,json=dwellEndTime,proto3" json:"dwell_end_time,omitempty"`
	// contains filtered or unexported fields
}

The dwell time info for annotations from occupancy counting operator.

func (*OccupancyCountingPredictionResult_DwellTimeInfo) Descriptor deprecated

Deprecated: Use OccupancyCountingPredictionResult_DwellTimeInfo.ProtoReflect.Descriptor instead.

func (*OccupancyCountingPredictionResult_DwellTimeInfo) GetDwellEndTime

func (*OccupancyCountingPredictionResult_DwellTimeInfo) GetDwellStartTime

func (*OccupancyCountingPredictionResult_DwellTimeInfo) GetTrackId

func (*OccupancyCountingPredictionResult_DwellTimeInfo) GetZoneId

func (*OccupancyCountingPredictionResult_DwellTimeInfo) ProtoMessage

func (*OccupancyCountingPredictionResult_DwellTimeInfo) ProtoReflect

func (*OccupancyCountingPredictionResult_DwellTimeInfo) Reset

func (*OccupancyCountingPredictionResult_DwellTimeInfo) String

type OccupancyCountingPredictionResult_Entity

type OccupancyCountingPredictionResult_Entity struct {

	// Label id.
	LabelId int64 `protobuf:"varint,1,opt,name=label_id,json=labelId,proto3" json:"label_id,omitempty"`
	// Human readable string of the label.
	LabelString string `protobuf:"bytes,2,opt,name=label_string,json=labelString,proto3" json:"label_string,omitempty"`
	// contains filtered or unexported fields
}

The entity info for annotations from occupancy counting operator.

func (*OccupancyCountingPredictionResult_Entity) Descriptor deprecated

func (*OccupancyCountingPredictionResult_Entity) Descriptor() ([]byte, []int)

Deprecated: Use OccupancyCountingPredictionResult_Entity.ProtoReflect.Descriptor instead.

func (*OccupancyCountingPredictionResult_Entity) GetLabelId

func (*OccupancyCountingPredictionResult_Entity) GetLabelString

func (*OccupancyCountingPredictionResult_Entity) ProtoMessage

func (*OccupancyCountingPredictionResult_Entity) ProtoReflect

func (*OccupancyCountingPredictionResult_Entity) Reset

func (*OccupancyCountingPredictionResult_Entity) String

type OccupancyCountingPredictionResult_IdentifiedBox

type OccupancyCountingPredictionResult_IdentifiedBox struct {

	// An unique id for this box.
	BoxId int64 `protobuf:"varint,1,opt,name=box_id,json=boxId,proto3" json:"box_id,omitempty"`
	// Bounding Box in the normalized coordinates.
	NormalizedBoundingBox *OccupancyCountingPredictionResult_IdentifiedBox_NormalizedBoundingBox `` /* 126-byte string literal not displayed */
	// Confidence score associated with this box.
	Score float32 `protobuf:"fixed32,3,opt,name=score,proto3" json:"score,omitempty"`
	// Entity of this box.
	Entity *OccupancyCountingPredictionResult_Entity `protobuf:"bytes,4,opt,name=entity,proto3" json:"entity,omitempty"`
	// An unique id to identify a track. It should be consistent across frames.
	// It only exists if tracking is enabled.
	TrackId int64 `protobuf:"varint,5,opt,name=track_id,json=trackId,proto3" json:"track_id,omitempty"`
	// contains filtered or unexported fields
}

Identified box contains location and the entity of the object.

func (*OccupancyCountingPredictionResult_IdentifiedBox) Descriptor deprecated

Deprecated: Use OccupancyCountingPredictionResult_IdentifiedBox.ProtoReflect.Descriptor instead.

func (*OccupancyCountingPredictionResult_IdentifiedBox) GetBoxId

func (*OccupancyCountingPredictionResult_IdentifiedBox) GetEntity

func (*OccupancyCountingPredictionResult_IdentifiedBox) GetNormalizedBoundingBox

func (*OccupancyCountingPredictionResult_IdentifiedBox) GetScore

func (*OccupancyCountingPredictionResult_IdentifiedBox) GetTrackId

func (*OccupancyCountingPredictionResult_IdentifiedBox) ProtoMessage

func (*OccupancyCountingPredictionResult_IdentifiedBox) ProtoReflect

func (*OccupancyCountingPredictionResult_IdentifiedBox) Reset

func (*OccupancyCountingPredictionResult_IdentifiedBox) String

type OccupancyCountingPredictionResult_IdentifiedBox_NormalizedBoundingBox

type OccupancyCountingPredictionResult_IdentifiedBox_NormalizedBoundingBox struct {

	// Min in x coordinate.
	Xmin float32 `protobuf:"fixed32,1,opt,name=xmin,proto3" json:"xmin,omitempty"`
	// Min in y coordinate.
	Ymin float32 `protobuf:"fixed32,2,opt,name=ymin,proto3" json:"ymin,omitempty"`
	// Width of the bounding box.
	Width float32 `protobuf:"fixed32,3,opt,name=width,proto3" json:"width,omitempty"`
	// Height of the bounding box.
	Height float32 `protobuf:"fixed32,4,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

Bounding Box in the normalized coordinates.

func (*OccupancyCountingPredictionResult_IdentifiedBox_NormalizedBoundingBox) Descriptor deprecated

Deprecated: Use OccupancyCountingPredictionResult_IdentifiedBox_NormalizedBoundingBox.ProtoReflect.Descriptor instead.

func (*OccupancyCountingPredictionResult_IdentifiedBox_NormalizedBoundingBox) GetHeight

func (*OccupancyCountingPredictionResult_IdentifiedBox_NormalizedBoundingBox) GetWidth

func (*OccupancyCountingPredictionResult_IdentifiedBox_NormalizedBoundingBox) GetXmin

func (*OccupancyCountingPredictionResult_IdentifiedBox_NormalizedBoundingBox) GetYmin

func (*OccupancyCountingPredictionResult_IdentifiedBox_NormalizedBoundingBox) ProtoMessage

func (*OccupancyCountingPredictionResult_IdentifiedBox_NormalizedBoundingBox) ProtoReflect

func (*OccupancyCountingPredictionResult_IdentifiedBox_NormalizedBoundingBox) Reset

func (*OccupancyCountingPredictionResult_IdentifiedBox_NormalizedBoundingBox) String

type OccupancyCountingPredictionResult_Stats

type OccupancyCountingPredictionResult_Stats struct {

	// Counts of the full frame.
	FullFrameCount []*OccupancyCountingPredictionResult_Stats_ObjectCount `protobuf:"bytes,1,rep,name=full_frame_count,json=fullFrameCount,proto3" json:"full_frame_count,omitempty"`
	// Crossing line counts.
	CrossingLineCounts []*OccupancyCountingPredictionResult_Stats_CrossingLineCount `protobuf:"bytes,2,rep,name=crossing_line_counts,json=crossingLineCounts,proto3" json:"crossing_line_counts,omitempty"`
	// Active zone counts.
	ActiveZoneCounts []*OccupancyCountingPredictionResult_Stats_ActiveZoneCount `protobuf:"bytes,3,rep,name=active_zone_counts,json=activeZoneCounts,proto3" json:"active_zone_counts,omitempty"`
	// contains filtered or unexported fields
}

The statistics info for annotations from occupancy counting operator.

func (*OccupancyCountingPredictionResult_Stats) Descriptor deprecated

func (*OccupancyCountingPredictionResult_Stats) Descriptor() ([]byte, []int)

Deprecated: Use OccupancyCountingPredictionResult_Stats.ProtoReflect.Descriptor instead.

func (*OccupancyCountingPredictionResult_Stats) GetActiveZoneCounts

func (*OccupancyCountingPredictionResult_Stats) GetCrossingLineCounts

func (*OccupancyCountingPredictionResult_Stats) GetFullFrameCount

func (*OccupancyCountingPredictionResult_Stats) ProtoMessage

func (*OccupancyCountingPredictionResult_Stats) ProtoReflect

func (*OccupancyCountingPredictionResult_Stats) Reset

func (*OccupancyCountingPredictionResult_Stats) String

type OccupancyCountingPredictionResult_Stats_AccumulatedObjectCount

type OccupancyCountingPredictionResult_Stats_AccumulatedObjectCount struct {

	// The start time of the accumulated count.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// The object count for the accumulated count.
	ObjectCount *OccupancyCountingPredictionResult_Stats_ObjectCount `protobuf:"bytes,2,opt,name=object_count,json=objectCount,proto3" json:"object_count,omitempty"`
	// contains filtered or unexported fields
}

The object info and accumulated count for annotations from occupancy counting operator.

func (*OccupancyCountingPredictionResult_Stats_AccumulatedObjectCount) Descriptor deprecated

Deprecated: Use OccupancyCountingPredictionResult_Stats_AccumulatedObjectCount.ProtoReflect.Descriptor instead.

func (*OccupancyCountingPredictionResult_Stats_AccumulatedObjectCount) GetObjectCount

func (*OccupancyCountingPredictionResult_Stats_AccumulatedObjectCount) GetStartTime

func (*OccupancyCountingPredictionResult_Stats_AccumulatedObjectCount) ProtoMessage

func (*OccupancyCountingPredictionResult_Stats_AccumulatedObjectCount) ProtoReflect

func (*OccupancyCountingPredictionResult_Stats_AccumulatedObjectCount) Reset

func (*OccupancyCountingPredictionResult_Stats_AccumulatedObjectCount) String

type OccupancyCountingPredictionResult_Stats_ActiveZoneCount

type OccupancyCountingPredictionResult_Stats_ActiveZoneCount struct {

	// Active zone annotation from the user.
	Annotation *StreamAnnotation `protobuf:"bytes,1,opt,name=annotation,proto3" json:"annotation,omitempty"`
	// Counts in the zone.
	Counts []*OccupancyCountingPredictionResult_Stats_ObjectCount `protobuf:"bytes,2,rep,name=counts,proto3" json:"counts,omitempty"`
	// contains filtered or unexported fields
}

Message for the active zone count.

func (*OccupancyCountingPredictionResult_Stats_ActiveZoneCount) Descriptor deprecated

Deprecated: Use OccupancyCountingPredictionResult_Stats_ActiveZoneCount.ProtoReflect.Descriptor instead.

func (*OccupancyCountingPredictionResult_Stats_ActiveZoneCount) GetAnnotation

func (*OccupancyCountingPredictionResult_Stats_ActiveZoneCount) GetCounts

func (*OccupancyCountingPredictionResult_Stats_ActiveZoneCount) ProtoMessage

func (*OccupancyCountingPredictionResult_Stats_ActiveZoneCount) ProtoReflect

func (*OccupancyCountingPredictionResult_Stats_ActiveZoneCount) Reset

func (*OccupancyCountingPredictionResult_Stats_ActiveZoneCount) String

type OccupancyCountingPredictionResult_Stats_CrossingLineCount

type OccupancyCountingPredictionResult_Stats_CrossingLineCount struct {

	// Line annotation from the user.
	Annotation *StreamAnnotation `protobuf:"bytes,1,opt,name=annotation,proto3" json:"annotation,omitempty"`
	// The direction that follows the right hand rule.
	PositiveDirectionCounts []*OccupancyCountingPredictionResult_Stats_ObjectCount `` /* 132-byte string literal not displayed */
	// The direction that is opposite to the right hand rule.
	NegativeDirectionCounts []*OccupancyCountingPredictionResult_Stats_ObjectCount `` /* 132-byte string literal not displayed */
	// The accumulated positive count.
	AccumulatedPositiveDirectionCounts []*OccupancyCountingPredictionResult_Stats_AccumulatedObjectCount `` /* 167-byte string literal not displayed */
	// The accumulated negative count.
	AccumulatedNegativeDirectionCounts []*OccupancyCountingPredictionResult_Stats_AccumulatedObjectCount `` /* 167-byte string literal not displayed */
	// contains filtered or unexported fields
}

Message for Crossing line count.

func (*OccupancyCountingPredictionResult_Stats_CrossingLineCount) Descriptor deprecated

Deprecated: Use OccupancyCountingPredictionResult_Stats_CrossingLineCount.ProtoReflect.Descriptor instead.

func (*OccupancyCountingPredictionResult_Stats_CrossingLineCount) GetAccumulatedNegativeDirectionCounts

func (*OccupancyCountingPredictionResult_Stats_CrossingLineCount) GetAccumulatedPositiveDirectionCounts

func (*OccupancyCountingPredictionResult_Stats_CrossingLineCount) GetAnnotation

func (*OccupancyCountingPredictionResult_Stats_CrossingLineCount) GetNegativeDirectionCounts

func (*OccupancyCountingPredictionResult_Stats_CrossingLineCount) GetPositiveDirectionCounts

func (*OccupancyCountingPredictionResult_Stats_CrossingLineCount) ProtoMessage

func (*OccupancyCountingPredictionResult_Stats_CrossingLineCount) ProtoReflect

func (*OccupancyCountingPredictionResult_Stats_CrossingLineCount) Reset

func (*OccupancyCountingPredictionResult_Stats_CrossingLineCount) String

type OccupancyCountingPredictionResult_Stats_ObjectCount

type OccupancyCountingPredictionResult_Stats_ObjectCount struct {

	// Entity of this object.
	Entity *OccupancyCountingPredictionResult_Entity `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	// Count of the object.
	Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

The object info and instant count for annotations from occupancy counting operator.

func (*OccupancyCountingPredictionResult_Stats_ObjectCount) Descriptor deprecated

Deprecated: Use OccupancyCountingPredictionResult_Stats_ObjectCount.ProtoReflect.Descriptor instead.

func (*OccupancyCountingPredictionResult_Stats_ObjectCount) GetCount

func (*OccupancyCountingPredictionResult_Stats_ObjectCount) GetEntity

func (*OccupancyCountingPredictionResult_Stats_ObjectCount) ProtoMessage

func (*OccupancyCountingPredictionResult_Stats_ObjectCount) ProtoReflect

func (*OccupancyCountingPredictionResult_Stats_ObjectCount) Reset

func (*OccupancyCountingPredictionResult_Stats_ObjectCount) String

type OccupancyCountingPredictionResult_TrackInfo

type OccupancyCountingPredictionResult_TrackInfo struct {

	// An unique id to identify a track. It should be consistent across frames.
	TrackId string `protobuf:"bytes,1,opt,name=track_id,json=trackId,proto3" json:"track_id,omitempty"`
	// Start timestamp of this track.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

The track info for annotations from occupancy counting operator.

func (*OccupancyCountingPredictionResult_TrackInfo) Descriptor deprecated

Deprecated: Use OccupancyCountingPredictionResult_TrackInfo.ProtoReflect.Descriptor instead.

func (*OccupancyCountingPredictionResult_TrackInfo) GetStartTime

func (*OccupancyCountingPredictionResult_TrackInfo) GetTrackId

func (*OccupancyCountingPredictionResult_TrackInfo) ProtoMessage

func (*OccupancyCountingPredictionResult_TrackInfo) ProtoReflect

func (*OccupancyCountingPredictionResult_TrackInfo) Reset

func (*OccupancyCountingPredictionResult_TrackInfo) String

type OperationMetadata

type OperationMetadata struct {

	// Output only. The time the operation was created.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. The time the operation finished running.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// Output only. Server-defined resource path for the target of the operation.
	Target string `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"`
	// Output only. Name of the verb executed by the operation.
	Verb string `protobuf:"bytes,4,opt,name=verb,proto3" json:"verb,omitempty"`
	// Output only. Human-readable status of the operation, if any.
	StatusMessage string `protobuf:"bytes,5,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"`
	// Output only. Identifies whether the user has requested cancellation
	// of the operation. Operations that have successfully been cancelled
	// have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
	// corresponding to `Code.CANCELLED`.
	RequestedCancellation bool `protobuf:"varint,6,opt,name=requested_cancellation,json=requestedCancellation,proto3" json:"requested_cancellation,omitempty"`
	// Output only. API version used to start the operation.
	ApiVersion string `protobuf:"bytes,7,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"`
	// contains filtered or unexported fields
}

Represents the metadata of the long-running operation.

func (*OperationMetadata) Descriptor deprecated

func (*OperationMetadata) Descriptor() ([]byte, []int)

Deprecated: Use OperationMetadata.ProtoReflect.Descriptor instead.

func (*OperationMetadata) GetApiVersion

func (x *OperationMetadata) GetApiVersion() string

func (*OperationMetadata) GetCreateTime

func (x *OperationMetadata) GetCreateTime() *timestamppb.Timestamp

func (*OperationMetadata) GetEndTime

func (x *OperationMetadata) GetEndTime() *timestamppb.Timestamp

func (*OperationMetadata) GetRequestedCancellation

func (x *OperationMetadata) GetRequestedCancellation() bool

func (*OperationMetadata) GetStatusMessage

func (x *OperationMetadata) GetStatusMessage() string

func (*OperationMetadata) GetTarget

func (x *OperationMetadata) GetTarget() string

func (*OperationMetadata) GetVerb

func (x *OperationMetadata) GetVerb() string

func (*OperationMetadata) ProtoMessage

func (*OperationMetadata) ProtoMessage()

func (*OperationMetadata) ProtoReflect

func (x *OperationMetadata) ProtoReflect() protoreflect.Message

func (*OperationMetadata) Reset

func (x *OperationMetadata) Reset()

func (*OperationMetadata) String

func (x *OperationMetadata) String() string

type Packet

type Packet struct {

	// The packet header.
	Header *PacketHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	// The payload of the packet.
	Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

The quanta of datum that the series accepts.

func (*Packet) Descriptor deprecated

func (*Packet) Descriptor() ([]byte, []int)

Deprecated: Use Packet.ProtoReflect.Descriptor instead.

func (*Packet) GetHeader

func (x *Packet) GetHeader() *PacketHeader

func (*Packet) GetPayload

func (x *Packet) GetPayload() []byte

func (*Packet) ProtoMessage

func (*Packet) ProtoMessage()

func (*Packet) ProtoReflect

func (x *Packet) ProtoReflect() protoreflect.Message

func (*Packet) Reset

func (x *Packet) Reset()

func (*Packet) String

func (x *Packet) String() string

type PacketHeader

type PacketHeader struct {

	// Input only. The capture time of the packet.
	CaptureTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=capture_time,json=captureTime,proto3" json:"capture_time,omitempty"`
	// Input only. Immutable. The type of the payload.
	Type *PacketType `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// Input only. This field is for users to attach user managed metadata.
	Metadata *structpb.Struct `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Output only. Metadata that the server appends to each packet before sending
	// it to receivers. You don't need to set a value for this field when sending
	// packets.
	ServerMetadata *ServerMetadata `protobuf:"bytes,4,opt,name=server_metadata,json=serverMetadata,proto3" json:"server_metadata,omitempty"`
	// Input only. Immutable. Metadata that the server needs to know where to
	// write the packets to. It's only required for the first packet.
	SeriesMetadata *SeriesMetadata `protobuf:"bytes,5,opt,name=series_metadata,json=seriesMetadata,proto3" json:"series_metadata,omitempty"`
	// Immutable. Packet flag set. SDK will set the flag automatically.
	Flags int32 `protobuf:"varint,6,opt,name=flags,proto3" json:"flags,omitempty"`
	// Immutable. Header string for tracing across services. It should be set when the packet
	// is first arrived in the stream server.
	//
	// The input format is a lowercase hex string:
	//   - version_id: 1 byte, currently must be zero - hex encoded (2 characters)
	//   - trace_id: 16 bytes (opaque blob) - hex encoded (32 characters)
	//   - span_id: 8 bytes (opaque blob) - hex encoded (16 characters)
	//   - trace_options: 1 byte (LSB means tracing enabled) - hex encoded (2
	//     characters)
	//
	// Example: "00-404142434445464748494a4b4c4d4e4f-6162636465666768-01"
	//
	//	v  trace_id                         span_id          options
	TraceContext string `protobuf:"bytes,7,opt,name=trace_context,json=traceContext,proto3" json:"trace_context,omitempty"`
	// contains filtered or unexported fields
}

The message that represents packet header.

func (*PacketHeader) Descriptor deprecated

func (*PacketHeader) Descriptor() ([]byte, []int)

Deprecated: Use PacketHeader.ProtoReflect.Descriptor instead.

func (*PacketHeader) GetCaptureTime

func (x *PacketHeader) GetCaptureTime() *timestamppb.Timestamp

func (*PacketHeader) GetFlags

func (x *PacketHeader) GetFlags() int32

func (*PacketHeader) GetMetadata

func (x *PacketHeader) GetMetadata() *structpb.Struct

func (*PacketHeader) GetSeriesMetadata

func (x *PacketHeader) GetSeriesMetadata() *SeriesMetadata

func (*PacketHeader) GetServerMetadata

func (x *PacketHeader) GetServerMetadata() *ServerMetadata

func (*PacketHeader) GetTraceContext

func (x *PacketHeader) GetTraceContext() string

func (*PacketHeader) GetType

func (x *PacketHeader) GetType() *PacketType

func (*PacketHeader) ProtoMessage

func (*PacketHeader) ProtoMessage()

func (*PacketHeader) ProtoReflect

func (x *PacketHeader) ProtoReflect() protoreflect.Message

func (*PacketHeader) Reset

func (x *PacketHeader) Reset()

func (*PacketHeader) String

func (x *PacketHeader) String() string

type PacketType

type PacketType struct {

	// The type class of the packet. Its possible values are:
	// "gst", "protobuf", and "string".
	TypeClass string `protobuf:"bytes,1,opt,name=type_class,json=typeClass,proto3" json:"type_class,omitempty"`
	// The type descriptor.
	TypeDescriptor *PacketType_TypeDescriptor `protobuf:"bytes,2,opt,name=type_descriptor,json=typeDescriptor,proto3" json:"type_descriptor,omitempty"`
	// contains filtered or unexported fields
}

The message that represents the data type of a packet.

func (*PacketType) Descriptor deprecated

func (*PacketType) Descriptor() ([]byte, []int)

Deprecated: Use PacketType.ProtoReflect.Descriptor instead.

func (*PacketType) GetTypeClass

func (x *PacketType) GetTypeClass() string

func (*PacketType) GetTypeDescriptor

func (x *PacketType) GetTypeDescriptor() *PacketType_TypeDescriptor

func (*PacketType) ProtoMessage

func (*PacketType) ProtoMessage()

func (*PacketType) ProtoReflect

func (x *PacketType) ProtoReflect() protoreflect.Message

func (*PacketType) Reset

func (x *PacketType) Reset()

func (*PacketType) String

func (x *PacketType) String() string

type PacketType_TypeDescriptor

type PacketType_TypeDescriptor struct {

	// Detailed information about the type.
	//
	// It is non-empty only for specific type class codecs. Needed only when the
	// type string alone is not enough to disambiguate the specific type.
	//
	// Types that are assignable to TypeDetails:
	//
	//	*PacketType_TypeDescriptor_GstreamerBufferDescriptor
	//	*PacketType_TypeDescriptor_RawImageDescriptor
	TypeDetails isPacketType_TypeDescriptor_TypeDetails `protobuf_oneof:"type_details"`
	// The type of the packet. Its possible values is codec dependent.
	//
	// The fully qualified type name is always the concatenation of the
	// value in `type_class` together with the value in `type`, separated by a
	// '/'.
	//
	// Note that specific codecs can define their own type hierarchy, and so the
	// type string here can in fact be separated by multiple '/'s of its own.
	//
	// Please see the open source SDK for specific codec documentation.
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

The message that fully specifies the type of the packet.

func (*PacketType_TypeDescriptor) Descriptor deprecated

func (*PacketType_TypeDescriptor) Descriptor() ([]byte, []int)

Deprecated: Use PacketType_TypeDescriptor.ProtoReflect.Descriptor instead.

func (*PacketType_TypeDescriptor) GetGstreamerBufferDescriptor

func (x *PacketType_TypeDescriptor) GetGstreamerBufferDescriptor() *GstreamerBufferDescriptor

func (*PacketType_TypeDescriptor) GetRawImageDescriptor

func (x *PacketType_TypeDescriptor) GetRawImageDescriptor() *RawImageDescriptor

func (*PacketType_TypeDescriptor) GetType

func (x *PacketType_TypeDescriptor) GetType() string

func (*PacketType_TypeDescriptor) GetTypeDetails

func (m *PacketType_TypeDescriptor) GetTypeDetails() isPacketType_TypeDescriptor_TypeDetails

func (*PacketType_TypeDescriptor) ProtoMessage

func (*PacketType_TypeDescriptor) ProtoMessage()

func (*PacketType_TypeDescriptor) ProtoReflect

func (*PacketType_TypeDescriptor) Reset

func (x *PacketType_TypeDescriptor) Reset()

func (*PacketType_TypeDescriptor) String

func (x *PacketType_TypeDescriptor) String() string

type PacketType_TypeDescriptor_GstreamerBufferDescriptor

type PacketType_TypeDescriptor_GstreamerBufferDescriptor struct {
	// GstreamerBufferDescriptor is the descriptor for gstreamer buffer type.
	GstreamerBufferDescriptor *GstreamerBufferDescriptor `protobuf:"bytes,2,opt,name=gstreamer_buffer_descriptor,json=gstreamerBufferDescriptor,proto3,oneof"`
}

type PacketType_TypeDescriptor_RawImageDescriptor

type PacketType_TypeDescriptor_RawImageDescriptor struct {
	// RawImageDescriptor is the descriptor for the raw image type.
	RawImageDescriptor *RawImageDescriptor `protobuf:"bytes,3,opt,name=raw_image_descriptor,json=rawImageDescriptor,proto3,oneof"`
}

type Partition

type Partition struct {

	// Partition of asset in time.
	TemporalPartition *Partition_TemporalPartition `protobuf:"bytes,1,opt,name=temporal_partition,json=temporalPartition,proto3" json:"temporal_partition,omitempty"`
	// Partition of asset in space.
	SpatialPartition *Partition_SpatialPartition `protobuf:"bytes,2,opt,name=spatial_partition,json=spatialPartition,proto3" json:"spatial_partition,omitempty"`
	// contains filtered or unexported fields
}

Partition to specify the partition in time and space for sub-asset level annotation.

func (*Partition) Descriptor deprecated

func (*Partition) Descriptor() ([]byte, []int)

Deprecated: Use Partition.ProtoReflect.Descriptor instead.

func (*Partition) GetSpatialPartition

func (x *Partition) GetSpatialPartition() *Partition_SpatialPartition

func (*Partition) GetTemporalPartition

func (x *Partition) GetTemporalPartition() *Partition_TemporalPartition

func (*Partition) ProtoMessage

func (*Partition) ProtoMessage()

func (*Partition) ProtoReflect

func (x *Partition) ProtoReflect() protoreflect.Message

func (*Partition) Reset

func (x *Partition) Reset()

func (*Partition) String

func (x *Partition) String() string

type Partition_SpatialPartition

type Partition_SpatialPartition struct {

	// The minimum x coordinate value.
	XMin *int64 `protobuf:"varint,1,opt,name=x_min,json=xMin,proto3,oneof" json:"x_min,omitempty"`
	// The minimum y coordinate value.
	YMin *int64 `protobuf:"varint,2,opt,name=y_min,json=yMin,proto3,oneof" json:"y_min,omitempty"`
	// The maximum x coordinate value.
	XMax *int64 `protobuf:"varint,3,opt,name=x_max,json=xMax,proto3,oneof" json:"x_max,omitempty"`
	// The maximum y coordinate value.
	YMax *int64 `protobuf:"varint,4,opt,name=y_max,json=yMax,proto3,oneof" json:"y_max,omitempty"`
	// contains filtered or unexported fields
}

Partition of asset in space.

func (*Partition_SpatialPartition) Descriptor deprecated

func (*Partition_SpatialPartition) Descriptor() ([]byte, []int)

Deprecated: Use Partition_SpatialPartition.ProtoReflect.Descriptor instead.

func (*Partition_SpatialPartition) GetXMax

func (x *Partition_SpatialPartition) GetXMax() int64

func (*Partition_SpatialPartition) GetXMin

func (x *Partition_SpatialPartition) GetXMin() int64

func (*Partition_SpatialPartition) GetYMax

func (x *Partition_SpatialPartition) GetYMax() int64

func (*Partition_SpatialPartition) GetYMin

func (x *Partition_SpatialPartition) GetYMin() int64

func (*Partition_SpatialPartition) ProtoMessage

func (*Partition_SpatialPartition) ProtoMessage()

func (*Partition_SpatialPartition) ProtoReflect

func (*Partition_SpatialPartition) Reset

func (x *Partition_SpatialPartition) Reset()

func (*Partition_SpatialPartition) String

func (x *Partition_SpatialPartition) String() string

type Partition_TemporalPartition

type Partition_TemporalPartition struct {

	// Start time of the partition.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// End time of the partition.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

Partition of asset in UTC Epoch time.

func (*Partition_TemporalPartition) Descriptor deprecated

func (*Partition_TemporalPartition) Descriptor() ([]byte, []int)

Deprecated: Use Partition_TemporalPartition.ProtoReflect.Descriptor instead.

func (*Partition_TemporalPartition) GetEndTime

func (*Partition_TemporalPartition) GetStartTime

func (*Partition_TemporalPartition) ProtoMessage

func (*Partition_TemporalPartition) ProtoMessage()

func (*Partition_TemporalPartition) ProtoReflect

func (*Partition_TemporalPartition) Reset

func (x *Partition_TemporalPartition) Reset()

func (*Partition_TemporalPartition) String

func (x *Partition_TemporalPartition) String() string

type PersonBlurConfig

type PersonBlurConfig struct {

	// Person blur type.
	PersonBlurType PersonBlurConfig_PersonBlurType `` /* 174-byte string literal not displayed */
	// Whether only blur faces other than the whole object in the processor.
	FacesOnly bool `protobuf:"varint,2,opt,name=faces_only,json=facesOnly,proto3" json:"faces_only,omitempty"`
	// contains filtered or unexported fields
}

Message describing FaceBlurConfig.

func (*PersonBlurConfig) Descriptor deprecated

func (*PersonBlurConfig) Descriptor() ([]byte, []int)

Deprecated: Use PersonBlurConfig.ProtoReflect.Descriptor instead.

func (*PersonBlurConfig) GetFacesOnly

func (x *PersonBlurConfig) GetFacesOnly() bool

func (*PersonBlurConfig) GetPersonBlurType

func (x *PersonBlurConfig) GetPersonBlurType() PersonBlurConfig_PersonBlurType

func (*PersonBlurConfig) ProtoMessage

func (*PersonBlurConfig) ProtoMessage()

func (*PersonBlurConfig) ProtoReflect

func (x *PersonBlurConfig) ProtoReflect() protoreflect.Message

func (*PersonBlurConfig) Reset

func (x *PersonBlurConfig) Reset()

func (*PersonBlurConfig) String

func (x *PersonBlurConfig) String() string

type PersonBlurConfig_PersonBlurType

type PersonBlurConfig_PersonBlurType int32

Type of Person Blur

const (
	// PersonBlur Type UNSPECIFIED.
	PersonBlurConfig_PERSON_BLUR_TYPE_UNSPECIFIED PersonBlurConfig_PersonBlurType = 0
	// FaceBlur Type full occlusion.
	PersonBlurConfig_FULL_OCCULUSION PersonBlurConfig_PersonBlurType = 1
	// FaceBlur Type blur filter.
	PersonBlurConfig_BLUR_FILTER PersonBlurConfig_PersonBlurType = 2
)

func (PersonBlurConfig_PersonBlurType) Descriptor

func (PersonBlurConfig_PersonBlurType) Enum

func (PersonBlurConfig_PersonBlurType) EnumDescriptor deprecated

func (PersonBlurConfig_PersonBlurType) EnumDescriptor() ([]byte, []int)

Deprecated: Use PersonBlurConfig_PersonBlurType.Descriptor instead.

func (PersonBlurConfig_PersonBlurType) Number

func (PersonBlurConfig_PersonBlurType) String

func (PersonBlurConfig_PersonBlurType) Type

type PersonVehicleDetectionConfig

type PersonVehicleDetectionConfig struct {

	// At least one of enable_people_counting and enable_vehicle_counting fields
	// must be set to true.
	// Whether to count the appearances of people, output counts have 'people' as
	// the key.
	EnablePeopleCounting bool `protobuf:"varint,1,opt,name=enable_people_counting,json=enablePeopleCounting,proto3" json:"enable_people_counting,omitempty"`
	// Whether to count the appearances of vehicles, output counts will have
	// 'vehicle' as the key.
	EnableVehicleCounting bool `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

Message describing PersonVehicleDetectionConfig.

func (*PersonVehicleDetectionConfig) Descriptor deprecated

func (*PersonVehicleDetectionConfig) Descriptor() ([]byte, []int)

Deprecated: Use PersonVehicleDetectionConfig.ProtoReflect.Descriptor instead.

func (*PersonVehicleDetectionConfig) GetEnablePeopleCounting

func (x *PersonVehicleDetectionConfig) GetEnablePeopleCounting() bool

func (*PersonVehicleDetectionConfig) GetEnableVehicleCounting

func (x *PersonVehicleDetectionConfig) GetEnableVehicleCounting() bool

func (*PersonVehicleDetectionConfig) ProtoMessage

func (*PersonVehicleDetectionConfig) ProtoMessage()

func (*PersonVehicleDetectionConfig) ProtoReflect

func (*PersonVehicleDetectionConfig) Reset

func (x *PersonVehicleDetectionConfig) Reset()

func (*PersonVehicleDetectionConfig) String

type PersonalProtectiveEquipmentDetectionConfig

type PersonalProtectiveEquipmentDetectionConfig struct {

	// Whether to enable face coverage detection.
	EnableFaceCoverageDetection bool `` /* 147-byte string literal not displayed */
	// Whether to enable head coverage detection.
	EnableHeadCoverageDetection bool `` /* 147-byte string literal not displayed */
	// Whether to enable hands coverage detection.
	EnableHandsCoverageDetection bool `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

Message describing PersonalProtectiveEquipmentDetectionConfig.

func (*PersonalProtectiveEquipmentDetectionConfig) Descriptor deprecated

Deprecated: Use PersonalProtectiveEquipmentDetectionConfig.ProtoReflect.Descriptor instead.

func (*PersonalProtectiveEquipmentDetectionConfig) GetEnableFaceCoverageDetection

func (x *PersonalProtectiveEquipmentDetectionConfig) GetEnableFaceCoverageDetection() bool

func (*PersonalProtectiveEquipmentDetectionConfig) GetEnableHandsCoverageDetection

func (x *PersonalProtectiveEquipmentDetectionConfig) GetEnableHandsCoverageDetection() bool

func (*PersonalProtectiveEquipmentDetectionConfig) GetEnableHeadCoverageDetection

func (x *PersonalProtectiveEquipmentDetectionConfig) GetEnableHeadCoverageDetection() bool

func (*PersonalProtectiveEquipmentDetectionConfig) ProtoMessage

func (*PersonalProtectiveEquipmentDetectionConfig) ProtoReflect

func (*PersonalProtectiveEquipmentDetectionConfig) Reset

func (*PersonalProtectiveEquipmentDetectionConfig) String

type PersonalProtectiveEquipmentDetectionOutput

type PersonalProtectiveEquipmentDetectionOutput struct {

	// Current timestamp.
	CurrentTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=current_time,json=currentTime,proto3" json:"current_time,omitempty"`
	// A list of DetectedPersons.
	DetectedPersons []*PersonalProtectiveEquipmentDetectionOutput_DetectedPerson `protobuf:"bytes,2,rep,name=detected_persons,json=detectedPersons,proto3" json:"detected_persons,omitempty"`
	// contains filtered or unexported fields
}

Output format for Personal Protective Equipment Detection Operator.

func (*PersonalProtectiveEquipmentDetectionOutput) Descriptor deprecated

Deprecated: Use PersonalProtectiveEquipmentDetectionOutput.ProtoReflect.Descriptor instead.

func (*PersonalProtectiveEquipmentDetectionOutput) GetCurrentTime

func (*PersonalProtectiveEquipmentDetectionOutput) GetDetectedPersons

func (*PersonalProtectiveEquipmentDetectionOutput) ProtoMessage

func (*PersonalProtectiveEquipmentDetectionOutput) ProtoReflect

func (*PersonalProtectiveEquipmentDetectionOutput) Reset

func (*PersonalProtectiveEquipmentDetectionOutput) String

type PersonalProtectiveEquipmentDetectionOutput_DetectedPerson

type PersonalProtectiveEquipmentDetectionOutput_DetectedPerson struct {

	// The id of detected person.
	PersonId int64 `protobuf:"varint,1,opt,name=person_id,json=personId,proto3" json:"person_id,omitempty"`
	// The info of detected person identified box.
	DetectedPersonIdentifiedBox *PersonalProtectiveEquipmentDetectionOutput_PersonIdentifiedBox `` /* 146-byte string literal not displayed */
	// The info of detected person associated ppe identified boxes.
	DetectedPpeIdentifiedBoxes []*PersonalProtectiveEquipmentDetectionOutput_PPEIdentifiedBox `` /* 143-byte string literal not displayed */
	// Coverage score for each body part.
	// Coverage score for face.
	FaceCoverageScore *float32 `protobuf:"fixed32,4,opt,name=face_coverage_score,json=faceCoverageScore,proto3,oneof" json:"face_coverage_score,omitempty"`
	// Coverage score for eyes.
	EyesCoverageScore *float32 `protobuf:"fixed32,5,opt,name=eyes_coverage_score,json=eyesCoverageScore,proto3,oneof" json:"eyes_coverage_score,omitempty"`
	// Coverage score for head.
	HeadCoverageScore *float32 `protobuf:"fixed32,6,opt,name=head_coverage_score,json=headCoverageScore,proto3,oneof" json:"head_coverage_score,omitempty"`
	// Coverage score for hands.
	HandsCoverageScore *float32 `protobuf:"fixed32,7,opt,name=hands_coverage_score,json=handsCoverageScore,proto3,oneof" json:"hands_coverage_score,omitempty"`
	// Coverage score for body.
	BodyCoverageScore *float32 `protobuf:"fixed32,8,opt,name=body_coverage_score,json=bodyCoverageScore,proto3,oneof" json:"body_coverage_score,omitempty"`
	// Coverage score for feet.
	FeetCoverageScore *float32 `protobuf:"fixed32,9,opt,name=feet_coverage_score,json=feetCoverageScore,proto3,oneof" json:"feet_coverage_score,omitempty"`
	// contains filtered or unexported fields
}

Detected Person contains the detected person and their associated ppes and their protecting information.

func (*PersonalProtectiveEquipmentDetectionOutput_DetectedPerson) Descriptor deprecated

Deprecated: Use PersonalProtectiveEquipmentDetectionOutput_DetectedPerson.ProtoReflect.Descriptor instead.

func (*PersonalProtectiveEquipmentDetectionOutput_DetectedPerson) GetBodyCoverageScore

func (*PersonalProtectiveEquipmentDetectionOutput_DetectedPerson) GetDetectedPersonIdentifiedBox

func (*PersonalProtectiveEquipmentDetectionOutput_DetectedPerson) GetDetectedPpeIdentifiedBoxes

func (*PersonalProtectiveEquipmentDetectionOutput_DetectedPerson) GetEyesCoverageScore

func (*PersonalProtectiveEquipmentDetectionOutput_DetectedPerson) GetFaceCoverageScore

func (*PersonalProtectiveEquipmentDetectionOutput_DetectedPerson) GetFeetCoverageScore

func (*PersonalProtectiveEquipmentDetectionOutput_DetectedPerson) GetHandsCoverageScore

func (*PersonalProtectiveEquipmentDetectionOutput_DetectedPerson) GetHeadCoverageScore

func (*PersonalProtectiveEquipmentDetectionOutput_DetectedPerson) GetPersonId

func (*PersonalProtectiveEquipmentDetectionOutput_DetectedPerson) ProtoMessage

func (*PersonalProtectiveEquipmentDetectionOutput_DetectedPerson) ProtoReflect

func (*PersonalProtectiveEquipmentDetectionOutput_DetectedPerson) Reset

func (*PersonalProtectiveEquipmentDetectionOutput_DetectedPerson) String

type PersonalProtectiveEquipmentDetectionOutput_NormalizedBoundingBox

type PersonalProtectiveEquipmentDetectionOutput_NormalizedBoundingBox struct {

	// Min in x coordinate.
	Xmin float32 `protobuf:"fixed32,1,opt,name=xmin,proto3" json:"xmin,omitempty"`
	// Min in y coordinate.
	Ymin float32 `protobuf:"fixed32,2,opt,name=ymin,proto3" json:"ymin,omitempty"`
	// Width of the bounding box.
	Width float32 `protobuf:"fixed32,3,opt,name=width,proto3" json:"width,omitempty"`
	// Height of the bounding box.
	Height float32 `protobuf:"fixed32,4,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

Bounding Box in the normalized coordinates.

func (*PersonalProtectiveEquipmentDetectionOutput_NormalizedBoundingBox) Descriptor deprecated

Deprecated: Use PersonalProtectiveEquipmentDetectionOutput_NormalizedBoundingBox.ProtoReflect.Descriptor instead.

func (*PersonalProtectiveEquipmentDetectionOutput_NormalizedBoundingBox) GetHeight

func (*PersonalProtectiveEquipmentDetectionOutput_NormalizedBoundingBox) GetWidth

func (*PersonalProtectiveEquipmentDetectionOutput_NormalizedBoundingBox) GetXmin

func (*PersonalProtectiveEquipmentDetectionOutput_NormalizedBoundingBox) GetYmin

func (*PersonalProtectiveEquipmentDetectionOutput_NormalizedBoundingBox) ProtoMessage

func (*PersonalProtectiveEquipmentDetectionOutput_NormalizedBoundingBox) ProtoReflect

func (*PersonalProtectiveEquipmentDetectionOutput_NormalizedBoundingBox) Reset

func (*PersonalProtectiveEquipmentDetectionOutput_NormalizedBoundingBox) String

type PersonalProtectiveEquipmentDetectionOutput_PPEEntity

type PersonalProtectiveEquipmentDetectionOutput_PPEEntity struct {

	// Label id.
	PpeLabelId int64 `protobuf:"varint,1,opt,name=ppe_label_id,json=ppeLabelId,proto3" json:"ppe_label_id,omitempty"`
	// Human readable string of the label (Examples: helmet, glove, mask).
	PpeLabelString string `protobuf:"bytes,2,opt,name=ppe_label_string,json=ppeLabelString,proto3" json:"ppe_label_string,omitempty"`
	// Human readable string of the super category label (Examples: head_cover,
	// hands_cover, face_cover).
	PpeSupercategoryLabelString string `` /* 146-byte string literal not displayed */
	// Entity id.
	PpeEntityId int64 `protobuf:"varint,4,opt,name=ppe_entity_id,json=ppeEntityId,proto3" json:"ppe_entity_id,omitempty"`
	// contains filtered or unexported fields
}

The entity info for annotations from PPE detection prediction result.

func (*PersonalProtectiveEquipmentDetectionOutput_PPEEntity) Descriptor deprecated

Deprecated: Use PersonalProtectiveEquipmentDetectionOutput_PPEEntity.ProtoReflect.Descriptor instead.

func (*PersonalProtectiveEquipmentDetectionOutput_PPEEntity) GetPpeEntityId

func (*PersonalProtectiveEquipmentDetectionOutput_PPEEntity) GetPpeLabelId

func (*PersonalProtectiveEquipmentDetectionOutput_PPEEntity) GetPpeLabelString

func (*PersonalProtectiveEquipmentDetectionOutput_PPEEntity) GetPpeSupercategoryLabelString

func (x *PersonalProtectiveEquipmentDetectionOutput_PPEEntity) GetPpeSupercategoryLabelString() string

func (*PersonalProtectiveEquipmentDetectionOutput_PPEEntity) ProtoMessage

func (*PersonalProtectiveEquipmentDetectionOutput_PPEEntity) ProtoReflect

func (*PersonalProtectiveEquipmentDetectionOutput_PPEEntity) Reset

func (*PersonalProtectiveEquipmentDetectionOutput_PPEEntity) String

type PersonalProtectiveEquipmentDetectionOutput_PPEIdentifiedBox

type PersonalProtectiveEquipmentDetectionOutput_PPEIdentifiedBox struct {

	// An unique id for this box.
	BoxId int64 `protobuf:"varint,1,opt,name=box_id,json=boxId,proto3" json:"box_id,omitempty"`
	// Bounding Box in the normalized coordinates.
	NormalizedBoundingBox *PersonalProtectiveEquipmentDetectionOutput_NormalizedBoundingBox `` /* 126-byte string literal not displayed */
	// Confidence score associated with this box.
	ConfidenceScore float32 `protobuf:"fixed32,3,opt,name=confidence_score,json=confidenceScore,proto3" json:"confidence_score,omitempty"`
	// PPE entity info.
	PpeEntity *PersonalProtectiveEquipmentDetectionOutput_PPEEntity `protobuf:"bytes,4,opt,name=ppe_entity,json=ppeEntity,proto3" json:"ppe_entity,omitempty"`
	// contains filtered or unexported fields
}

PPEIdentified box contains the location and the entity info of the PPE.

func (*PersonalProtectiveEquipmentDetectionOutput_PPEIdentifiedBox) Descriptor deprecated

Deprecated: Use PersonalProtectiveEquipmentDetectionOutput_PPEIdentifiedBox.ProtoReflect.Descriptor instead.

func (*PersonalProtectiveEquipmentDetectionOutput_PPEIdentifiedBox) GetBoxId

func (*PersonalProtectiveEquipmentDetectionOutput_PPEIdentifiedBox) GetConfidenceScore

func (*PersonalProtectiveEquipmentDetectionOutput_PPEIdentifiedBox) GetNormalizedBoundingBox

func (*PersonalProtectiveEquipmentDetectionOutput_PPEIdentifiedBox) GetPpeEntity

func (*PersonalProtectiveEquipmentDetectionOutput_PPEIdentifiedBox) ProtoMessage

func (*PersonalProtectiveEquipmentDetectionOutput_PPEIdentifiedBox) ProtoReflect

func (*PersonalProtectiveEquipmentDetectionOutput_PPEIdentifiedBox) Reset

func (*PersonalProtectiveEquipmentDetectionOutput_PPEIdentifiedBox) String

type PersonalProtectiveEquipmentDetectionOutput_PersonEntity

type PersonalProtectiveEquipmentDetectionOutput_PersonEntity struct {

	// Entity id.
	PersonEntityId int64 `protobuf:"varint,1,opt,name=person_entity_id,json=personEntityId,proto3" json:"person_entity_id,omitempty"`
	// contains filtered or unexported fields
}

The entity info for annotations from person detection prediction result.

func (*PersonalProtectiveEquipmentDetectionOutput_PersonEntity) Descriptor deprecated

Deprecated: Use PersonalProtectiveEquipmentDetectionOutput_PersonEntity.ProtoReflect.Descriptor instead.

func (*PersonalProtectiveEquipmentDetectionOutput_PersonEntity) GetPersonEntityId

func (*PersonalProtectiveEquipmentDetectionOutput_PersonEntity) ProtoMessage

func (*PersonalProtectiveEquipmentDetectionOutput_PersonEntity) ProtoReflect

func (*PersonalProtectiveEquipmentDetectionOutput_PersonEntity) Reset

func (*PersonalProtectiveEquipmentDetectionOutput_PersonEntity) String

type PersonalProtectiveEquipmentDetectionOutput_PersonIdentifiedBox

type PersonalProtectiveEquipmentDetectionOutput_PersonIdentifiedBox struct {

	// An unique id for this box.
	BoxId int64 `protobuf:"varint,1,opt,name=box_id,json=boxId,proto3" json:"box_id,omitempty"`
	// Bounding Box in the normalized coordinates.
	NormalizedBoundingBox *PersonalProtectiveEquipmentDetectionOutput_NormalizedBoundingBox `` /* 126-byte string literal not displayed */
	// Confidence score associated with this box.
	ConfidenceScore float32 `protobuf:"fixed32,3,opt,name=confidence_score,json=confidenceScore,proto3" json:"confidence_score,omitempty"`
	// Person entity info.
	PersonEntity *PersonalProtectiveEquipmentDetectionOutput_PersonEntity `protobuf:"bytes,4,opt,name=person_entity,json=personEntity,proto3" json:"person_entity,omitempty"`
	// contains filtered or unexported fields
}

PersonIdentified box contains the location and the entity info of the person.

func (*PersonalProtectiveEquipmentDetectionOutput_PersonIdentifiedBox) Descriptor deprecated

Deprecated: Use PersonalProtectiveEquipmentDetectionOutput_PersonIdentifiedBox.ProtoReflect.Descriptor instead.

func (*PersonalProtectiveEquipmentDetectionOutput_PersonIdentifiedBox) GetBoxId

func (*PersonalProtectiveEquipmentDetectionOutput_PersonIdentifiedBox) GetConfidenceScore

func (*PersonalProtectiveEquipmentDetectionOutput_PersonIdentifiedBox) GetNormalizedBoundingBox

func (*PersonalProtectiveEquipmentDetectionOutput_PersonIdentifiedBox) GetPersonEntity

func (*PersonalProtectiveEquipmentDetectionOutput_PersonIdentifiedBox) ProtoMessage

func (*PersonalProtectiveEquipmentDetectionOutput_PersonIdentifiedBox) ProtoReflect

func (*PersonalProtectiveEquipmentDetectionOutput_PersonIdentifiedBox) Reset

func (*PersonalProtectiveEquipmentDetectionOutput_PersonIdentifiedBox) String

type Processor

type Processor struct {

	// name of resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. [Output only] Create timestamp.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. [Output only] Update timestamp.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Labels as key value pairs.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Required. A user friendly display name for the processor.
	DisplayName string `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Illustrative sentences for describing the functionality of the processor.
	Description string `protobuf:"bytes,10,opt,name=description,proto3" json:"description,omitempty"`
	// Output only. Processor Type.
	ProcessorType Processor_ProcessorType `` /* 161-byte string literal not displayed */
	// Model Type.
	ModelType ModelType `` /* 136-byte string literal not displayed */
	// Source info for customer created processor.
	CustomProcessorSourceInfo *CustomProcessorSourceInfo `` /* 140-byte string literal not displayed */
	// Output only. State of the Processor.
	State Processor_ProcessorState `protobuf:"varint,8,opt,name=state,proto3,enum=google.cloud.visionai.v1alpha1.Processor_ProcessorState" json:"state,omitempty"`
	// Output only. [Output only] The input / output specifications of a processor, each type
	// of processor has fixed input / output specs which cannot be altered by
	// customer.
	ProcessorIoSpec *ProcessorIOSpec `protobuf:"bytes,11,opt,name=processor_io_spec,json=processorIoSpec,proto3" json:"processor_io_spec,omitempty"`
	// Output only. The corresponding configuration can be used in the Application to customize
	// the behavior of the processor.
	ConfigurationTypeurl     string                 `protobuf:"bytes,14,opt,name=configuration_typeurl,json=configurationTypeurl,proto3" json:"configuration_typeurl,omitempty"`
	SupportedAnnotationTypes []StreamAnnotationType `` /* 201-byte string literal not displayed */
	// Indicates if the processor supports post processing.
	SupportsPostProcessing bool `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

Message describing Processor object. Next ID: 18

func (*Processor) Descriptor deprecated

func (*Processor) Descriptor() ([]byte, []int)

Deprecated: Use Processor.ProtoReflect.Descriptor instead.

func (*Processor) GetConfigurationTypeurl

func (x *Processor) GetConfigurationTypeurl() string

func (*Processor) GetCreateTime

func (x *Processor) GetCreateTime() *timestamppb.Timestamp

func (*Processor) GetCustomProcessorSourceInfo

func (x *Processor) GetCustomProcessorSourceInfo() *CustomProcessorSourceInfo

func (*Processor) GetDescription

func (x *Processor) GetDescription() string

func (*Processor) GetDisplayName

func (x *Processor) GetDisplayName() string

func (*Processor) GetLabels

func (x *Processor) GetLabels() map[string]string

func (*Processor) GetModelType

func (x *Processor) GetModelType() ModelType

func (*Processor) GetName

func (x *Processor) GetName() string

func (*Processor) GetProcessorIoSpec

func (x *Processor) GetProcessorIoSpec() *ProcessorIOSpec

func (*Processor) GetProcessorType

func (x *Processor) GetProcessorType() Processor_ProcessorType

func (*Processor) GetState

func (x *Processor) GetState() Processor_ProcessorState

func (*Processor) GetSupportedAnnotationTypes

func (x *Processor) GetSupportedAnnotationTypes() []StreamAnnotationType

func (*Processor) GetSupportsPostProcessing

func (x *Processor) GetSupportsPostProcessing() bool

func (*Processor) GetUpdateTime

func (x *Processor) GetUpdateTime() *timestamppb.Timestamp

func (*Processor) ProtoMessage

func (*Processor) ProtoMessage()

func (*Processor) ProtoReflect

func (x *Processor) ProtoReflect() protoreflect.Message

func (*Processor) Reset

func (x *Processor) Reset()

func (*Processor) String

func (x *Processor) String() string

type ProcessorConfig

type ProcessorConfig struct {

	// Types that are assignable to ProcessorConfig:
	//
	//	*ProcessorConfig_VideoStreamInputConfig
	//	*ProcessorConfig_AiEnabledDevicesInputConfig
	//	*ProcessorConfig_MediaWarehouseConfig
	//	*ProcessorConfig_PersonBlurConfig
	//	*ProcessorConfig_OccupancyCountConfig
	//	*ProcessorConfig_PersonVehicleDetectionConfig
	//	*ProcessorConfig_VertexAutomlVisionConfig
	//	*ProcessorConfig_VertexAutomlVideoConfig
	//	*ProcessorConfig_VertexCustomConfig
	//	*ProcessorConfig_GeneralObjectDetectionConfig
	//	*ProcessorConfig_BigQueryConfig
	//	*ProcessorConfig_PersonalProtectiveEquipmentDetectionConfig
	ProcessorConfig isProcessorConfig_ProcessorConfig `protobuf_oneof:"processor_config"`
	// contains filtered or unexported fields
}

Next ID: 24

func (*ProcessorConfig) Descriptor deprecated

func (*ProcessorConfig) Descriptor() ([]byte, []int)

Deprecated: Use ProcessorConfig.ProtoReflect.Descriptor instead.

func (*ProcessorConfig) GetAiEnabledDevicesInputConfig

func (x *ProcessorConfig) GetAiEnabledDevicesInputConfig() *AIEnabledDevicesInputConfig

func (*ProcessorConfig) GetBigQueryConfig

func (x *ProcessorConfig) GetBigQueryConfig() *BigQueryConfig

func (*ProcessorConfig) GetGeneralObjectDetectionConfig

func (x *ProcessorConfig) GetGeneralObjectDetectionConfig() *GeneralObjectDetectionConfig

func (*ProcessorConfig) GetMediaWarehouseConfig

func (x *ProcessorConfig) GetMediaWarehouseConfig() *MediaWarehouseConfig

func (*ProcessorConfig) GetOccupancyCountConfig

func (x *ProcessorConfig) GetOccupancyCountConfig() *OccupancyCountConfig

func (*ProcessorConfig) GetPersonBlurConfig

func (x *ProcessorConfig) GetPersonBlurConfig() *PersonBlurConfig

func (*ProcessorConfig) GetPersonVehicleDetectionConfig

func (x *ProcessorConfig) GetPersonVehicleDetectionConfig() *PersonVehicleDetectionConfig

func (*ProcessorConfig) GetPersonalProtectiveEquipmentDetectionConfig

func (x *ProcessorConfig) GetPersonalProtectiveEquipmentDetectionConfig() *PersonalProtectiveEquipmentDetectionConfig

func (*ProcessorConfig) GetProcessorConfig

func (m *ProcessorConfig) GetProcessorConfig() isProcessorConfig_ProcessorConfig

func (*ProcessorConfig) GetVertexAutomlVideoConfig

func (x *ProcessorConfig) GetVertexAutomlVideoConfig() *VertexAutoMLVideoConfig

func (*ProcessorConfig) GetVertexAutomlVisionConfig

func (x *ProcessorConfig) GetVertexAutomlVisionConfig() *VertexAutoMLVisionConfig

func (*ProcessorConfig) GetVertexCustomConfig

func (x *ProcessorConfig) GetVertexCustomConfig() *VertexCustomConfig

func (*ProcessorConfig) GetVideoStreamInputConfig

func (x *ProcessorConfig) GetVideoStreamInputConfig() *VideoStreamInputConfig

func (*ProcessorConfig) ProtoMessage

func (*ProcessorConfig) ProtoMessage()

func (*ProcessorConfig) ProtoReflect

func (x *ProcessorConfig) ProtoReflect() protoreflect.Message

func (*ProcessorConfig) Reset

func (x *ProcessorConfig) Reset()

func (*ProcessorConfig) String

func (x *ProcessorConfig) String() string

type ProcessorConfig_AiEnabledDevicesInputConfig

type ProcessorConfig_AiEnabledDevicesInputConfig struct {
	// Config of AI-enabled input devices.
	AiEnabledDevicesInputConfig *AIEnabledDevicesInputConfig `protobuf:"bytes,20,opt,name=ai_enabled_devices_input_config,json=aiEnabledDevicesInputConfig,proto3,oneof"`
}

type ProcessorConfig_BigQueryConfig

type ProcessorConfig_BigQueryConfig struct {
	// Configs of BigQuery processor.
	BigQueryConfig *BigQueryConfig `protobuf:"bytes,19,opt,name=big_query_config,json=bigQueryConfig,proto3,oneof"`
}

type ProcessorConfig_GeneralObjectDetectionConfig

type ProcessorConfig_GeneralObjectDetectionConfig struct {
	// Configs of General Object Detection processor.
	GeneralObjectDetectionConfig *GeneralObjectDetectionConfig `protobuf:"bytes,18,opt,name=general_object_detection_config,json=generalObjectDetectionConfig,proto3,oneof"`
}

type ProcessorConfig_MediaWarehouseConfig

type ProcessorConfig_MediaWarehouseConfig struct {
	// Configs of media warehouse processor.
	MediaWarehouseConfig *MediaWarehouseConfig `protobuf:"bytes,10,opt,name=media_warehouse_config,json=mediaWarehouseConfig,proto3,oneof"`
}

type ProcessorConfig_OccupancyCountConfig

type ProcessorConfig_OccupancyCountConfig struct {
	// Configs of occupancy count processor.
	OccupancyCountConfig *OccupancyCountConfig `protobuf:"bytes,12,opt,name=occupancy_count_config,json=occupancyCountConfig,proto3,oneof"`
}

type ProcessorConfig_PersonBlurConfig

type ProcessorConfig_PersonBlurConfig struct {
	// Configs of person blur processor.
	PersonBlurConfig *PersonBlurConfig `protobuf:"bytes,11,opt,name=person_blur_config,json=personBlurConfig,proto3,oneof"`
}

type ProcessorConfig_PersonVehicleDetectionConfig

type ProcessorConfig_PersonVehicleDetectionConfig struct {
	// Configs of Person Vehicle Detection processor.
	PersonVehicleDetectionConfig *PersonVehicleDetectionConfig `protobuf:"bytes,15,opt,name=person_vehicle_detection_config,json=personVehicleDetectionConfig,proto3,oneof"`
}

type ProcessorConfig_PersonalProtectiveEquipmentDetectionConfig

type ProcessorConfig_PersonalProtectiveEquipmentDetectionConfig struct {
	// Configs of personal_protective_equipment_detection_config
	PersonalProtectiveEquipmentDetectionConfig *PersonalProtectiveEquipmentDetectionConfig `` /* 136-byte string literal not displayed */
}

type ProcessorConfig_VertexAutomlVideoConfig

type ProcessorConfig_VertexAutomlVideoConfig struct {
	// Configs of Vertex AutoML video processor.
	VertexAutomlVideoConfig *VertexAutoMLVideoConfig `protobuf:"bytes,14,opt,name=vertex_automl_video_config,json=vertexAutomlVideoConfig,proto3,oneof"`
}

type ProcessorConfig_VertexAutomlVisionConfig

type ProcessorConfig_VertexAutomlVisionConfig struct {
	// Configs of Vertex AutoML vision processor.
	VertexAutomlVisionConfig *VertexAutoMLVisionConfig `protobuf:"bytes,13,opt,name=vertex_automl_vision_config,json=vertexAutomlVisionConfig,proto3,oneof"`
}

type ProcessorConfig_VertexCustomConfig

type ProcessorConfig_VertexCustomConfig struct {
	// Configs of Vertex Custom processor.
	VertexCustomConfig *VertexCustomConfig `protobuf:"bytes,17,opt,name=vertex_custom_config,json=vertexCustomConfig,proto3,oneof"`
}

type ProcessorConfig_VideoStreamInputConfig

type ProcessorConfig_VideoStreamInputConfig struct {
	// Configs of stream input processor.
	VideoStreamInputConfig *VideoStreamInputConfig `protobuf:"bytes,9,opt,name=video_stream_input_config,json=videoStreamInputConfig,proto3,oneof"`
}

type ProcessorIOSpec

type ProcessorIOSpec struct {

	// For processors with input_channel_specs, the processor must be explicitly
	// connected to another processor.
	GraphInputChannelSpecs []*ProcessorIOSpec_GraphInputChannelSpec `` /* 131-byte string literal not displayed */
	// The output artifact specifications for the current processor.
	GraphOutputChannelSpecs []*ProcessorIOSpec_GraphOutputChannelSpec `` /* 134-byte string literal not displayed */
	// The input resource that needs to be fed from the application instance.
	InstanceResourceInputBindingSpecs []*ProcessorIOSpec_InstanceResourceInputBindingSpec `` /* 166-byte string literal not displayed */
	// The output resource that the processor will generate per instance.
	// Other than the explicitly listed output bindings here, all the processors'
	// GraphOutputChannels can be binded to stream resource. The bind name then is
	// the same as the GraphOutputChannel's name.
	InstanceResourceOutputBindingSpecs []*ProcessorIOSpec_InstanceResourceOutputBindingSpec `` /* 169-byte string literal not displayed */
	// contains filtered or unexported fields
}

Message describing the input / output specifications of a processor.

func (*ProcessorIOSpec) Descriptor deprecated

func (*ProcessorIOSpec) Descriptor() ([]byte, []int)

Deprecated: Use ProcessorIOSpec.ProtoReflect.Descriptor instead.

func (*ProcessorIOSpec) GetGraphInputChannelSpecs

func (x *ProcessorIOSpec) GetGraphInputChannelSpecs() []*ProcessorIOSpec_GraphInputChannelSpec

func (*ProcessorIOSpec) GetGraphOutputChannelSpecs

func (x *ProcessorIOSpec) GetGraphOutputChannelSpecs() []*ProcessorIOSpec_GraphOutputChannelSpec

func (*ProcessorIOSpec) GetInstanceResourceInputBindingSpecs

func (x *ProcessorIOSpec) GetInstanceResourceInputBindingSpecs() []*ProcessorIOSpec_InstanceResourceInputBindingSpec

func (*ProcessorIOSpec) GetInstanceResourceOutputBindingSpecs

func (x *ProcessorIOSpec) GetInstanceResourceOutputBindingSpecs() []*ProcessorIOSpec_InstanceResourceOutputBindingSpec

func (*ProcessorIOSpec) ProtoMessage

func (*ProcessorIOSpec) ProtoMessage()

func (*ProcessorIOSpec) ProtoReflect

func (x *ProcessorIOSpec) ProtoReflect() protoreflect.Message

func (*ProcessorIOSpec) Reset

func (x *ProcessorIOSpec) Reset()

func (*ProcessorIOSpec) String

func (x *ProcessorIOSpec) String() string

type ProcessorIOSpec_DataType

type ProcessorIOSpec_DataType int32

High level data types supported by the processor.

const (
	// The default value of DataType.
	ProcessorIOSpec_DATA_TYPE_UNSPECIFIED ProcessorIOSpec_DataType = 0
	// Video data type like H264.
	ProcessorIOSpec_VIDEO ProcessorIOSpec_DataType = 1
	// Protobuf data type, usually used for general data blob.
	ProcessorIOSpec_PROTO ProcessorIOSpec_DataType = 2
)

func (ProcessorIOSpec_DataType) Descriptor

func (ProcessorIOSpec_DataType) Enum

func (ProcessorIOSpec_DataType) EnumDescriptor deprecated

func (ProcessorIOSpec_DataType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProcessorIOSpec_DataType.Descriptor instead.

func (ProcessorIOSpec_DataType) Number

func (ProcessorIOSpec_DataType) String

func (x ProcessorIOSpec_DataType) String() string

func (ProcessorIOSpec_DataType) Type

type ProcessorIOSpec_GraphInputChannelSpec

type ProcessorIOSpec_GraphInputChannelSpec struct {

	// The name of the current input channel.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The data types of the current input channel.
	// When this field has more than 1 value, it means this input channel can be
	// connected to either of these different data types.
	DataType ProcessorIOSpec_DataType `` /* 147-byte string literal not displayed */
	// If specified, only those detailed data types can be connected to the
	// processor. For example, jpeg stream for MEDIA, or PredictionResult proto
	// for PROTO type. If unspecified, then any proto is accepted.
	AcceptedDataTypeUris []string `protobuf:"bytes,5,rep,name=accepted_data_type_uris,json=acceptedDataTypeUris,proto3" json:"accepted_data_type_uris,omitempty"`
	// Whether the current input channel is required by the processor.
	// For example, for a processor with required video input and optional audio
	// input, if video input is missing, the application will be rejected while
	// the audio input can be missing as long as the video input exists.
	Required bool `protobuf:"varint,3,opt,name=required,proto3" json:"required,omitempty"`
	// How many input edges can be connected to this input channel. 0 means
	// unlimited.
	MaxConnectionAllowed int64 `protobuf:"varint,4,opt,name=max_connection_allowed,json=maxConnectionAllowed,proto3" json:"max_connection_allowed,omitempty"`
	// contains filtered or unexported fields
}

Message for input channel specification.

func (*ProcessorIOSpec_GraphInputChannelSpec) Descriptor deprecated

func (*ProcessorIOSpec_GraphInputChannelSpec) Descriptor() ([]byte, []int)

Deprecated: Use ProcessorIOSpec_GraphInputChannelSpec.ProtoReflect.Descriptor instead.

func (*ProcessorIOSpec_GraphInputChannelSpec) GetAcceptedDataTypeUris

func (x *ProcessorIOSpec_GraphInputChannelSpec) GetAcceptedDataTypeUris() []string

func (*ProcessorIOSpec_GraphInputChannelSpec) GetDataType

func (*ProcessorIOSpec_GraphInputChannelSpec) GetMaxConnectionAllowed

func (x *ProcessorIOSpec_GraphInputChannelSpec) GetMaxConnectionAllowed() int64

func (*ProcessorIOSpec_GraphInputChannelSpec) GetName

func (*ProcessorIOSpec_GraphInputChannelSpec) GetRequired

func (*ProcessorIOSpec_GraphInputChannelSpec) ProtoMessage

func (*ProcessorIOSpec_GraphInputChannelSpec) ProtoMessage()

func (*ProcessorIOSpec_GraphInputChannelSpec) ProtoReflect

func (*ProcessorIOSpec_GraphInputChannelSpec) Reset

func (*ProcessorIOSpec_GraphInputChannelSpec) String

type ProcessorIOSpec_GraphOutputChannelSpec

type ProcessorIOSpec_GraphOutputChannelSpec struct {

	// The name of the current output channel.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The data type of the current output channel.
	DataType    ProcessorIOSpec_DataType `` /* 147-byte string literal not displayed */
	DataTypeUri string                   `protobuf:"bytes,3,opt,name=data_type_uri,json=dataTypeUri,proto3" json:"data_type_uri,omitempty"`
	// contains filtered or unexported fields
}

Message for output channel specification.

func (*ProcessorIOSpec_GraphOutputChannelSpec) Descriptor deprecated

func (*ProcessorIOSpec_GraphOutputChannelSpec) Descriptor() ([]byte, []int)

Deprecated: Use ProcessorIOSpec_GraphOutputChannelSpec.ProtoReflect.Descriptor instead.

func (*ProcessorIOSpec_GraphOutputChannelSpec) GetDataType

func (*ProcessorIOSpec_GraphOutputChannelSpec) GetDataTypeUri

func (x *ProcessorIOSpec_GraphOutputChannelSpec) GetDataTypeUri() string

func (*ProcessorIOSpec_GraphOutputChannelSpec) GetName

func (*ProcessorIOSpec_GraphOutputChannelSpec) ProtoMessage

func (*ProcessorIOSpec_GraphOutputChannelSpec) ProtoReflect

func (*ProcessorIOSpec_GraphOutputChannelSpec) Reset

func (*ProcessorIOSpec_GraphOutputChannelSpec) String

type ProcessorIOSpec_InstanceResourceInputBindingSpec

type ProcessorIOSpec_InstanceResourceInputBindingSpec struct {

	// Types that are assignable to ResourceType:
	//
	//	*ProcessorIOSpec_InstanceResourceInputBindingSpec_ConfigTypeUri
	//	*ProcessorIOSpec_InstanceResourceInputBindingSpec_ResourceTypeUri
	ResourceType isProcessorIOSpec_InstanceResourceInputBindingSpec_ResourceType `protobuf_oneof:"resource_type"`
	// Name of the input binding, unique within the processor.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Message for instance resource channel specification. External resources are virtual nodes which are not expressed in the application graph. Each processor expresses its out-graph spec, so customer is able to override the external source or destinations to the

func (*ProcessorIOSpec_InstanceResourceInputBindingSpec) Descriptor deprecated

Deprecated: Use ProcessorIOSpec_InstanceResourceInputBindingSpec.ProtoReflect.Descriptor instead.

func (*ProcessorIOSpec_InstanceResourceInputBindingSpec) GetConfigTypeUri

func (*ProcessorIOSpec_InstanceResourceInputBindingSpec) GetName

func (*ProcessorIOSpec_InstanceResourceInputBindingSpec) GetResourceType

func (m *ProcessorIOSpec_InstanceResourceInputBindingSpec) GetResourceType() isProcessorIOSpec_InstanceResourceInputBindingSpec_ResourceType

func (*ProcessorIOSpec_InstanceResourceInputBindingSpec) GetResourceTypeUri

func (*ProcessorIOSpec_InstanceResourceInputBindingSpec) ProtoMessage

func (*ProcessorIOSpec_InstanceResourceInputBindingSpec) ProtoReflect

func (*ProcessorIOSpec_InstanceResourceInputBindingSpec) Reset

func (*ProcessorIOSpec_InstanceResourceInputBindingSpec) String

type ProcessorIOSpec_InstanceResourceInputBindingSpec_ConfigTypeUri

type ProcessorIOSpec_InstanceResourceInputBindingSpec_ConfigTypeUri struct {
	// The configuration proto that includes the Googleapis resources. I.e.
	// type.googleapis.com/google.cloud.vision.v1.StreamWithAnnotation
	ConfigTypeUri string `protobuf:"bytes,2,opt,name=config_type_uri,json=configTypeUri,proto3,oneof"`
}

type ProcessorIOSpec_InstanceResourceInputBindingSpec_ResourceTypeUri

type ProcessorIOSpec_InstanceResourceInputBindingSpec_ResourceTypeUri struct {
	// The direct type url of Googleapis resource. i.e.
	// type.googleapis.com/google.cloud.vision.v1.Asset
	ResourceTypeUri string `protobuf:"bytes,3,opt,name=resource_type_uri,json=resourceTypeUri,proto3,oneof"`
}

type ProcessorIOSpec_InstanceResourceOutputBindingSpec

type ProcessorIOSpec_InstanceResourceOutputBindingSpec struct {

	// Name of the output binding, unique within the processor.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The resource type uri of the acceptable output resource.
	ResourceTypeUri string `protobuf:"bytes,2,opt,name=resource_type_uri,json=resourceTypeUri,proto3" json:"resource_type_uri,omitempty"`
	// Whether the output resource needs to be explicitly set in the instance.
	// If it is false, the processor will automatically generate it if required.
	Explicit bool `protobuf:"varint,3,opt,name=explicit,proto3" json:"explicit,omitempty"`
	// contains filtered or unexported fields
}

func (*ProcessorIOSpec_InstanceResourceOutputBindingSpec) Descriptor deprecated

Deprecated: Use ProcessorIOSpec_InstanceResourceOutputBindingSpec.ProtoReflect.Descriptor instead.

func (*ProcessorIOSpec_InstanceResourceOutputBindingSpec) GetExplicit

func (*ProcessorIOSpec_InstanceResourceOutputBindingSpec) GetName

func (*ProcessorIOSpec_InstanceResourceOutputBindingSpec) GetResourceTypeUri

func (*ProcessorIOSpec_InstanceResourceOutputBindingSpec) ProtoMessage

func (*ProcessorIOSpec_InstanceResourceOutputBindingSpec) ProtoReflect

func (*ProcessorIOSpec_InstanceResourceOutputBindingSpec) Reset

func (*ProcessorIOSpec_InstanceResourceOutputBindingSpec) String

type Processor_ProcessorState

type Processor_ProcessorState int32
const (
	// Unspecified Processor state.
	Processor_PROCESSOR_STATE_UNSPECIFIED Processor_ProcessorState = 0
	// Processor is being created (not ready for use).
	Processor_CREATING Processor_ProcessorState = 1
	// Processor is and ready for use.
	Processor_ACTIVE Processor_ProcessorState = 2
	// Processor is being deleted (not ready for use).
	Processor_DELETING Processor_ProcessorState = 3
	// Processor deleted or creation failed .
	Processor_FAILED Processor_ProcessorState = 4
)

func (Processor_ProcessorState) Descriptor

func (Processor_ProcessorState) Enum

func (Processor_ProcessorState) EnumDescriptor deprecated

func (Processor_ProcessorState) EnumDescriptor() ([]byte, []int)

Deprecated: Use Processor_ProcessorState.Descriptor instead.

func (Processor_ProcessorState) Number

func (Processor_ProcessorState) String

func (x Processor_ProcessorState) String() string

func (Processor_ProcessorState) Type

type Processor_ProcessorType

type Processor_ProcessorType int32

Type

const (
	// Processor Type UNSPECIFIED.
	Processor_PROCESSOR_TYPE_UNSPECIFIED Processor_ProcessorType = 0
	// Processor Type PRETRAINED.
	// Pretrained processor is developed by Vision AI App Platform with
	// state-of-the-art vision data processing functionality, like occupancy
	// counting or person blur. Pretrained processor is usually publicly
	// available.
	Processor_PRETRAINED Processor_ProcessorType = 1
	// Processor Type CUSTOM.
	// Custom processors are specialized processors which are either uploaded by
	// customers or imported from other GCP platform (for example Vertex AI).
	// Custom processor is only visible to the creator.
	Processor_CUSTOM Processor_ProcessorType = 2
	// Processor Type CONNECTOR.
	// Connector processors are special processors which perform I/O for the
	// application, they do not processing the data but either deliver the data
	// to other processors or receive data from other processors.
	Processor_CONNECTOR Processor_ProcessorType = 3
)

func (Processor_ProcessorType) Descriptor

func (Processor_ProcessorType) Enum

func (Processor_ProcessorType) EnumDescriptor deprecated

func (Processor_ProcessorType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Processor_ProcessorType.Descriptor instead.

func (Processor_ProcessorType) Number

func (Processor_ProcessorType) String

func (x Processor_ProcessorType) String() string

func (Processor_ProcessorType) Type

type RawImageDescriptor

type RawImageDescriptor struct {

	// Raw image format. Its possible values are: "srgb".
	Format string `protobuf:"bytes,1,opt,name=format,proto3" json:"format,omitempty"`
	// The height of the image.
	Height int32 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	// The width of the image.
	Width int32 `protobuf:"varint,3,opt,name=width,proto3" json:"width,omitempty"`
	// contains filtered or unexported fields
}

The descriptor for a raw image.

func (*RawImageDescriptor) Descriptor deprecated

func (*RawImageDescriptor) Descriptor() ([]byte, []int)

Deprecated: Use RawImageDescriptor.ProtoReflect.Descriptor instead.

func (*RawImageDescriptor) GetFormat

func (x *RawImageDescriptor) GetFormat() string

func (*RawImageDescriptor) GetHeight

func (x *RawImageDescriptor) GetHeight() int32

func (*RawImageDescriptor) GetWidth

func (x *RawImageDescriptor) GetWidth() int32

func (*RawImageDescriptor) ProtoMessage

func (*RawImageDescriptor) ProtoMessage()

func (*RawImageDescriptor) ProtoReflect

func (x *RawImageDescriptor) ProtoReflect() protoreflect.Message

func (*RawImageDescriptor) Reset

func (x *RawImageDescriptor) Reset()

func (*RawImageDescriptor) String

func (x *RawImageDescriptor) String() string

type ReceiveEventsControlResponse

type ReceiveEventsControlResponse struct {

	// Possible control messages.
	//
	// Types that are assignable to Control:
	//
	//	*ReceiveEventsControlResponse_Heartbeat
	//	*ReceiveEventsControlResponse_WritesDoneRequest
	Control isReceiveEventsControlResponse_Control `protobuf_oneof:"control"`
	// contains filtered or unexported fields
}

Control message for a ReceiveEventsResponse.

func (*ReceiveEventsControlResponse) Descriptor deprecated

func (*ReceiveEventsControlResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReceiveEventsControlResponse.ProtoReflect.Descriptor instead.

func (*ReceiveEventsControlResponse) GetControl

func (m *ReceiveEventsControlResponse) GetControl() isReceiveEventsControlResponse_Control

func (*ReceiveEventsControlResponse) GetHeartbeat

func (x *ReceiveEventsControlResponse) GetHeartbeat() bool

func (*ReceiveEventsControlResponse) GetWritesDoneRequest

func (x *ReceiveEventsControlResponse) GetWritesDoneRequest() bool

func (*ReceiveEventsControlResponse) ProtoMessage

func (*ReceiveEventsControlResponse) ProtoMessage()

func (*ReceiveEventsControlResponse) ProtoReflect

func (*ReceiveEventsControlResponse) Reset

func (x *ReceiveEventsControlResponse) Reset()

func (*ReceiveEventsControlResponse) String

type ReceiveEventsControlResponse_Heartbeat

type ReceiveEventsControlResponse_Heartbeat struct {
	// A server heartbeat.
	Heartbeat bool `protobuf:"varint,1,opt,name=heartbeat,proto3,oneof"`
}

type ReceiveEventsControlResponse_WritesDoneRequest

type ReceiveEventsControlResponse_WritesDoneRequest struct {
	// A request to the receiver to complete any final writes followed by a
	// `WritesDone`; e.g. issue any final `CommitRequest`s.
	//
	// May be ignored if `WritesDone` has already been issued at any point
	// prior to receiving this message.
	//
	// If `WritesDone` does not get issued, then the server will forcefully
	// cancel the connection, and the receiver will likely receive an
	// uninformative after `Read` returns `false` and `Finish` is called.
	WritesDoneRequest bool `protobuf:"varint,2,opt,name=writes_done_request,json=writesDoneRequest,proto3,oneof"`
}

type ReceiveEventsRequest

type ReceiveEventsRequest struct {

	// Types that are assignable to Request:
	//
	//	*ReceiveEventsRequest_SetupRequest_
	//	*ReceiveEventsRequest_CommitRequest
	Request isReceiveEventsRequest_Request `protobuf_oneof:"request"`
	// contains filtered or unexported fields
}

Request message for ReceiveEvents.

func (*ReceiveEventsRequest) Descriptor deprecated

func (*ReceiveEventsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReceiveEventsRequest.ProtoReflect.Descriptor instead.

func (*ReceiveEventsRequest) GetCommitRequest

func (x *ReceiveEventsRequest) GetCommitRequest() *CommitRequest

func (*ReceiveEventsRequest) GetRequest

func (m *ReceiveEventsRequest) GetRequest() isReceiveEventsRequest_Request

func (*ReceiveEventsRequest) GetSetupRequest

func (*ReceiveEventsRequest) ProtoMessage

func (*ReceiveEventsRequest) ProtoMessage()

func (*ReceiveEventsRequest) ProtoReflect

func (x *ReceiveEventsRequest) ProtoReflect() protoreflect.Message

func (*ReceiveEventsRequest) Reset

func (x *ReceiveEventsRequest) Reset()

func (*ReceiveEventsRequest) String

func (x *ReceiveEventsRequest) String() string

type ReceiveEventsRequest_CommitRequest

type ReceiveEventsRequest_CommitRequest struct {
	// This request checkpoints the consumer's read progress.
	CommitRequest *CommitRequest `protobuf:"bytes,2,opt,name=commit_request,json=commitRequest,proto3,oneof"`
}

type ReceiveEventsRequest_SetupRequest

type ReceiveEventsRequest_SetupRequest struct {

	// The cluster name.
	Cluster string `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// The stream name. The service will return the events for the given stream.
	Stream string `protobuf:"bytes,2,opt,name=stream,proto3" json:"stream,omitempty"`
	// A name for the receiver to self-identify.
	//
	// This is used to keep track of a receiver's read progress.
	Receiver string `protobuf:"bytes,3,opt,name=receiver,proto3" json:"receiver,omitempty"`
	// Controller mode configuration for receiving events from the server.
	ControlledMode *ControlledMode `protobuf:"bytes,4,opt,name=controlled_mode,json=controlledMode,proto3" json:"controlled_mode,omitempty"`
	// The maximum duration of server silence before the client determines the
	// server unreachable.
	//
	// The client must either receive an `Event` update or a heart beat message
	// before this duration expires; otherwise, the client will automatically
	// cancel the current connection and retry.
	HeartbeatInterval *durationpb.Duration `protobuf:"bytes,5,opt,name=heartbeat_interval,json=heartbeatInterval,proto3" json:"heartbeat_interval,omitempty"`
	// The grace period after which a `writes_done_request` is issued, that a
	// `WritesDone` is expected from the client.
	//
	// The server is free to cancel the RPC should this expire.
	//
	// A system default will be chosen if unset.
	WritesDoneGracePeriod *durationpb.Duration `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

SetupRequest is the first message sent to the service to setup the RPC connection.

func (*ReceiveEventsRequest_SetupRequest) Descriptor deprecated

func (*ReceiveEventsRequest_SetupRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReceiveEventsRequest_SetupRequest.ProtoReflect.Descriptor instead.

func (*ReceiveEventsRequest_SetupRequest) GetCluster

func (x *ReceiveEventsRequest_SetupRequest) GetCluster() string

func (*ReceiveEventsRequest_SetupRequest) GetControlledMode

func (x *ReceiveEventsRequest_SetupRequest) GetControlledMode() *ControlledMode

func (*ReceiveEventsRequest_SetupRequest) GetHeartbeatInterval

func (x *ReceiveEventsRequest_SetupRequest) GetHeartbeatInterval() *durationpb.Duration

func (*ReceiveEventsRequest_SetupRequest) GetReceiver

func (x *ReceiveEventsRequest_SetupRequest) GetReceiver() string

func (*ReceiveEventsRequest_SetupRequest) GetStream

func (*ReceiveEventsRequest_SetupRequest) GetWritesDoneGracePeriod

func (x *ReceiveEventsRequest_SetupRequest) GetWritesDoneGracePeriod() *durationpb.Duration

func (*ReceiveEventsRequest_SetupRequest) ProtoMessage

func (*ReceiveEventsRequest_SetupRequest) ProtoMessage()

func (*ReceiveEventsRequest_SetupRequest) ProtoReflect

func (*ReceiveEventsRequest_SetupRequest) Reset

func (*ReceiveEventsRequest_SetupRequest) String

type ReceiveEventsRequest_SetupRequest_

type ReceiveEventsRequest_SetupRequest_ struct {
	// The setup request to setup the RPC connection.
	SetupRequest *ReceiveEventsRequest_SetupRequest `protobuf:"bytes,1,opt,name=setup_request,json=setupRequest,proto3,oneof"`
}

type ReceiveEventsResponse

type ReceiveEventsResponse struct {

	// Possible response types.
	//
	// Types that are assignable to Response:
	//
	//	*ReceiveEventsResponse_EventUpdate
	//	*ReceiveEventsResponse_Control
	Response isReceiveEventsResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

Response message for the ReceiveEvents.

func (*ReceiveEventsResponse) Descriptor deprecated

func (*ReceiveEventsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReceiveEventsResponse.ProtoReflect.Descriptor instead.

func (*ReceiveEventsResponse) GetControl

func (*ReceiveEventsResponse) GetEventUpdate

func (x *ReceiveEventsResponse) GetEventUpdate() *EventUpdate

func (*ReceiveEventsResponse) GetResponse

func (m *ReceiveEventsResponse) GetResponse() isReceiveEventsResponse_Response

func (*ReceiveEventsResponse) ProtoMessage

func (*ReceiveEventsResponse) ProtoMessage()

func (*ReceiveEventsResponse) ProtoReflect

func (x *ReceiveEventsResponse) ProtoReflect() protoreflect.Message

func (*ReceiveEventsResponse) Reset

func (x *ReceiveEventsResponse) Reset()

func (*ReceiveEventsResponse) String

func (x *ReceiveEventsResponse) String() string

type ReceiveEventsResponse_Control

type ReceiveEventsResponse_Control struct {
	// A control message from the server.
	Control *ReceiveEventsControlResponse `protobuf:"bytes,2,opt,name=control,proto3,oneof"`
}

type ReceiveEventsResponse_EventUpdate

type ReceiveEventsResponse_EventUpdate struct {
	// The event update message.
	EventUpdate *EventUpdate `protobuf:"bytes,1,opt,name=event_update,json=eventUpdate,proto3,oneof"`
}

type ReceivePacketsControlResponse

type ReceivePacketsControlResponse struct {

	// Possible control messages.
	//
	// Types that are assignable to Control:
	//
	//	*ReceivePacketsControlResponse_Heartbeat
	//	*ReceivePacketsControlResponse_WritesDoneRequest
	Control isReceivePacketsControlResponse_Control `protobuf_oneof:"control"`
	// contains filtered or unexported fields
}

Control message for a ReceivePacketsResponse.

func (*ReceivePacketsControlResponse) Descriptor deprecated

func (*ReceivePacketsControlResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReceivePacketsControlResponse.ProtoReflect.Descriptor instead.

func (*ReceivePacketsControlResponse) GetControl

func (m *ReceivePacketsControlResponse) GetControl() isReceivePacketsControlResponse_Control

func (*ReceivePacketsControlResponse) GetHeartbeat

func (x *ReceivePacketsControlResponse) GetHeartbeat() bool

func (*ReceivePacketsControlResponse) GetWritesDoneRequest

func (x *ReceivePacketsControlResponse) GetWritesDoneRequest() bool

func (*ReceivePacketsControlResponse) ProtoMessage

func (*ReceivePacketsControlResponse) ProtoMessage()

func (*ReceivePacketsControlResponse) ProtoReflect

func (*ReceivePacketsControlResponse) Reset

func (x *ReceivePacketsControlResponse) Reset()

func (*ReceivePacketsControlResponse) String

type ReceivePacketsControlResponse_Heartbeat

type ReceivePacketsControlResponse_Heartbeat struct {
	// A server heartbeat.
	Heartbeat bool `protobuf:"varint,1,opt,name=heartbeat,proto3,oneof"`
}

type ReceivePacketsControlResponse_WritesDoneRequest

type ReceivePacketsControlResponse_WritesDoneRequest struct {
	// A request to the receiver to complete any final writes followed by a
	// `WritesDone`; e.g. issue any final `CommitRequest`s.
	//
	// May be ignored if `WritesDone` has already been issued at any point
	// prior to receiving this message.
	//
	// If `WritesDone` does not get issued, then the server will forcefully
	// cancel the connection, and the receiver will likely receive an
	// uninformative after `Read` returns `false` and `Finish` is called.
	WritesDoneRequest bool `protobuf:"varint,2,opt,name=writes_done_request,json=writesDoneRequest,proto3,oneof"`
}

type ReceivePacketsRequest

type ReceivePacketsRequest struct {

	// Possible request types from the client.
	//
	// Types that are assignable to Request:
	//
	//	*ReceivePacketsRequest_SetupRequest_
	//	*ReceivePacketsRequest_CommitRequest
	Request isReceivePacketsRequest_Request `protobuf_oneof:"request"`
	// contains filtered or unexported fields
}

Request message for receiving packets.

func (*ReceivePacketsRequest) Descriptor deprecated

func (*ReceivePacketsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReceivePacketsRequest.ProtoReflect.Descriptor instead.

func (*ReceivePacketsRequest) GetCommitRequest

func (x *ReceivePacketsRequest) GetCommitRequest() *CommitRequest

func (*ReceivePacketsRequest) GetRequest

func (m *ReceivePacketsRequest) GetRequest() isReceivePacketsRequest_Request

func (*ReceivePacketsRequest) GetSetupRequest

func (*ReceivePacketsRequest) ProtoMessage

func (*ReceivePacketsRequest) ProtoMessage()

func (*ReceivePacketsRequest) ProtoReflect

func (x *ReceivePacketsRequest) ProtoReflect() protoreflect.Message

func (*ReceivePacketsRequest) Reset

func (x *ReceivePacketsRequest) Reset()

func (*ReceivePacketsRequest) String

func (x *ReceivePacketsRequest) String() string

type ReceivePacketsRequest_CommitRequest

type ReceivePacketsRequest_CommitRequest struct {
	// This request checkpoints the consumer's read progress.
	CommitRequest *CommitRequest `protobuf:"bytes,7,opt,name=commit_request,json=commitRequest,proto3,oneof"`
}

type ReceivePacketsRequest_SetupRequest

type ReceivePacketsRequest_SetupRequest struct {

	// The mode in which the consumer reads messages.
	//
	// Types that are assignable to ConsumerMode:
	//
	//	*ReceivePacketsRequest_SetupRequest_EagerReceiveMode
	//	*ReceivePacketsRequest_SetupRequest_ControlledReceiveMode
	ConsumerMode isReceivePacketsRequest_SetupRequest_ConsumerMode `protobuf_oneof:"consumer_mode"`
	// The configurations that specify where packets are retrieved.
	Metadata *RequestMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// A name for the receiver to self-identify.
	//
	// This is used to keep track of a receiver's read progress.
	Receiver string `protobuf:"bytes,2,opt,name=receiver,proto3" json:"receiver,omitempty"`
	// The maximum duration of server silence before the client determines the
	// server unreachable.
	//
	// The client must either receive a `Packet` or a heart beat message before
	// this duration expires; otherwise, the client will automatically cancel
	// the current connection and retry.
	HeartbeatInterval *durationpb.Duration `protobuf:"bytes,5,opt,name=heartbeat_interval,json=heartbeatInterval,proto3" json:"heartbeat_interval,omitempty"`
	// The grace period after which a `writes_done_request` is issued, that a
	// `WritesDone` is expected from the client.
	//
	// The server is free to cancel the RPC should this expire.
	//
	// A system default will be chosen if unset.
	WritesDoneGracePeriod *durationpb.Duration `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

The message specifying the initial settings for the ReceivePackets session.

func (*ReceivePacketsRequest_SetupRequest) Descriptor deprecated

func (*ReceivePacketsRequest_SetupRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReceivePacketsRequest_SetupRequest.ProtoReflect.Descriptor instead.

func (*ReceivePacketsRequest_SetupRequest) GetConsumerMode

func (m *ReceivePacketsRequest_SetupRequest) GetConsumerMode() isReceivePacketsRequest_SetupRequest_ConsumerMode

func (*ReceivePacketsRequest_SetupRequest) GetControlledReceiveMode

func (x *ReceivePacketsRequest_SetupRequest) GetControlledReceiveMode() *ControlledMode

func (*ReceivePacketsRequest_SetupRequest) GetEagerReceiveMode

func (x *ReceivePacketsRequest_SetupRequest) GetEagerReceiveMode() *EagerMode

func (*ReceivePacketsRequest_SetupRequest) GetHeartbeatInterval

func (x *ReceivePacketsRequest_SetupRequest) GetHeartbeatInterval() *durationpb.Duration

func (*ReceivePacketsRequest_SetupRequest) GetMetadata

func (*ReceivePacketsRequest_SetupRequest) GetReceiver

func (x *ReceivePacketsRequest_SetupRequest) GetReceiver() string

func (*ReceivePacketsRequest_SetupRequest) GetWritesDoneGracePeriod

func (x *ReceivePacketsRequest_SetupRequest) GetWritesDoneGracePeriod() *durationpb.Duration

func (*ReceivePacketsRequest_SetupRequest) ProtoMessage

func (*ReceivePacketsRequest_SetupRequest) ProtoMessage()

func (*ReceivePacketsRequest_SetupRequest) ProtoReflect

func (*ReceivePacketsRequest_SetupRequest) Reset

func (*ReceivePacketsRequest_SetupRequest) String

type ReceivePacketsRequest_SetupRequest_

type ReceivePacketsRequest_SetupRequest_ struct {
	// The request to setup the initial state of session.
	//
	// The client must send and only send this as the first message.
	SetupRequest *ReceivePacketsRequest_SetupRequest `protobuf:"bytes,6,opt,name=setup_request,json=setupRequest,proto3,oneof"`
}

type ReceivePacketsRequest_SetupRequest_ControlledReceiveMode

type ReceivePacketsRequest_SetupRequest_ControlledReceiveMode struct {
	// Options for configuring controlled mode.
	ControlledReceiveMode *ControlledMode `protobuf:"bytes,4,opt,name=controlled_receive_mode,json=controlledReceiveMode,proto3,oneof"`
}

type ReceivePacketsRequest_SetupRequest_EagerReceiveMode

type ReceivePacketsRequest_SetupRequest_EagerReceiveMode struct {
	// Options for configuring eager mode.
	EagerReceiveMode *EagerMode `protobuf:"bytes,3,opt,name=eager_receive_mode,json=eagerReceiveMode,proto3,oneof"`
}

type ReceivePacketsResponse

type ReceivePacketsResponse struct {

	// Possible response types.
	//
	// Types that are assignable to Response:
	//
	//	*ReceivePacketsResponse_Packet
	//	*ReceivePacketsResponse_Control
	Response isReceivePacketsResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

Response message from ReceivePackets.

func (*ReceivePacketsResponse) Descriptor deprecated

func (*ReceivePacketsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReceivePacketsResponse.ProtoReflect.Descriptor instead.

func (*ReceivePacketsResponse) GetControl

func (*ReceivePacketsResponse) GetPacket

func (x *ReceivePacketsResponse) GetPacket() *Packet

func (*ReceivePacketsResponse) GetResponse

func (m *ReceivePacketsResponse) GetResponse() isReceivePacketsResponse_Response

func (*ReceivePacketsResponse) ProtoMessage

func (*ReceivePacketsResponse) ProtoMessage()

func (*ReceivePacketsResponse) ProtoReflect

func (x *ReceivePacketsResponse) ProtoReflect() protoreflect.Message

func (*ReceivePacketsResponse) Reset

func (x *ReceivePacketsResponse) Reset()

func (*ReceivePacketsResponse) String

func (x *ReceivePacketsResponse) String() string

type ReceivePacketsResponse_Control

type ReceivePacketsResponse_Control struct {
	// A control message from the server.
	Control *ReceivePacketsControlResponse `protobuf:"bytes,3,opt,name=control,proto3,oneof"`
}

type ReceivePacketsResponse_Packet

type ReceivePacketsResponse_Packet struct {
	// A genuine data payload originating from the sender.
	Packet *Packet `protobuf:"bytes,1,opt,name=packet,proto3,oneof"`
}

type ReleaseLeaseRequest

type ReleaseLeaseRequest struct {

	// Lease id.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Series name.
	Series string `protobuf:"bytes,2,opt,name=series,proto3" json:"series,omitempty"`
	// Lease owner.
	Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	// contains filtered or unexported fields
}

Request message for releasing lease.

func (*ReleaseLeaseRequest) Descriptor deprecated

func (*ReleaseLeaseRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReleaseLeaseRequest.ProtoReflect.Descriptor instead.

func (*ReleaseLeaseRequest) GetId

func (x *ReleaseLeaseRequest) GetId() string

func (*ReleaseLeaseRequest) GetOwner

func (x *ReleaseLeaseRequest) GetOwner() string

func (*ReleaseLeaseRequest) GetSeries

func (x *ReleaseLeaseRequest) GetSeries() string

func (*ReleaseLeaseRequest) ProtoMessage

func (*ReleaseLeaseRequest) ProtoMessage()

func (*ReleaseLeaseRequest) ProtoReflect

func (x *ReleaseLeaseRequest) ProtoReflect() protoreflect.Message

func (*ReleaseLeaseRequest) Reset

func (x *ReleaseLeaseRequest) Reset()

func (*ReleaseLeaseRequest) String

func (x *ReleaseLeaseRequest) String() string

type ReleaseLeaseResponse

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

Response message for release lease.

func (*ReleaseLeaseResponse) Descriptor deprecated

func (*ReleaseLeaseResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReleaseLeaseResponse.ProtoReflect.Descriptor instead.

func (*ReleaseLeaseResponse) ProtoMessage

func (*ReleaseLeaseResponse) ProtoMessage()

func (*ReleaseLeaseResponse) ProtoReflect

func (x *ReleaseLeaseResponse) ProtoReflect() protoreflect.Message

func (*ReleaseLeaseResponse) Reset

func (x *ReleaseLeaseResponse) Reset()

func (*ReleaseLeaseResponse) String

func (x *ReleaseLeaseResponse) String() string

type RemoveApplicationStreamInputRequest

type RemoveApplicationStreamInputRequest struct {

	// Required. the name of the application to retrieve.
	// Format:
	// "projects/{project}/locations/{location}/applications/{application}"
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The target stream to remove.
	TargetStreamInputs []*RemoveApplicationStreamInputRequest_TargetStreamInput `protobuf:"bytes,2,rep,name=target_stream_inputs,json=targetStreamInputs,proto3" json:"target_stream_inputs,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and t
	// he request times out. If you make the request again with the same request
	// ID, the server can check if original operation with the same request ID
	// was received, and if so, will ignore the second request. This prevents
	// clients from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for removing stream input from an Application.

func (*RemoveApplicationStreamInputRequest) Descriptor deprecated

func (*RemoveApplicationStreamInputRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveApplicationStreamInputRequest.ProtoReflect.Descriptor instead.

func (*RemoveApplicationStreamInputRequest) GetName

func (*RemoveApplicationStreamInputRequest) GetRequestId

func (x *RemoveApplicationStreamInputRequest) GetRequestId() string

func (*RemoveApplicationStreamInputRequest) GetTargetStreamInputs

func (*RemoveApplicationStreamInputRequest) ProtoMessage

func (*RemoveApplicationStreamInputRequest) ProtoMessage()

func (*RemoveApplicationStreamInputRequest) ProtoReflect

func (*RemoveApplicationStreamInputRequest) Reset

func (*RemoveApplicationStreamInputRequest) String

type RemoveApplicationStreamInputRequest_TargetStreamInput

type RemoveApplicationStreamInputRequest_TargetStreamInput struct {
	Stream string `protobuf:"bytes,1,opt,name=stream,proto3" json:"stream,omitempty"`
	// contains filtered or unexported fields
}

Message about target streamInput to remove.

func (*RemoveApplicationStreamInputRequest_TargetStreamInput) Descriptor deprecated

Deprecated: Use RemoveApplicationStreamInputRequest_TargetStreamInput.ProtoReflect.Descriptor instead.

func (*RemoveApplicationStreamInputRequest_TargetStreamInput) GetStream

func (*RemoveApplicationStreamInputRequest_TargetStreamInput) ProtoMessage

func (*RemoveApplicationStreamInputRequest_TargetStreamInput) ProtoReflect

func (*RemoveApplicationStreamInputRequest_TargetStreamInput) Reset

func (*RemoveApplicationStreamInputRequest_TargetStreamInput) String

type RemoveApplicationStreamInputResponse

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

Message for RemoveApplicationStreamInput Response.

func (*RemoveApplicationStreamInputResponse) Descriptor deprecated

func (*RemoveApplicationStreamInputResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveApplicationStreamInputResponse.ProtoReflect.Descriptor instead.

func (*RemoveApplicationStreamInputResponse) ProtoMessage

func (*RemoveApplicationStreamInputResponse) ProtoMessage()

func (*RemoveApplicationStreamInputResponse) ProtoReflect

func (*RemoveApplicationStreamInputResponse) Reset

func (*RemoveApplicationStreamInputResponse) String

type RenewLeaseRequest

type RenewLeaseRequest struct {

	// Lease id.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Series name.
	Series string `protobuf:"bytes,2,opt,name=series,proto3" json:"series,omitempty"`
	// Lease owner.
	Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	// Lease term.
	Term *durationpb.Duration `protobuf:"bytes,4,opt,name=term,proto3" json:"term,omitempty"`
	// contains filtered or unexported fields
}

Request message for renewing a lease.

func (*RenewLeaseRequest) Descriptor deprecated

func (*RenewLeaseRequest) Descriptor() ([]byte, []int)

Deprecated: Use RenewLeaseRequest.ProtoReflect.Descriptor instead.

func (*RenewLeaseRequest) GetId

func (x *RenewLeaseRequest) GetId() string

func (*RenewLeaseRequest) GetOwner

func (x *RenewLeaseRequest) GetOwner() string

func (*RenewLeaseRequest) GetSeries

func (x *RenewLeaseRequest) GetSeries() string

func (*RenewLeaseRequest) GetTerm

func (x *RenewLeaseRequest) GetTerm() *durationpb.Duration

func (*RenewLeaseRequest) ProtoMessage

func (*RenewLeaseRequest) ProtoMessage()

func (*RenewLeaseRequest) ProtoReflect

func (x *RenewLeaseRequest) ProtoReflect() protoreflect.Message

func (*RenewLeaseRequest) Reset

func (x *RenewLeaseRequest) Reset()

func (*RenewLeaseRequest) String

func (x *RenewLeaseRequest) String() string

type RequestMetadata

type RequestMetadata struct {

	// Stream name.
	Stream string `protobuf:"bytes,1,opt,name=stream,proto3" json:"stream,omitempty"`
	// Evevt name.
	Event string `protobuf:"bytes,2,opt,name=event,proto3" json:"event,omitempty"`
	// Series name.
	Series string `protobuf:"bytes,3,opt,name=series,proto3" json:"series,omitempty"`
	// Lease id.
	LeaseId string `protobuf:"bytes,4,opt,name=lease_id,json=leaseId,proto3" json:"lease_id,omitempty"`
	// Owner name.
	Owner string `protobuf:"bytes,5,opt,name=owner,proto3" json:"owner,omitempty"`
	// Lease term specifies how long the client wants the session to be maintained
	// by the server after the client leaves. If the lease term is not set, the
	// server will release the session immediately and the client cannot reconnect
	// to the same session later.
	LeaseTerm *durationpb.Duration `protobuf:"bytes,6,opt,name=lease_term,json=leaseTerm,proto3" json:"lease_term,omitempty"`
	// contains filtered or unexported fields
}

RequestMetadata is the metadata message for the request.

func (*RequestMetadata) Descriptor deprecated

func (*RequestMetadata) Descriptor() ([]byte, []int)

Deprecated: Use RequestMetadata.ProtoReflect.Descriptor instead.

func (*RequestMetadata) GetEvent

func (x *RequestMetadata) GetEvent() string

func (*RequestMetadata) GetLeaseId

func (x *RequestMetadata) GetLeaseId() string

func (*RequestMetadata) GetLeaseTerm

func (x *RequestMetadata) GetLeaseTerm() *durationpb.Duration

func (*RequestMetadata) GetOwner

func (x *RequestMetadata) GetOwner() string

func (*RequestMetadata) GetSeries

func (x *RequestMetadata) GetSeries() string

func (*RequestMetadata) GetStream

func (x *RequestMetadata) GetStream() string

func (*RequestMetadata) ProtoMessage

func (*RequestMetadata) ProtoMessage()

func (*RequestMetadata) ProtoReflect

func (x *RequestMetadata) ProtoReflect() protoreflect.Message

func (*RequestMetadata) Reset

func (x *RequestMetadata) Reset()

func (*RequestMetadata) String

func (x *RequestMetadata) String() string

type ResourceAnnotations

type ResourceAnnotations struct {

	// Annotations that will be applied to the whole application.
	ApplicationAnnotations []*StreamAnnotation `` /* 127-byte string literal not displayed */
	// Annotations that will be applied to the specific node of the application.
	// If the same type of the annotations is applied to both application and
	// node, the node annotation will be added in addition to the global
	// application one.
	// For example, if there is one active zone annotation for the whole
	// application and one active zone annotation for the Occupancy Analytic
	// processor, then the Occupancy Analytic processor will have two active zones
	// defined.
	NodeAnnotations []*ApplicationNodeAnnotation `protobuf:"bytes,2,rep,name=node_annotations,json=nodeAnnotations,proto3" json:"node_annotations,omitempty"`
	// contains filtered or unexported fields
}

Message describing general annotation for resources.

func (*ResourceAnnotations) Descriptor deprecated

func (*ResourceAnnotations) Descriptor() ([]byte, []int)

Deprecated: Use ResourceAnnotations.ProtoReflect.Descriptor instead.

func (*ResourceAnnotations) GetApplicationAnnotations

func (x *ResourceAnnotations) GetApplicationAnnotations() []*StreamAnnotation

func (*ResourceAnnotations) GetNodeAnnotations

func (x *ResourceAnnotations) GetNodeAnnotations() []*ApplicationNodeAnnotation

func (*ResourceAnnotations) ProtoMessage

func (*ResourceAnnotations) ProtoMessage()

func (*ResourceAnnotations) ProtoReflect

func (x *ResourceAnnotations) ProtoReflect() protoreflect.Message

func (*ResourceAnnotations) Reset

func (x *ResourceAnnotations) Reset()

func (*ResourceAnnotations) String

func (x *ResourceAnnotations) String() string

type SearchAssetsRequest

type SearchAssetsRequest struct {

	// Required. The parent corpus to search.
	// Form: `projects/{project_id}/locations/{location_id}/corpora/{corpus_id}'
	Corpus string `protobuf:"bytes,1,opt,name=corpus,proto3" json:"corpus,omitempty"`
	// The number of results to be returned in this page. If it's 0, the server
	// will decide the appropriate page_size.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The continuation token to fetch the next page. If empty, it means it is
	// fetching the first page.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Time ranges that matching video content must fall within. If no ranges are
	// provided, there will be no time restriction. This field is treated just
	// like the criteria below, but defined separately for convenience as it is
	// used frequently. Note that if the end_time is in the future, it will be
	// clamped to the time the request was received.
	ContentTimeRanges *DateTimeRangeArray `protobuf:"bytes,5,opt,name=content_time_ranges,json=contentTimeRanges,proto3" json:"content_time_ranges,omitempty"`
	// Criteria applied to search results.
	Criteria []*Criteria `protobuf:"bytes,4,rep,name=criteria,proto3" json:"criteria,omitempty"`
	// Stores most recent facet selection state. Only facet groups with user's
	// selection will be presented here. Selection state is either selected or
	// unselected. Only selected facet buckets will be used as search criteria.
	FacetSelections []*FacetGroup `protobuf:"bytes,6,rep,name=facet_selections,json=facetSelections,proto3" json:"facet_selections,omitempty"`
	// A list of annotation keys to specify the annotations to be retrieved and
	// returned with each search result.
	// Annotation granularity must be GRANULARITY_ASSET_LEVEL and its search
	// strategy must not be NO_SEARCH.
	ResultAnnotationKeys []string `protobuf:"bytes,8,rep,name=result_annotation_keys,json=resultAnnotationKeys,proto3" json:"result_annotation_keys,omitempty"`
	// contains filtered or unexported fields
}

Request message for SearchAssets.

func (*SearchAssetsRequest) Descriptor deprecated

func (*SearchAssetsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SearchAssetsRequest.ProtoReflect.Descriptor instead.

func (*SearchAssetsRequest) GetContentTimeRanges

func (x *SearchAssetsRequest) GetContentTimeRanges() *DateTimeRangeArray

func (*SearchAssetsRequest) GetCorpus

func (x *SearchAssetsRequest) GetCorpus() string

func (*SearchAssetsRequest) GetCriteria

func (x *SearchAssetsRequest) GetCriteria() []*Criteria

func (*SearchAssetsRequest) GetFacetSelections

func (x *SearchAssetsRequest) GetFacetSelections() []*FacetGroup

func (*SearchAssetsRequest) GetPageSize

func (x *SearchAssetsRequest) GetPageSize() int32

func (*SearchAssetsRequest) GetPageToken

func (x *SearchAssetsRequest) GetPageToken() string

func (*SearchAssetsRequest) GetResultAnnotationKeys

func (x *SearchAssetsRequest) GetResultAnnotationKeys() []string

func (*SearchAssetsRequest) ProtoMessage

func (*SearchAssetsRequest) ProtoMessage()

func (*SearchAssetsRequest) ProtoReflect

func (x *SearchAssetsRequest) ProtoReflect() protoreflect.Message

func (*SearchAssetsRequest) Reset

func (x *SearchAssetsRequest) Reset()

func (*SearchAssetsRequest) String

func (x *SearchAssetsRequest) String() string

type SearchAssetsResponse

type SearchAssetsResponse struct {

	// Returned search results.
	SearchResultItems []*SearchResultItem `protobuf:"bytes,1,rep,name=search_result_items,json=searchResultItems,proto3" json:"search_result_items,omitempty"`
	// The next-page continuation token.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// Facet search results of a given query, which contains user's
	// already-selected facet values and updated facet search results.
	FacetResults []*FacetGroup `protobuf:"bytes,3,rep,name=facet_results,json=facetResults,proto3" json:"facet_results,omitempty"`
	// contains filtered or unexported fields
}

Response message for SearchAssets.

func (*SearchAssetsResponse) Descriptor deprecated

func (*SearchAssetsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SearchAssetsResponse.ProtoReflect.Descriptor instead.

func (*SearchAssetsResponse) GetFacetResults

func (x *SearchAssetsResponse) GetFacetResults() []*FacetGroup

func (*SearchAssetsResponse) GetNextPageToken

func (x *SearchAssetsResponse) GetNextPageToken() string

func (*SearchAssetsResponse) GetSearchResultItems

func (x *SearchAssetsResponse) GetSearchResultItems() []*SearchResultItem

func (*SearchAssetsResponse) ProtoMessage

func (*SearchAssetsResponse) ProtoMessage()

func (*SearchAssetsResponse) ProtoReflect

func (x *SearchAssetsResponse) ProtoReflect() protoreflect.Message

func (*SearchAssetsResponse) Reset

func (x *SearchAssetsResponse) Reset()

func (*SearchAssetsResponse) String

func (x *SearchAssetsResponse) String() string

type SearchConfig

type SearchConfig struct {

	// Resource name of the search configuration.
	// For CustomSearchCriteria, search_config would be the search
	// operator name. For Facets, search_config would be the facet
	// dimension name.
	// Form:
	// `projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Establishes a FacetDimension and associated specifications.
	FacetProperty *FacetProperty `protobuf:"bytes,2,opt,name=facet_property,json=facetProperty,proto3" json:"facet_property,omitempty"`
	// Creates a mapping between a custom SearchCriteria and one or more UGA keys.
	SearchCriteriaProperty *SearchCriteriaProperty `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

SearchConfig stores different properties that will affect search behaviors and search results.

func (*SearchConfig) Descriptor deprecated

func (*SearchConfig) Descriptor() ([]byte, []int)

Deprecated: Use SearchConfig.ProtoReflect.Descriptor instead.

func (*SearchConfig) GetFacetProperty

func (x *SearchConfig) GetFacetProperty() *FacetProperty

func (*SearchConfig) GetName

func (x *SearchConfig) GetName() string

func (*SearchConfig) GetSearchCriteriaProperty

func (x *SearchConfig) GetSearchCriteriaProperty() *SearchCriteriaProperty

func (*SearchConfig) ProtoMessage

func (*SearchConfig) ProtoMessage()

func (*SearchConfig) ProtoReflect

func (x *SearchConfig) ProtoReflect() protoreflect.Message

func (*SearchConfig) Reset

func (x *SearchConfig) Reset()

func (*SearchConfig) String

func (x *SearchConfig) String() string

type SearchCriteriaProperty

type SearchCriteriaProperty struct {

	// Each mapped_field corresponds to a UGA key. To understand how this property
	// works, take the following example. In the SearchConfig table, the
	// user adds this entry:
	//
	//	search_config {
	//	  name: "person"
	//	  search_criteria_property {
	//	    mapped_fields: "player"
	//	    mapped_fields: "coach"
	//	  }
	//	}
	//
	// Now, when a user issues a query like:
	//
	//	criteria {
	//	  field: "person"
	//	  text_array {
	//	    txt_values: "Tom Brady"
	//	    txt_values: "Bill Belichick"
	//	  }
	//	}
	//
	// MWH search will return search documents where (player=Tom Brady ||
	// coach=Tom Brady || player=Bill Belichick || coach=Bill Belichick).
	MappedFields []string `protobuf:"bytes,1,rep,name=mapped_fields,json=mappedFields,proto3" json:"mapped_fields,omitempty"`
	// contains filtered or unexported fields
}

Central configuration for custom search criteria.

func (*SearchCriteriaProperty) Descriptor deprecated

func (*SearchCriteriaProperty) Descriptor() ([]byte, []int)

Deprecated: Use SearchCriteriaProperty.ProtoReflect.Descriptor instead.

func (*SearchCriteriaProperty) GetMappedFields

func (x *SearchCriteriaProperty) GetMappedFields() []string

func (*SearchCriteriaProperty) ProtoMessage

func (*SearchCriteriaProperty) ProtoMessage()

func (*SearchCriteriaProperty) ProtoReflect

func (x *SearchCriteriaProperty) ProtoReflect() protoreflect.Message

func (*SearchCriteriaProperty) Reset

func (x *SearchCriteriaProperty) Reset()

func (*SearchCriteriaProperty) String

func (x *SearchCriteriaProperty) String() string

type SearchResultItem

type SearchResultItem struct {

	// The resource name of the asset.
	// Form:
	// 'projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}'
	Asset string `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	// The matched asset segments.
	// Deprecated: please use singular `segment` field.
	//
	// Deprecated: Do not use.
	Segments []*Partition_TemporalPartition `protobuf:"bytes,2,rep,name=segments,proto3" json:"segments,omitempty"`
	// The matched asset segment.
	Segment *Partition_TemporalPartition `protobuf:"bytes,5,opt,name=segment,proto3" json:"segment,omitempty"`
	// Search result annotations specified by result_annotation_keys in search
	// request.
	RequestedAnnotations []*Annotation `protobuf:"bytes,3,rep,name=requested_annotations,json=requestedAnnotations,proto3" json:"requested_annotations,omitempty"`
	// Criteria or facet-selection based annotation matching results associated to
	// this search result item. Only contains results for criteria or
	// facet_selections with fetch_matched_annotations=true.
	AnnotationMatchingResults []*AnnotationMatchingResult `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

Search result contains asset name and corresponding time ranges.

func (*SearchResultItem) Descriptor deprecated

func (*SearchResultItem) Descriptor() ([]byte, []int)

Deprecated: Use SearchResultItem.ProtoReflect.Descriptor instead.

func (*SearchResultItem) GetAnnotationMatchingResults

func (x *SearchResultItem) GetAnnotationMatchingResults() []*AnnotationMatchingResult

func (*SearchResultItem) GetAsset

func (x *SearchResultItem) GetAsset() string

func (*SearchResultItem) GetRequestedAnnotations

func (x *SearchResultItem) GetRequestedAnnotations() []*Annotation

func (*SearchResultItem) GetSegment

func (*SearchResultItem) GetSegments deprecated

func (x *SearchResultItem) GetSegments() []*Partition_TemporalPartition

Deprecated: Do not use.

func (*SearchResultItem) ProtoMessage

func (*SearchResultItem) ProtoMessage()

func (*SearchResultItem) ProtoReflect

func (x *SearchResultItem) ProtoReflect() protoreflect.Message

func (*SearchResultItem) Reset

func (x *SearchResultItem) Reset()

func (*SearchResultItem) String

func (x *SearchResultItem) String() string

type SendPacketsRequest

type SendPacketsRequest struct {

	// Types that are assignable to Request:
	//
	//	*SendPacketsRequest_Packet
	//	*SendPacketsRequest_Metadata
	Request isSendPacketsRequest_Request `protobuf_oneof:"request"`
	// contains filtered or unexported fields
}

Request message for sending packets.

func (*SendPacketsRequest) Descriptor deprecated

func (*SendPacketsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SendPacketsRequest.ProtoReflect.Descriptor instead.

func (*SendPacketsRequest) GetMetadata

func (x *SendPacketsRequest) GetMetadata() *RequestMetadata

func (*SendPacketsRequest) GetPacket

func (x *SendPacketsRequest) GetPacket() *Packet

func (*SendPacketsRequest) GetRequest

func (m *SendPacketsRequest) GetRequest() isSendPacketsRequest_Request

func (*SendPacketsRequest) ProtoMessage

func (*SendPacketsRequest) ProtoMessage()

func (*SendPacketsRequest) ProtoReflect

func (x *SendPacketsRequest) ProtoReflect() protoreflect.Message

func (*SendPacketsRequest) Reset

func (x *SendPacketsRequest) Reset()

func (*SendPacketsRequest) String

func (x *SendPacketsRequest) String() string

type SendPacketsRequest_Metadata

type SendPacketsRequest_Metadata struct {
	// The first message of the streaming rpc including the request metadata.
	Metadata *RequestMetadata `protobuf:"bytes,2,opt,name=metadata,proto3,oneof"`
}

type SendPacketsRequest_Packet

type SendPacketsRequest_Packet struct {
	// Packets sent over the streaming rpc.
	Packet *Packet `protobuf:"bytes,1,opt,name=packet,proto3,oneof"`
}

type SendPacketsResponse

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

Response message for sending packets.

func (*SendPacketsResponse) Descriptor deprecated

func (*SendPacketsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SendPacketsResponse.ProtoReflect.Descriptor instead.

func (*SendPacketsResponse) ProtoMessage

func (*SendPacketsResponse) ProtoMessage()

func (*SendPacketsResponse) ProtoReflect

func (x *SendPacketsResponse) ProtoReflect() protoreflect.Message

func (*SendPacketsResponse) Reset

func (x *SendPacketsResponse) Reset()

func (*SendPacketsResponse) String

func (x *SendPacketsResponse) String() string

type Series

type Series struct {

	// Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. The create timestamp.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. The update timestamp.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Labels as key value pairs.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Annotations to allow clients to store small amounts of arbitrary data.
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	// Required. Stream that is associated with this series.
	Stream string `protobuf:"bytes,6,opt,name=stream,proto3" json:"stream,omitempty"`
	// Required. Event that is associated with this series.
	Event string `protobuf:"bytes,7,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

Message describing the Series object.

func (*Series) Descriptor deprecated

func (*Series) Descriptor() ([]byte, []int)

Deprecated: Use Series.ProtoReflect.Descriptor instead.

func (*Series) GetAnnotations

func (x *Series) GetAnnotations() map[string]string

func (*Series) GetCreateTime

func (x *Series) GetCreateTime() *timestamppb.Timestamp

func (*Series) GetEvent

func (x *Series) GetEvent() string

func (*Series) GetLabels

func (x *Series) GetLabels() map[string]string

func (*Series) GetName

func (x *Series) GetName() string

func (*Series) GetStream

func (x *Series) GetStream() string

func (*Series) GetUpdateTime

func (x *Series) GetUpdateTime() *timestamppb.Timestamp

func (*Series) ProtoMessage

func (*Series) ProtoMessage()

func (*Series) ProtoReflect

func (x *Series) ProtoReflect() protoreflect.Message

func (*Series) Reset

func (x *Series) Reset()

func (*Series) String

func (x *Series) String() string

type SeriesMetadata

type SeriesMetadata struct {

	// Series name. It's in the format of
	// "projects/{project}/locations/{location}/clusters/{cluster}/series/{stream}".
	Series string `protobuf:"bytes,1,opt,name=series,proto3" json:"series,omitempty"`
	// contains filtered or unexported fields
}

The message that represents series metadata.

func (*SeriesMetadata) Descriptor deprecated

func (*SeriesMetadata) Descriptor() ([]byte, []int)

Deprecated: Use SeriesMetadata.ProtoReflect.Descriptor instead.

func (*SeriesMetadata) GetSeries

func (x *SeriesMetadata) GetSeries() string

func (*SeriesMetadata) ProtoMessage

func (*SeriesMetadata) ProtoMessage()

func (*SeriesMetadata) ProtoReflect

func (x *SeriesMetadata) ProtoReflect() protoreflect.Message

func (*SeriesMetadata) Reset

func (x *SeriesMetadata) Reset()

func (*SeriesMetadata) String

func (x *SeriesMetadata) String() string

type ServerMetadata

type ServerMetadata struct {

	// The offset position for the packet in its stream.
	Offset int64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
	// The timestamp at which the stream server receives this packet. This is
	// based on the local clock of on the server side. It is guaranteed to be
	// monotonically increasing for the packets within each session; however
	// this timestamp is not comparable across packets sent to the same stream
	// different sessions. Session here refers to one individual gRPC streaming
	// request to the stream server.
	IngestTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=ingest_time,json=ingestTime,proto3" json:"ingest_time,omitempty"`
	// contains filtered or unexported fields
}

The message that represents server metadata.

func (*ServerMetadata) Descriptor deprecated

func (*ServerMetadata) Descriptor() ([]byte, []int)

Deprecated: Use ServerMetadata.ProtoReflect.Descriptor instead.

func (*ServerMetadata) GetIngestTime

func (x *ServerMetadata) GetIngestTime() *timestamppb.Timestamp

func (*ServerMetadata) GetOffset

func (x *ServerMetadata) GetOffset() int64

func (*ServerMetadata) ProtoMessage

func (*ServerMetadata) ProtoMessage()

func (*ServerMetadata) ProtoReflect

func (x *ServerMetadata) ProtoReflect() protoreflect.Message

func (*ServerMetadata) Reset

func (x *ServerMetadata) Reset()

func (*ServerMetadata) String

func (x *ServerMetadata) String() string

type Stream

type Stream struct {

	// Name of the resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. The create timestamp.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. The update timestamp.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Labels as key value pairs.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Annotations to allow clients to store small amounts of arbitrary data.
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	// The display name for the stream resource.
	DisplayName string `protobuf:"bytes,6,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Whether to enable the HLS playback service on this stream.
	EnableHlsPlayback bool `protobuf:"varint,7,opt,name=enable_hls_playback,json=enableHlsPlayback,proto3" json:"enable_hls_playback,omitempty"`
	// The name of the media warehouse asset for long term storage of stream data.
	// Format: projects/${p_id}/locations/${l_id}/corpora/${c_id}/assets/${a_id}
	// Remain empty if the media warehouse storage is not needed for the stream.
	MediaWarehouseAsset string `protobuf:"bytes,8,opt,name=media_warehouse_asset,json=mediaWarehouseAsset,proto3" json:"media_warehouse_asset,omitempty"`
	// contains filtered or unexported fields
}

Message describing the Stream object. The Stream and the Event resources are many to many; i.e., each Stream resource can associate to many Event resources and each Event resource can associate to many Stream resources.

func (*Stream) Descriptor deprecated

func (*Stream) Descriptor() ([]byte, []int)

Deprecated: Use Stream.ProtoReflect.Descriptor instead.

func (*Stream) GetAnnotations

func (x *Stream) GetAnnotations() map[string]string

func (*Stream) GetCreateTime

func (x *Stream) GetCreateTime() *timestamppb.Timestamp

func (*Stream) GetDisplayName

func (x *Stream) GetDisplayName() string

func (*Stream) GetEnableHlsPlayback

func (x *Stream) GetEnableHlsPlayback() bool

func (*Stream) GetLabels

func (x *Stream) GetLabels() map[string]string

func (*Stream) GetMediaWarehouseAsset

func (x *Stream) GetMediaWarehouseAsset() string

func (*Stream) GetName

func (x *Stream) GetName() string

func (*Stream) GetUpdateTime

func (x *Stream) GetUpdateTime() *timestamppb.Timestamp

func (*Stream) ProtoMessage

func (*Stream) ProtoMessage()

func (*Stream) ProtoReflect

func (x *Stream) ProtoReflect() protoreflect.Message

func (*Stream) Reset

func (x *Stream) Reset()

func (*Stream) String

func (x *Stream) String() string

type StreamAnnotation

type StreamAnnotation struct {

	// Types that are assignable to AnnotationPayload:
	//
	//	*StreamAnnotation_ActiveZone
	//	*StreamAnnotation_CrossingLine
	AnnotationPayload isStreamAnnotation_AnnotationPayload `protobuf_oneof:"annotation_payload"`
	// ID of the annotation. It must be unique when used in the certain context.
	// For example, all the annotations to one input streams of a Vision AI
	// application.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// User-friendly name for the annotation.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// The Vision AI stream resource name.
	SourceStream string `protobuf:"bytes,3,opt,name=source_stream,json=sourceStream,proto3" json:"source_stream,omitempty"`
	// The actual type of Annotation.
	Type StreamAnnotationType `protobuf:"varint,4,opt,name=type,proto3,enum=google.cloud.visionai.v1alpha1.StreamAnnotationType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

message about annotations about Vision AI stream resource.

func (*StreamAnnotation) Descriptor deprecated

func (*StreamAnnotation) Descriptor() ([]byte, []int)

Deprecated: Use StreamAnnotation.ProtoReflect.Descriptor instead.

func (*StreamAnnotation) GetActiveZone

func (x *StreamAnnotation) GetActiveZone() *NormalizedPolygon

func (*StreamAnnotation) GetAnnotationPayload

func (m *StreamAnnotation) GetAnnotationPayload() isStreamAnnotation_AnnotationPayload

func (*StreamAnnotation) GetCrossingLine

func (x *StreamAnnotation) GetCrossingLine() *NormalizedPolyline

func (*StreamAnnotation) GetDisplayName

func (x *StreamAnnotation) GetDisplayName() string

func (*StreamAnnotation) GetId

func (x *StreamAnnotation) GetId() string

func (*StreamAnnotation) GetSourceStream

func (x *StreamAnnotation) GetSourceStream() string

func (*StreamAnnotation) GetType

func (*StreamAnnotation) ProtoMessage

func (*StreamAnnotation) ProtoMessage()

func (*StreamAnnotation) ProtoReflect

func (x *StreamAnnotation) ProtoReflect() protoreflect.Message

func (*StreamAnnotation) Reset

func (x *StreamAnnotation) Reset()

func (*StreamAnnotation) String

func (x *StreamAnnotation) String() string

type StreamAnnotationType

type StreamAnnotationType int32

Enum describing all possible types of a stream annotation.

const (
	// Type UNSPECIFIED.
	StreamAnnotationType_STREAM_ANNOTATION_TYPE_UNSPECIFIED StreamAnnotationType = 0
	// active_zone annotation defines a polygon on top of the content from an
	// image/video based stream, following processing will only focus on the
	// content inside the active zone.
	StreamAnnotationType_STREAM_ANNOTATION_TYPE_ACTIVE_ZONE StreamAnnotationType = 1
	// crossing_line annotation defines a polyline on top of the content from an
	// image/video based Vision AI stream, events happening across the line will
	// be captured. For example, the counts of people who goes acroos the line
	// in Occupancy Analytic Processor.
	StreamAnnotationType_STREAM_ANNOTATION_TYPE_CROSSING_LINE StreamAnnotationType = 2
)

func (StreamAnnotationType) Descriptor

func (StreamAnnotationType) Enum

func (StreamAnnotationType) EnumDescriptor deprecated

func (StreamAnnotationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use StreamAnnotationType.Descriptor instead.

func (StreamAnnotationType) Number

func (StreamAnnotationType) String

func (x StreamAnnotationType) String() string

func (StreamAnnotationType) Type

type StreamAnnotation_ActiveZone

type StreamAnnotation_ActiveZone struct {
	// Annotation for type ACTIVE_ZONE
	ActiveZone *NormalizedPolygon `protobuf:"bytes,5,opt,name=active_zone,json=activeZone,proto3,oneof"`
}

type StreamAnnotation_CrossingLine

type StreamAnnotation_CrossingLine struct {
	// Annotation for type CROSSING_LINE
	CrossingLine *NormalizedPolyline `protobuf:"bytes,6,opt,name=crossing_line,json=crossingLine,proto3,oneof"`
}

type StreamAnnotations

type StreamAnnotations struct {

	// Multiple annotations.
	StreamAnnotations []*StreamAnnotation `protobuf:"bytes,1,rep,name=stream_annotations,json=streamAnnotations,proto3" json:"stream_annotations,omitempty"`
	// contains filtered or unexported fields
}

A wrapper of repeated StreamAnnotation.

func (*StreamAnnotations) Descriptor deprecated

func (*StreamAnnotations) Descriptor() ([]byte, []int)

Deprecated: Use StreamAnnotations.ProtoReflect.Descriptor instead.

func (*StreamAnnotations) GetStreamAnnotations

func (x *StreamAnnotations) GetStreamAnnotations() []*StreamAnnotation

func (*StreamAnnotations) ProtoMessage

func (*StreamAnnotations) ProtoMessage()

func (*StreamAnnotations) ProtoReflect

func (x *StreamAnnotations) ProtoReflect() protoreflect.Message

func (*StreamAnnotations) Reset

func (x *StreamAnnotations) Reset()

func (*StreamAnnotations) String

func (x *StreamAnnotations) String() string

type StreamWithAnnotation

type StreamWithAnnotation struct {

	// Vision AI Stream resource name.
	Stream string `protobuf:"bytes,1,opt,name=stream,proto3" json:"stream,omitempty"`
	// Annotations that will be applied to the whole application.
	ApplicationAnnotations []*StreamAnnotation `` /* 127-byte string literal not displayed */
	// Annotations that will be applied to the specific node of the application.
	// If the same type of the annotations is applied to both application and
	// node, the node annotation will be added in addition to the global
	// application one.
	// For example, if there is one active zone annotation for the whole
	// application and one active zone annotation for the Occupancy Analytic
	// processor, then the Occupancy Analytic processor will have two active zones
	// defined.
	NodeAnnotations []*StreamWithAnnotation_NodeAnnotation `protobuf:"bytes,3,rep,name=node_annotations,json=nodeAnnotations,proto3" json:"node_annotations,omitempty"`
	// contains filtered or unexported fields
}

Message describing Vision AI stream with application specific annotations. All the StreamAnnotation object inside this message MUST have unique id.

func (*StreamWithAnnotation) Descriptor deprecated

func (*StreamWithAnnotation) Descriptor() ([]byte, []int)

Deprecated: Use StreamWithAnnotation.ProtoReflect.Descriptor instead.

func (*StreamWithAnnotation) GetApplicationAnnotations

func (x *StreamWithAnnotation) GetApplicationAnnotations() []*StreamAnnotation

func (*StreamWithAnnotation) GetNodeAnnotations

func (x *StreamWithAnnotation) GetNodeAnnotations() []*StreamWithAnnotation_NodeAnnotation

func (*StreamWithAnnotation) GetStream

func (x *StreamWithAnnotation) GetStream() string

func (*StreamWithAnnotation) ProtoMessage

func (*StreamWithAnnotation) ProtoMessage()

func (*StreamWithAnnotation) ProtoReflect

func (x *StreamWithAnnotation) ProtoReflect() protoreflect.Message

func (*StreamWithAnnotation) Reset

func (x *StreamWithAnnotation) Reset()

func (*StreamWithAnnotation) String

func (x *StreamWithAnnotation) String() string

type StreamWithAnnotation_NodeAnnotation

type StreamWithAnnotation_NodeAnnotation struct {

	// The node name of the application graph.
	Node string `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	// The node specific stream annotations.
	Annotations []*StreamAnnotation `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

Message describing annotations specific to application node.

func (*StreamWithAnnotation_NodeAnnotation) Descriptor deprecated

func (*StreamWithAnnotation_NodeAnnotation) Descriptor() ([]byte, []int)

Deprecated: Use StreamWithAnnotation_NodeAnnotation.ProtoReflect.Descriptor instead.

func (*StreamWithAnnotation_NodeAnnotation) GetAnnotations

func (*StreamWithAnnotation_NodeAnnotation) GetNode

func (*StreamWithAnnotation_NodeAnnotation) ProtoMessage

func (*StreamWithAnnotation_NodeAnnotation) ProtoMessage()

func (*StreamWithAnnotation_NodeAnnotation) ProtoReflect

func (*StreamWithAnnotation_NodeAnnotation) Reset

func (*StreamWithAnnotation_NodeAnnotation) String

type StreamingServiceClient

type StreamingServiceClient interface {
	// Send packets to the series.
	SendPackets(ctx context.Context, opts ...grpc.CallOption) (StreamingService_SendPacketsClient, error)
	// Receive packets from the series.
	ReceivePackets(ctx context.Context, opts ...grpc.CallOption) (StreamingService_ReceivePacketsClient, error)
	// Receive events given the stream name.
	ReceiveEvents(ctx context.Context, opts ...grpc.CallOption) (StreamingService_ReceiveEventsClient, error)
	// AcquireLease acquires a lease.
	AcquireLease(ctx context.Context, in *AcquireLeaseRequest, opts ...grpc.CallOption) (*Lease, error)
	// RenewLease renews a lease.
	RenewLease(ctx context.Context, in *RenewLeaseRequest, opts ...grpc.CallOption) (*Lease, error)
	// RleaseLease releases a lease.
	ReleaseLease(ctx context.Context, in *ReleaseLeaseRequest, opts ...grpc.CallOption) (*ReleaseLeaseResponse, error)
}

StreamingServiceClient is the client API for StreamingService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type StreamingServiceServer

type StreamingServiceServer interface {
	// Send packets to the series.
	SendPackets(StreamingService_SendPacketsServer) error
	// Receive packets from the series.
	ReceivePackets(StreamingService_ReceivePacketsServer) error
	// Receive events given the stream name.
	ReceiveEvents(StreamingService_ReceiveEventsServer) error
	// AcquireLease acquires a lease.
	AcquireLease(context.Context, *AcquireLeaseRequest) (*Lease, error)
	// RenewLease renews a lease.
	RenewLease(context.Context, *RenewLeaseRequest) (*Lease, error)
	// RleaseLease releases a lease.
	ReleaseLease(context.Context, *ReleaseLeaseRequest) (*ReleaseLeaseResponse, error)
}

StreamingServiceServer is the server API for StreamingService service.

type StreamingService_ReceiveEventsClient

type StreamingService_ReceiveEventsClient interface {
	Send(*ReceiveEventsRequest) error
	Recv() (*ReceiveEventsResponse, error)
	grpc.ClientStream
}

type StreamingService_ReceiveEventsServer

type StreamingService_ReceiveEventsServer interface {
	Send(*ReceiveEventsResponse) error
	Recv() (*ReceiveEventsRequest, error)
	grpc.ServerStream
}

type StreamingService_ReceivePacketsClient

type StreamingService_ReceivePacketsClient interface {
	Send(*ReceivePacketsRequest) error
	Recv() (*ReceivePacketsResponse, error)
	grpc.ClientStream
}

type StreamingService_ReceivePacketsServer

type StreamingService_ReceivePacketsServer interface {
	Send(*ReceivePacketsResponse) error
	Recv() (*ReceivePacketsRequest, error)
	grpc.ServerStream
}

type StreamingService_SendPacketsClient

type StreamingService_SendPacketsClient interface {
	Send(*SendPacketsRequest) error
	Recv() (*SendPacketsResponse, error)
	grpc.ClientStream
}

type StreamingService_SendPacketsServer

type StreamingService_SendPacketsServer interface {
	Send(*SendPacketsResponse) error
	Recv() (*SendPacketsRequest, error)
	grpc.ServerStream
}

type StreamsServiceClient

type StreamsServiceClient interface {
	// Lists Clusters in a given project and location.
	ListClusters(ctx context.Context, in *ListClustersRequest, opts ...grpc.CallOption) (*ListClustersResponse, error)
	// Gets details of a single Cluster.
	GetCluster(ctx context.Context, in *GetClusterRequest, opts ...grpc.CallOption) (*Cluster, error)
	// Creates a new Cluster in a given project and location.
	CreateCluster(ctx context.Context, in *CreateClusterRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Updates the parameters of a single Cluster.
	UpdateCluster(ctx context.Context, in *UpdateClusterRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Deletes a single Cluster.
	DeleteCluster(ctx context.Context, in *DeleteClusterRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Lists Streams in a given project and location.
	ListStreams(ctx context.Context, in *ListStreamsRequest, opts ...grpc.CallOption) (*ListStreamsResponse, error)
	// Gets details of a single Stream.
	GetStream(ctx context.Context, in *GetStreamRequest, opts ...grpc.CallOption) (*Stream, error)
	// Creates a new Stream in a given project and location.
	CreateStream(ctx context.Context, in *CreateStreamRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Updates the parameters of a single Stream.
	UpdateStream(ctx context.Context, in *UpdateStreamRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Deletes a single Stream.
	DeleteStream(ctx context.Context, in *DeleteStreamRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Generate the JWT auth token required to get the stream HLS contents.
	GenerateStreamHlsToken(ctx context.Context, in *GenerateStreamHlsTokenRequest, opts ...grpc.CallOption) (*GenerateStreamHlsTokenResponse, error)
	// Lists Events in a given project and location.
	ListEvents(ctx context.Context, in *ListEventsRequest, opts ...grpc.CallOption) (*ListEventsResponse, error)
	// Gets details of a single Event.
	GetEvent(ctx context.Context, in *GetEventRequest, opts ...grpc.CallOption) (*Event, error)
	// Creates a new Event in a given project and location.
	CreateEvent(ctx context.Context, in *CreateEventRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Updates the parameters of a single Event.
	UpdateEvent(ctx context.Context, in *UpdateEventRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Deletes a single Event.
	DeleteEvent(ctx context.Context, in *DeleteEventRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Lists Series in a given project and location.
	ListSeries(ctx context.Context, in *ListSeriesRequest, opts ...grpc.CallOption) (*ListSeriesResponse, error)
	// Gets details of a single Series.
	GetSeries(ctx context.Context, in *GetSeriesRequest, opts ...grpc.CallOption) (*Series, error)
	// Creates a new Series in a given project and location.
	CreateSeries(ctx context.Context, in *CreateSeriesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Updates the parameters of a single Event.
	UpdateSeries(ctx context.Context, in *UpdateSeriesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Deletes a single Series.
	DeleteSeries(ctx context.Context, in *DeleteSeriesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Materialize a channel.
	MaterializeChannel(ctx context.Context, in *MaterializeChannelRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
}

StreamsServiceClient is the client API for StreamsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type StreamsServiceServer

type StreamsServiceServer interface {
	// Lists Clusters in a given project and location.
	ListClusters(context.Context, *ListClustersRequest) (*ListClustersResponse, error)
	// Gets details of a single Cluster.
	GetCluster(context.Context, *GetClusterRequest) (*Cluster, error)
	// Creates a new Cluster in a given project and location.
	CreateCluster(context.Context, *CreateClusterRequest) (*longrunning.Operation, error)
	// Updates the parameters of a single Cluster.
	UpdateCluster(context.Context, *UpdateClusterRequest) (*longrunning.Operation, error)
	// Deletes a single Cluster.
	DeleteCluster(context.Context, *DeleteClusterRequest) (*longrunning.Operation, error)
	// Lists Streams in a given project and location.
	ListStreams(context.Context, *ListStreamsRequest) (*ListStreamsResponse, error)
	// Gets details of a single Stream.
	GetStream(context.Context, *GetStreamRequest) (*Stream, error)
	// Creates a new Stream in a given project and location.
	CreateStream(context.Context, *CreateStreamRequest) (*longrunning.Operation, error)
	// Updates the parameters of a single Stream.
	UpdateStream(context.Context, *UpdateStreamRequest) (*longrunning.Operation, error)
	// Deletes a single Stream.
	DeleteStream(context.Context, *DeleteStreamRequest) (*longrunning.Operation, error)
	// Generate the JWT auth token required to get the stream HLS contents.
	GenerateStreamHlsToken(context.Context, *GenerateStreamHlsTokenRequest) (*GenerateStreamHlsTokenResponse, error)
	// Lists Events in a given project and location.
	ListEvents(context.Context, *ListEventsRequest) (*ListEventsResponse, error)
	// Gets details of a single Event.
	GetEvent(context.Context, *GetEventRequest) (*Event, error)
	// Creates a new Event in a given project and location.
	CreateEvent(context.Context, *CreateEventRequest) (*longrunning.Operation, error)
	// Updates the parameters of a single Event.
	UpdateEvent(context.Context, *UpdateEventRequest) (*longrunning.Operation, error)
	// Deletes a single Event.
	DeleteEvent(context.Context, *DeleteEventRequest) (*longrunning.Operation, error)
	// Lists Series in a given project and location.
	ListSeries(context.Context, *ListSeriesRequest) (*ListSeriesResponse, error)
	// Gets details of a single Series.
	GetSeries(context.Context, *GetSeriesRequest) (*Series, error)
	// Creates a new Series in a given project and location.
	CreateSeries(context.Context, *CreateSeriesRequest) (*longrunning.Operation, error)
	// Updates the parameters of a single Event.
	UpdateSeries(context.Context, *UpdateSeriesRequest) (*longrunning.Operation, error)
	// Deletes a single Series.
	DeleteSeries(context.Context, *DeleteSeriesRequest) (*longrunning.Operation, error)
	// Materialize a channel.
	MaterializeChannel(context.Context, *MaterializeChannelRequest) (*longrunning.Operation, error)
}

StreamsServiceServer is the server API for StreamsService service.

type StringArray

type StringArray struct {

	// String type values.
	TxtValues []string `protobuf:"bytes,1,rep,name=txt_values,json=txtValues,proto3" json:"txt_values,omitempty"`
	// contains filtered or unexported fields
}

A list of string-type values.

func (*StringArray) Descriptor deprecated

func (*StringArray) Descriptor() ([]byte, []int)

Deprecated: Use StringArray.ProtoReflect.Descriptor instead.

func (*StringArray) GetTxtValues

func (x *StringArray) GetTxtValues() []string

func (*StringArray) ProtoMessage

func (*StringArray) ProtoMessage()

func (*StringArray) ProtoReflect

func (x *StringArray) ProtoReflect() protoreflect.Message

func (*StringArray) Reset

func (x *StringArray) Reset()

func (*StringArray) String

func (x *StringArray) String() string

type UndeployApplicationRequest

type UndeployApplicationRequest struct {

	// Required. the name of the application to retrieve.
	// Format:
	// "projects/{project}/locations/{location}/applications/{application}"
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and t
	// he request times out. If you make the request again with the same request
	// ID, the server can check if original operation with the same request ID
	// was received, and if so, will ignore the second request. This prevents
	// clients from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for undeploying an Application.

func (*UndeployApplicationRequest) Descriptor deprecated

func (*UndeployApplicationRequest) Descriptor() ([]byte, []int)

Deprecated: Use UndeployApplicationRequest.ProtoReflect.Descriptor instead.

func (*UndeployApplicationRequest) GetName

func (x *UndeployApplicationRequest) GetName() string

func (*UndeployApplicationRequest) GetRequestId

func (x *UndeployApplicationRequest) GetRequestId() string

func (*UndeployApplicationRequest) ProtoMessage

func (*UndeployApplicationRequest) ProtoMessage()

func (*UndeployApplicationRequest) ProtoReflect

func (*UndeployApplicationRequest) Reset

func (x *UndeployApplicationRequest) Reset()

func (*UndeployApplicationRequest) String

func (x *UndeployApplicationRequest) String() string

type UndeployApplicationResponse

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

Message for UndeployApplication Response.

func (*UndeployApplicationResponse) Descriptor deprecated

func (*UndeployApplicationResponse) Descriptor() ([]byte, []int)

Deprecated: Use UndeployApplicationResponse.ProtoReflect.Descriptor instead.

func (*UndeployApplicationResponse) ProtoMessage

func (*UndeployApplicationResponse) ProtoMessage()

func (*UndeployApplicationResponse) ProtoReflect

func (*UndeployApplicationResponse) Reset

func (x *UndeployApplicationResponse) Reset()

func (*UndeployApplicationResponse) String

func (x *UndeployApplicationResponse) String() string

type UnimplementedAppPlatformServer

type UnimplementedAppPlatformServer struct {
}

UnimplementedAppPlatformServer can be embedded to have forward compatible implementations.

func (*UnimplementedAppPlatformServer) AddApplicationStreamInput

func (*UnimplementedAppPlatformServer) CreateApplication

func (*UnimplementedAppPlatformServer) CreateApplicationInstances

func (*UnimplementedAppPlatformServer) CreateDraft

func (*UnimplementedAppPlatformServer) CreateProcessor

func (*UnimplementedAppPlatformServer) DeleteApplication

func (*UnimplementedAppPlatformServer) DeleteApplicationInstances

func (*UnimplementedAppPlatformServer) DeleteDraft

func (*UnimplementedAppPlatformServer) DeleteProcessor

func (*UnimplementedAppPlatformServer) DeployApplication

func (*UnimplementedAppPlatformServer) GetApplication

func (*UnimplementedAppPlatformServer) GetDraft

func (*UnimplementedAppPlatformServer) GetInstance

func (*UnimplementedAppPlatformServer) GetProcessor

func (*UnimplementedAppPlatformServer) ListApplications

func (*UnimplementedAppPlatformServer) ListDrafts

func (*UnimplementedAppPlatformServer) ListInstances

func (*UnimplementedAppPlatformServer) ListProcessors

func (*UnimplementedAppPlatformServer) RemoveApplicationStreamInput

func (*UnimplementedAppPlatformServer) UndeployApplication

func (*UnimplementedAppPlatformServer) UpdateApplication

func (*UnimplementedAppPlatformServer) UpdateApplicationInstances

func (*UnimplementedAppPlatformServer) UpdateApplicationStreamInput

func (*UnimplementedAppPlatformServer) UpdateDraft

func (*UnimplementedAppPlatformServer) UpdateProcessor

type UnimplementedLiveVideoAnalyticsServer

type UnimplementedLiveVideoAnalyticsServer struct {
}

UnimplementedLiveVideoAnalyticsServer can be embedded to have forward compatible implementations.

func (*UnimplementedLiveVideoAnalyticsServer) CreateAnalysis

func (*UnimplementedLiveVideoAnalyticsServer) DeleteAnalysis

func (*UnimplementedLiveVideoAnalyticsServer) GetAnalysis

func (*UnimplementedLiveVideoAnalyticsServer) ListAnalyses

func (*UnimplementedLiveVideoAnalyticsServer) UpdateAnalysis

type UnimplementedStreamingServiceServer

type UnimplementedStreamingServiceServer struct {
}

UnimplementedStreamingServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedStreamingServiceServer) AcquireLease

func (*UnimplementedStreamingServiceServer) ReceiveEvents

func (*UnimplementedStreamingServiceServer) ReceivePackets

func (*UnimplementedStreamingServiceServer) ReleaseLease

func (*UnimplementedStreamingServiceServer) RenewLease

func (*UnimplementedStreamingServiceServer) SendPackets

type UnimplementedStreamsServiceServer

type UnimplementedStreamsServiceServer struct {
}

UnimplementedStreamsServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedStreamsServiceServer) CreateCluster

func (*UnimplementedStreamsServiceServer) CreateEvent

func (*UnimplementedStreamsServiceServer) CreateSeries

func (*UnimplementedStreamsServiceServer) CreateStream

func (*UnimplementedStreamsServiceServer) DeleteCluster

func (*UnimplementedStreamsServiceServer) DeleteEvent

func (*UnimplementedStreamsServiceServer) DeleteSeries

func (*UnimplementedStreamsServiceServer) DeleteStream

func (*UnimplementedStreamsServiceServer) GetCluster

func (*UnimplementedStreamsServiceServer) GetEvent

func (*UnimplementedStreamsServiceServer) GetSeries

func (*UnimplementedStreamsServiceServer) GetStream

func (*UnimplementedStreamsServiceServer) ListClusters

func (*UnimplementedStreamsServiceServer) ListEvents

func (*UnimplementedStreamsServiceServer) ListSeries

func (*UnimplementedStreamsServiceServer) ListStreams

func (*UnimplementedStreamsServiceServer) MaterializeChannel

func (*UnimplementedStreamsServiceServer) UpdateCluster

func (*UnimplementedStreamsServiceServer) UpdateEvent

func (*UnimplementedStreamsServiceServer) UpdateSeries

func (*UnimplementedStreamsServiceServer) UpdateStream

type UnimplementedWarehouseServer

type UnimplementedWarehouseServer struct {
}

UnimplementedWarehouseServer can be embedded to have forward compatible implementations.

func (*UnimplementedWarehouseServer) ClipAsset

func (*UnimplementedWarehouseServer) CreateAnnotation

func (*UnimplementedWarehouseServer) CreateAsset

func (*UnimplementedWarehouseServer) CreateCorpus

func (*UnimplementedWarehouseServer) CreateDataSchema

func (*UnimplementedWarehouseServer) CreateSearchConfig

func (*UnimplementedWarehouseServer) DeleteAnnotation

func (*UnimplementedWarehouseServer) DeleteAsset

func (*UnimplementedWarehouseServer) DeleteCorpus

func (*UnimplementedWarehouseServer) DeleteDataSchema

func (*UnimplementedWarehouseServer) DeleteSearchConfig

func (*UnimplementedWarehouseServer) GenerateHlsUri

func (*UnimplementedWarehouseServer) GetAnnotation

func (*UnimplementedWarehouseServer) GetAsset

func (*UnimplementedWarehouseServer) GetCorpus

func (*UnimplementedWarehouseServer) GetDataSchema

func (*UnimplementedWarehouseServer) GetSearchConfig

func (*UnimplementedWarehouseServer) IngestAsset

func (*UnimplementedWarehouseServer) ListAnnotations

func (*UnimplementedWarehouseServer) ListAssets

func (*UnimplementedWarehouseServer) ListCorpora

func (*UnimplementedWarehouseServer) ListDataSchemas

func (*UnimplementedWarehouseServer) ListSearchConfigs

func (*UnimplementedWarehouseServer) SearchAssets

func (*UnimplementedWarehouseServer) UpdateAnnotation

func (*UnimplementedWarehouseServer) UpdateAsset

func (*UnimplementedWarehouseServer) UpdateCorpus

func (*UnimplementedWarehouseServer) UpdateDataSchema

func (*UnimplementedWarehouseServer) UpdateSearchConfig

type UpdateAnalysisRequest

type UpdateAnalysisRequest struct {

	// Required. Field mask is used to specify the fields to be overwritten in the
	// Analysis resource by the update.
	// The fields specified in the update_mask are relative to the resource, not
	// the full request. A field will be overwritten if it is in the mask. If the
	// user does not provide a mask then all fields will be overwritten.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// Required. The resource being updated.
	Analysis *Analysis `protobuf:"bytes,2,opt,name=analysis,proto3" json:"analysis,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and the
	// request times out. If you make the request again with the same request ID,
	// the server can check if original operation with the same request ID was
	// received, and if so, will ignore the second request. This prevents clients
	// from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for updating an Analysis.

func (*UpdateAnalysisRequest) Descriptor deprecated

func (*UpdateAnalysisRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAnalysisRequest.ProtoReflect.Descriptor instead.

func (*UpdateAnalysisRequest) GetAnalysis

func (x *UpdateAnalysisRequest) GetAnalysis() *Analysis

func (*UpdateAnalysisRequest) GetRequestId

func (x *UpdateAnalysisRequest) GetRequestId() string

func (*UpdateAnalysisRequest) GetUpdateMask

func (x *UpdateAnalysisRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateAnalysisRequest) ProtoMessage

func (*UpdateAnalysisRequest) ProtoMessage()

func (*UpdateAnalysisRequest) ProtoReflect

func (x *UpdateAnalysisRequest) ProtoReflect() protoreflect.Message

func (*UpdateAnalysisRequest) Reset

func (x *UpdateAnalysisRequest) Reset()

func (*UpdateAnalysisRequest) String

func (x *UpdateAnalysisRequest) String() string

type UpdateAnnotationRequest

type UpdateAnnotationRequest struct {

	// Required. The annotation to update.
	// The annotation's `name` field is used to identify the annotation to be
	// updated. Format:
	// projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}/annotations/{annotation}
	Annotation *Annotation `protobuf:"bytes,1,opt,name=annotation,proto3" json:"annotation,omitempty"`
	// The list of fields to be updated.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

Request message for UpdateAnnotation API.

func (*UpdateAnnotationRequest) Descriptor deprecated

func (*UpdateAnnotationRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAnnotationRequest.ProtoReflect.Descriptor instead.

func (*UpdateAnnotationRequest) GetAnnotation

func (x *UpdateAnnotationRequest) GetAnnotation() *Annotation

func (*UpdateAnnotationRequest) GetUpdateMask

func (x *UpdateAnnotationRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateAnnotationRequest) ProtoMessage

func (*UpdateAnnotationRequest) ProtoMessage()

func (*UpdateAnnotationRequest) ProtoReflect

func (x *UpdateAnnotationRequest) ProtoReflect() protoreflect.Message

func (*UpdateAnnotationRequest) Reset

func (x *UpdateAnnotationRequest) Reset()

func (*UpdateAnnotationRequest) String

func (x *UpdateAnnotationRequest) String() string

type UpdateApplicationInstancesRequest

type UpdateApplicationInstancesRequest struct {

	// Required. the name of the application to retrieve.
	// Format:
	// "projects/{project}/locations/{location}/applications/{application}"
	Name                 string                                                         `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ApplicationInstances []*UpdateApplicationInstancesRequest_UpdateApplicationInstance `protobuf:"bytes,2,rep,name=application_instances,json=applicationInstances,proto3" json:"application_instances,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and t
	// he request times out. If you make the request again with the same request
	// ID, the server can check if original operation with the same request ID
	// was received, and if so, will ignore the second request. This prevents
	// clients from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// If true, Update Request will create one resource if the target resource
	// doesn't exist, this time, the field_mask will be ignored.
	AllowMissing bool `protobuf:"varint,4,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"`
	// contains filtered or unexported fields
}

Message for updating an ApplicationInstance.

func (*UpdateApplicationInstancesRequest) Descriptor deprecated

func (*UpdateApplicationInstancesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateApplicationInstancesRequest.ProtoReflect.Descriptor instead.

func (*UpdateApplicationInstancesRequest) GetAllowMissing

func (x *UpdateApplicationInstancesRequest) GetAllowMissing() bool

func (*UpdateApplicationInstancesRequest) GetApplicationInstances

func (*UpdateApplicationInstancesRequest) GetName

func (*UpdateApplicationInstancesRequest) GetRequestId

func (x *UpdateApplicationInstancesRequest) GetRequestId() string

func (*UpdateApplicationInstancesRequest) ProtoMessage

func (*UpdateApplicationInstancesRequest) ProtoMessage()

func (*UpdateApplicationInstancesRequest) ProtoReflect

func (*UpdateApplicationInstancesRequest) Reset

func (*UpdateApplicationInstancesRequest) String

type UpdateApplicationInstancesRequest_UpdateApplicationInstance

type UpdateApplicationInstancesRequest_UpdateApplicationInstance struct {

	// Optional. Field mask is used to specify the fields to be overwritten in the
	// Draft resource by the update.
	// The fields specified in the update_mask are relative to the resource, not
	// the full request. A field will be overwritten if it is in the mask. If
	// the user does not provide a mask then all fields will be overwritten.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// Required. The resource being updated.
	Instance *Instance `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"`
	// Required. The id of the instance.
	InstanceId string `protobuf:"bytes,3,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateApplicationInstancesRequest_UpdateApplicationInstance) Descriptor deprecated

Deprecated: Use UpdateApplicationInstancesRequest_UpdateApplicationInstance.ProtoReflect.Descriptor instead.

func (*UpdateApplicationInstancesRequest_UpdateApplicationInstance) GetInstance

func (*UpdateApplicationInstancesRequest_UpdateApplicationInstance) GetInstanceId

func (*UpdateApplicationInstancesRequest_UpdateApplicationInstance) GetUpdateMask

func (*UpdateApplicationInstancesRequest_UpdateApplicationInstance) ProtoMessage

func (*UpdateApplicationInstancesRequest_UpdateApplicationInstance) ProtoReflect

func (*UpdateApplicationInstancesRequest_UpdateApplicationInstance) Reset

func (*UpdateApplicationInstancesRequest_UpdateApplicationInstance) String

type UpdateApplicationInstancesResponse

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

Message for UpdateApplicationInstances Response.

func (*UpdateApplicationInstancesResponse) Descriptor deprecated

func (*UpdateApplicationInstancesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateApplicationInstancesResponse.ProtoReflect.Descriptor instead.

func (*UpdateApplicationInstancesResponse) ProtoMessage

func (*UpdateApplicationInstancesResponse) ProtoMessage()

func (*UpdateApplicationInstancesResponse) ProtoReflect

func (*UpdateApplicationInstancesResponse) Reset

func (*UpdateApplicationInstancesResponse) String

type UpdateApplicationRequest

type UpdateApplicationRequest struct {

	// Optional. Field mask is used to specify the fields to be overwritten in the
	// Application resource by the update.
	// The fields specified in the update_mask are relative to the resource, not
	// the full request. A field will be overwritten if it is in the mask. If the
	// user does not provide a mask then all fields will be overwritten.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// Required. The resource being updated.
	Application *Application `protobuf:"bytes,2,opt,name=application,proto3" json:"application,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and t
	// he request times out. If you make the request again with the same request
	// ID, the server can check if original operation with the same request ID
	// was received, and if so, will ignore the second request. This prevents
	// clients from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for updating an Application.

func (*UpdateApplicationRequest) Descriptor deprecated

func (*UpdateApplicationRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateApplicationRequest.ProtoReflect.Descriptor instead.

func (*UpdateApplicationRequest) GetApplication

func (x *UpdateApplicationRequest) GetApplication() *Application

func (*UpdateApplicationRequest) GetRequestId

func (x *UpdateApplicationRequest) GetRequestId() string

func (*UpdateApplicationRequest) GetUpdateMask

func (x *UpdateApplicationRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateApplicationRequest) ProtoMessage

func (*UpdateApplicationRequest) ProtoMessage()

func (*UpdateApplicationRequest) ProtoReflect

func (x *UpdateApplicationRequest) ProtoReflect() protoreflect.Message

func (*UpdateApplicationRequest) Reset

func (x *UpdateApplicationRequest) Reset()

func (*UpdateApplicationRequest) String

func (x *UpdateApplicationRequest) String() string

type UpdateApplicationStreamInputRequest

type UpdateApplicationStreamInputRequest struct {

	// Required. the name of the application to retrieve.
	// Format:
	// "projects/{project}/locations/{location}/applications/{application}"
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The stream inputs to update, the stream resource name is the key of each
	// StreamInput, and it must be unique within each application.
	ApplicationStreamInputs []*ApplicationStreamInput `` /* 132-byte string literal not displayed */
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and t
	// he request times out. If you make the request again with the same request
	// ID, the server can check if original operation with the same request ID
	// was received, and if so, will ignore the second request. This prevents
	// clients from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// If true, UpdateApplicationStreamInput will insert stream input to
	// application even if the target stream is not included in the application.
	AllowMissing bool `protobuf:"varint,4,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"`
	// contains filtered or unexported fields
}

Message for updating stream input to an Application.

func (*UpdateApplicationStreamInputRequest) Descriptor deprecated

func (*UpdateApplicationStreamInputRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateApplicationStreamInputRequest.ProtoReflect.Descriptor instead.

func (*UpdateApplicationStreamInputRequest) GetAllowMissing

func (x *UpdateApplicationStreamInputRequest) GetAllowMissing() bool

func (*UpdateApplicationStreamInputRequest) GetApplicationStreamInputs

func (x *UpdateApplicationStreamInputRequest) GetApplicationStreamInputs() []*ApplicationStreamInput

func (*UpdateApplicationStreamInputRequest) GetName

func (*UpdateApplicationStreamInputRequest) GetRequestId

func (x *UpdateApplicationStreamInputRequest) GetRequestId() string

func (*UpdateApplicationStreamInputRequest) ProtoMessage

func (*UpdateApplicationStreamInputRequest) ProtoMessage()

func (*UpdateApplicationStreamInputRequest) ProtoReflect

func (*UpdateApplicationStreamInputRequest) Reset

func (*UpdateApplicationStreamInputRequest) String

type UpdateApplicationStreamInputResponse

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

Message for AddApplicationStreamInput Response.

func (*UpdateApplicationStreamInputResponse) Descriptor deprecated

func (*UpdateApplicationStreamInputResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateApplicationStreamInputResponse.ProtoReflect.Descriptor instead.

func (*UpdateApplicationStreamInputResponse) ProtoMessage

func (*UpdateApplicationStreamInputResponse) ProtoMessage()

func (*UpdateApplicationStreamInputResponse) ProtoReflect

func (*UpdateApplicationStreamInputResponse) Reset

func (*UpdateApplicationStreamInputResponse) String

type UpdateAssetRequest

type UpdateAssetRequest struct {

	// Required. The asset to update.
	//
	// The asset's `name` field is used to identify the asset to be updated.
	// Format:
	// projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}
	Asset *Asset `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	// The list of fields to be updated.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

Response message for UpdateAsset.

func (*UpdateAssetRequest) Descriptor deprecated

func (*UpdateAssetRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAssetRequest.ProtoReflect.Descriptor instead.

func (*UpdateAssetRequest) GetAsset

func (x *UpdateAssetRequest) GetAsset() *Asset

func (*UpdateAssetRequest) GetUpdateMask

func (x *UpdateAssetRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateAssetRequest) ProtoMessage

func (*UpdateAssetRequest) ProtoMessage()

func (*UpdateAssetRequest) ProtoReflect

func (x *UpdateAssetRequest) ProtoReflect() protoreflect.Message

func (*UpdateAssetRequest) Reset

func (x *UpdateAssetRequest) Reset()

func (*UpdateAssetRequest) String

func (x *UpdateAssetRequest) String() string

type UpdateClusterRequest

type UpdateClusterRequest struct {

	// Required. Field mask is used to specify the fields to be overwritten in the
	// Cluster resource by the update.
	// The fields specified in the update_mask are relative to the resource, not
	// the full request. A field will be overwritten if it is in the mask. If the
	// user does not provide a mask then all fields will be overwritten.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// Required. The resource being updated
	Cluster *Cluster `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and the
	// request times out. If you make the request again with the same request ID,
	// the server can check if original operation with the same request ID was
	// received, and if so, will ignore the second request. This prevents clients
	// from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for updating a Cluster.

func (*UpdateClusterRequest) Descriptor deprecated

func (*UpdateClusterRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateClusterRequest.ProtoReflect.Descriptor instead.

func (*UpdateClusterRequest) GetCluster

func (x *UpdateClusterRequest) GetCluster() *Cluster

func (*UpdateClusterRequest) GetRequestId

func (x *UpdateClusterRequest) GetRequestId() string

func (*UpdateClusterRequest) GetUpdateMask

func (x *UpdateClusterRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateClusterRequest) ProtoMessage

func (*UpdateClusterRequest) ProtoMessage()

func (*UpdateClusterRequest) ProtoReflect

func (x *UpdateClusterRequest) ProtoReflect() protoreflect.Message

func (*UpdateClusterRequest) Reset

func (x *UpdateClusterRequest) Reset()

func (*UpdateClusterRequest) String

func (x *UpdateClusterRequest) String() string

type UpdateCorpusRequest

type UpdateCorpusRequest struct {

	// Required. The corpus which replaces the resource on the server.
	Corpus *Corpus `protobuf:"bytes,1,opt,name=corpus,proto3" json:"corpus,omitempty"`
	// The list of fields to be updated.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

Request message for UpdateCorpus.

func (*UpdateCorpusRequest) Descriptor deprecated

func (*UpdateCorpusRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCorpusRequest.ProtoReflect.Descriptor instead.

func (*UpdateCorpusRequest) GetCorpus

func (x *UpdateCorpusRequest) GetCorpus() *Corpus

func (*UpdateCorpusRequest) GetUpdateMask

func (x *UpdateCorpusRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateCorpusRequest) ProtoMessage

func (*UpdateCorpusRequest) ProtoMessage()

func (*UpdateCorpusRequest) ProtoReflect

func (x *UpdateCorpusRequest) ProtoReflect() protoreflect.Message

func (*UpdateCorpusRequest) Reset

func (x *UpdateCorpusRequest) Reset()

func (*UpdateCorpusRequest) String

func (x *UpdateCorpusRequest) String() string

type UpdateDataSchemaRequest

type UpdateDataSchemaRequest struct {

	// Required. The data schema's `name` field is used to identify the data schema to be
	// updated. Format:
	// projects/{project_number}/locations/{location}/corpora/{corpus}/dataSchemas/{data_schema}
	DataSchema *DataSchema `protobuf:"bytes,1,opt,name=data_schema,json=dataSchema,proto3" json:"data_schema,omitempty"`
	// The list of fields to be updated.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

Request message for UpdateDataSchema.

func (*UpdateDataSchemaRequest) Descriptor deprecated

func (*UpdateDataSchemaRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateDataSchemaRequest.ProtoReflect.Descriptor instead.

func (*UpdateDataSchemaRequest) GetDataSchema

func (x *UpdateDataSchemaRequest) GetDataSchema() *DataSchema

func (*UpdateDataSchemaRequest) GetUpdateMask

func (x *UpdateDataSchemaRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateDataSchemaRequest) ProtoMessage

func (*UpdateDataSchemaRequest) ProtoMessage()

func (*UpdateDataSchemaRequest) ProtoReflect

func (x *UpdateDataSchemaRequest) ProtoReflect() protoreflect.Message

func (*UpdateDataSchemaRequest) Reset

func (x *UpdateDataSchemaRequest) Reset()

func (*UpdateDataSchemaRequest) String

func (x *UpdateDataSchemaRequest) String() string

type UpdateDraftRequest

type UpdateDraftRequest struct {

	// Optional. Field mask is used to specify the fields to be overwritten in the
	// Draft resource by the update.
	// The fields specified in the update_mask are relative to the resource, not
	// the full request. A field will be overwritten if it is in the mask. If the
	// user does not provide a mask then all fields will be overwritten.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// Required. The resource being updated.
	Draft *Draft `protobuf:"bytes,2,opt,name=draft,proto3" json:"draft,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and t
	// he request times out. If you make the request again with the same request
	// ID, the server can check if original operation with the same request ID
	// was received, and if so, will ignore the second request. This prevents
	// clients from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// If true, UpdateDraftRequest will create one resource if the target resource
	// doesn't exist, this time, the field_mask will be ignored.
	AllowMissing bool `protobuf:"varint,4,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"`
	// contains filtered or unexported fields
}

Message for updating an Draft.

func (*UpdateDraftRequest) Descriptor deprecated

func (*UpdateDraftRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateDraftRequest.ProtoReflect.Descriptor instead.

func (*UpdateDraftRequest) GetAllowMissing

func (x *UpdateDraftRequest) GetAllowMissing() bool

func (*UpdateDraftRequest) GetDraft

func (x *UpdateDraftRequest) GetDraft() *Draft

func (*UpdateDraftRequest) GetRequestId

func (x *UpdateDraftRequest) GetRequestId() string

func (*UpdateDraftRequest) GetUpdateMask

func (x *UpdateDraftRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateDraftRequest) ProtoMessage

func (*UpdateDraftRequest) ProtoMessage()

func (*UpdateDraftRequest) ProtoReflect

func (x *UpdateDraftRequest) ProtoReflect() protoreflect.Message

func (*UpdateDraftRequest) Reset

func (x *UpdateDraftRequest) Reset()

func (*UpdateDraftRequest) String

func (x *UpdateDraftRequest) String() string

type UpdateEventRequest

type UpdateEventRequest struct {

	// Required. Field mask is used to specify the fields to be overwritten in the
	// Event resource by the update.
	// The fields specified in the update_mask are relative to the resource, not
	// the full request. A field will be overwritten if it is in the mask. If the
	// user does not provide a mask then all fields will be overwritten.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// Required. The resource being updated.
	Event *Event `protobuf:"bytes,2,opt,name=event,proto3" json:"event,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and the
	// request times out. If you make the request again with the same request ID,
	// the server can check if original operation with the same request ID was
	// received, and if so, will ignore the second request. This prevents clients
	// from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for updating a Event.

func (*UpdateEventRequest) Descriptor deprecated

func (*UpdateEventRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateEventRequest.ProtoReflect.Descriptor instead.

func (*UpdateEventRequest) GetEvent

func (x *UpdateEventRequest) GetEvent() *Event

func (*UpdateEventRequest) GetRequestId

func (x *UpdateEventRequest) GetRequestId() string

func (*UpdateEventRequest) GetUpdateMask

func (x *UpdateEventRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateEventRequest) ProtoMessage

func (*UpdateEventRequest) ProtoMessage()

func (*UpdateEventRequest) ProtoReflect

func (x *UpdateEventRequest) ProtoReflect() protoreflect.Message

func (*UpdateEventRequest) Reset

func (x *UpdateEventRequest) Reset()

func (*UpdateEventRequest) String

func (x *UpdateEventRequest) String() string

type UpdateProcessorRequest

type UpdateProcessorRequest struct {

	// Optional. Field mask is used to specify the fields to be overwritten in the
	// Processor resource by the update.
	// The fields specified in the update_mask are relative to the resource, not
	// the full request. A field will be overwritten if it is in the mask. If the
	// user does not provide a mask then all fields will be overwritten.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// Required. The resource being updated.
	Processor *Processor `protobuf:"bytes,2,opt,name=processor,proto3" json:"processor,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and t
	// he request times out. If you make the request again with the same request
	// ID, the server can check if original operation with the same request ID
	// was received, and if so, will ignore the second request. This prevents
	// clients from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for updating a Processor.

func (*UpdateProcessorRequest) Descriptor deprecated

func (*UpdateProcessorRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProcessorRequest.ProtoReflect.Descriptor instead.

func (*UpdateProcessorRequest) GetProcessor

func (x *UpdateProcessorRequest) GetProcessor() *Processor

func (*UpdateProcessorRequest) GetRequestId

func (x *UpdateProcessorRequest) GetRequestId() string

func (*UpdateProcessorRequest) GetUpdateMask

func (x *UpdateProcessorRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateProcessorRequest) ProtoMessage

func (*UpdateProcessorRequest) ProtoMessage()

func (*UpdateProcessorRequest) ProtoReflect

func (x *UpdateProcessorRequest) ProtoReflect() protoreflect.Message

func (*UpdateProcessorRequest) Reset

func (x *UpdateProcessorRequest) Reset()

func (*UpdateProcessorRequest) String

func (x *UpdateProcessorRequest) String() string

type UpdateSearchConfigRequest

type UpdateSearchConfigRequest struct {

	// Required. The search configuration to update.
	//
	// The search configuration's `name` field is used to identify the resource to
	// be updated. Format:
	// projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}
	SearchConfig *SearchConfig `protobuf:"bytes,1,opt,name=search_config,json=searchConfig,proto3" json:"search_config,omitempty"`
	// The list of fields to be updated. If left unset, all field paths will be
	// updated/overwritten.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

Request message for UpdateSearchConfig.

func (*UpdateSearchConfigRequest) Descriptor deprecated

func (*UpdateSearchConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSearchConfigRequest.ProtoReflect.Descriptor instead.

func (*UpdateSearchConfigRequest) GetSearchConfig

func (x *UpdateSearchConfigRequest) GetSearchConfig() *SearchConfig

func (*UpdateSearchConfigRequest) GetUpdateMask

func (x *UpdateSearchConfigRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateSearchConfigRequest) ProtoMessage

func (*UpdateSearchConfigRequest) ProtoMessage()

func (*UpdateSearchConfigRequest) ProtoReflect

func (*UpdateSearchConfigRequest) Reset

func (x *UpdateSearchConfigRequest) Reset()

func (*UpdateSearchConfigRequest) String

func (x *UpdateSearchConfigRequest) String() string

type UpdateSeriesRequest

type UpdateSeriesRequest struct {

	// Required. Field mask is used to specify the fields to be overwritten in the Series
	// resource by the update. The fields specified in the update_mask are
	// relative to the resource, not the full request. A field will be overwritten
	// if it is in the mask. If the user does not provide a mask then all fields
	// will be overwritten.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// Required. The resource being updated
	Series *Series `protobuf:"bytes,2,opt,name=series,proto3" json:"series,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and the
	// request times out. If you make the request again with the same request ID,
	// the server can check if original operation with the same request ID was
	// received, and if so, will ignore the second request. This prevents clients
	// from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for updating a Series.

func (*UpdateSeriesRequest) Descriptor deprecated

func (*UpdateSeriesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSeriesRequest.ProtoReflect.Descriptor instead.

func (*UpdateSeriesRequest) GetRequestId

func (x *UpdateSeriesRequest) GetRequestId() string

func (*UpdateSeriesRequest) GetSeries

func (x *UpdateSeriesRequest) GetSeries() *Series

func (*UpdateSeriesRequest) GetUpdateMask

func (x *UpdateSeriesRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateSeriesRequest) ProtoMessage

func (*UpdateSeriesRequest) ProtoMessage()

func (*UpdateSeriesRequest) ProtoReflect

func (x *UpdateSeriesRequest) ProtoReflect() protoreflect.Message

func (*UpdateSeriesRequest) Reset

func (x *UpdateSeriesRequest) Reset()

func (*UpdateSeriesRequest) String

func (x *UpdateSeriesRequest) String() string

type UpdateStreamRequest

type UpdateStreamRequest struct {

	// Required. Field mask is used to specify the fields to be overwritten in the
	// Stream resource by the update.
	// The fields specified in the update_mask are relative to the resource, not
	// the full request. A field will be overwritten if it is in the mask. If the
	// user does not provide a mask then all fields will be overwritten.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// Required. The resource being updated.
	Stream *Stream `protobuf:"bytes,2,opt,name=stream,proto3" json:"stream,omitempty"`
	// Optional. An optional request ID to identify requests. Specify a unique request ID
	// so that if you must retry your request, the server will know to ignore
	// the request if it has already been completed. The server will guarantee
	// that for at least 60 minutes since the first request.
	//
	// For example, consider a situation where you make an initial request and the
	// request times out. If you make the request again with the same request ID,
	// the server can check if original operation with the same request ID was
	// received, and if so, will ignore the second request. This prevents clients
	// from accidentally creating duplicate commitments.
	//
	// The request ID must be a valid UUID with the exception that zero UUID is
	// not supported (00000000-0000-0000-0000-000000000000).
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Message for updating a Stream.

func (*UpdateStreamRequest) Descriptor deprecated

func (*UpdateStreamRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateStreamRequest.ProtoReflect.Descriptor instead.

func (*UpdateStreamRequest) GetRequestId

func (x *UpdateStreamRequest) GetRequestId() string

func (*UpdateStreamRequest) GetStream

func (x *UpdateStreamRequest) GetStream() *Stream

func (*UpdateStreamRequest) GetUpdateMask

func (x *UpdateStreamRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateStreamRequest) ProtoMessage

func (*UpdateStreamRequest) ProtoMessage()

func (*UpdateStreamRequest) ProtoReflect

func (x *UpdateStreamRequest) ProtoReflect() protoreflect.Message

func (*UpdateStreamRequest) Reset

func (x *UpdateStreamRequest) Reset()

func (*UpdateStreamRequest) String

func (x *UpdateStreamRequest) String() string

type UserSpecifiedAnnotation

type UserSpecifiedAnnotation struct {

	// Required. Key of the annotation. The key must be set with type by CreateDataSchema.
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// Value of the annotation. The value must be able to convert
	// to the type according to the data schema.
	Value *AnnotationValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// Partition information in time and space for the sub-asset level annotation.
	Partition *Partition `protobuf:"bytes,3,opt,name=partition,proto3" json:"partition,omitempty"`
	// contains filtered or unexported fields
}

Annotation provided by users.

func (*UserSpecifiedAnnotation) Descriptor deprecated

func (*UserSpecifiedAnnotation) Descriptor() ([]byte, []int)

Deprecated: Use UserSpecifiedAnnotation.ProtoReflect.Descriptor instead.

func (*UserSpecifiedAnnotation) GetKey

func (x *UserSpecifiedAnnotation) GetKey() string

func (*UserSpecifiedAnnotation) GetPartition

func (x *UserSpecifiedAnnotation) GetPartition() *Partition

func (*UserSpecifiedAnnotation) GetValue

func (*UserSpecifiedAnnotation) ProtoMessage

func (*UserSpecifiedAnnotation) ProtoMessage()

func (*UserSpecifiedAnnotation) ProtoReflect

func (x *UserSpecifiedAnnotation) ProtoReflect() protoreflect.Message

func (*UserSpecifiedAnnotation) Reset

func (x *UserSpecifiedAnnotation) Reset()

func (*UserSpecifiedAnnotation) String

func (x *UserSpecifiedAnnotation) String() string

type VertexAutoMLVideoConfig

type VertexAutoMLVideoConfig struct {

	// Only entities with higher score than the threshold will be returned.
	// Value 0.0 means returns all the detected entities.
	ConfidenceThreshold float32 `protobuf:"fixed32,1,opt,name=confidence_threshold,json=confidenceThreshold,proto3" json:"confidence_threshold,omitempty"`
	// Labels specified in this field won't be returned.
	BlockedLabels []string `protobuf:"bytes,2,rep,name=blocked_labels,json=blockedLabels,proto3" json:"blocked_labels,omitempty"`
	// At most this many predictions will be returned per output frame.
	// Value 0 means to return all the detected entities.
	MaxPredictions int32 `protobuf:"varint,3,opt,name=max_predictions,json=maxPredictions,proto3" json:"max_predictions,omitempty"`
	// Only Bounding Box whose size is larger than this limit will be returned.
	// Object Tracking only.
	// Value 0.0 means to return all the detected entities.
	BoundingBoxSizeLimit float32 `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

Message describing VertexAutoMLVideoConfig.

func (*VertexAutoMLVideoConfig) Descriptor deprecated

func (*VertexAutoMLVideoConfig) Descriptor() ([]byte, []int)

Deprecated: Use VertexAutoMLVideoConfig.ProtoReflect.Descriptor instead.

func (*VertexAutoMLVideoConfig) GetBlockedLabels

func (x *VertexAutoMLVideoConfig) GetBlockedLabels() []string

func (*VertexAutoMLVideoConfig) GetBoundingBoxSizeLimit

func (x *VertexAutoMLVideoConfig) GetBoundingBoxSizeLimit() float32

func (*VertexAutoMLVideoConfig) GetConfidenceThreshold

func (x *VertexAutoMLVideoConfig) GetConfidenceThreshold() float32

func (*VertexAutoMLVideoConfig) GetMaxPredictions

func (x *VertexAutoMLVideoConfig) GetMaxPredictions() int32

func (*VertexAutoMLVideoConfig) ProtoMessage

func (*VertexAutoMLVideoConfig) ProtoMessage()

func (*VertexAutoMLVideoConfig) ProtoReflect

func (x *VertexAutoMLVideoConfig) ProtoReflect() protoreflect.Message

func (*VertexAutoMLVideoConfig) Reset

func (x *VertexAutoMLVideoConfig) Reset()

func (*VertexAutoMLVideoConfig) String

func (x *VertexAutoMLVideoConfig) String() string

type VertexAutoMLVisionConfig

type VertexAutoMLVisionConfig struct {

	// Only entities with higher score than the threshold will be returned.
	// Value 0.0 means to return all the detected entities.
	ConfidenceThreshold float32 `protobuf:"fixed32,1,opt,name=confidence_threshold,json=confidenceThreshold,proto3" json:"confidence_threshold,omitempty"`
	// At most this many predictions will be returned per output frame.
	// Value 0 means to return all the detected entities.
	MaxPredictions int32 `protobuf:"varint,2,opt,name=max_predictions,json=maxPredictions,proto3" json:"max_predictions,omitempty"`
	// contains filtered or unexported fields
}

Message of configurations of Vertex AutoML Vision Processors.

func (*VertexAutoMLVisionConfig) Descriptor deprecated

func (*VertexAutoMLVisionConfig) Descriptor() ([]byte, []int)

Deprecated: Use VertexAutoMLVisionConfig.ProtoReflect.Descriptor instead.

func (*VertexAutoMLVisionConfig) GetConfidenceThreshold

func (x *VertexAutoMLVisionConfig) GetConfidenceThreshold() float32

func (*VertexAutoMLVisionConfig) GetMaxPredictions

func (x *VertexAutoMLVisionConfig) GetMaxPredictions() int32

func (*VertexAutoMLVisionConfig) ProtoMessage

func (*VertexAutoMLVisionConfig) ProtoMessage()

func (*VertexAutoMLVisionConfig) ProtoReflect

func (x *VertexAutoMLVisionConfig) ProtoReflect() protoreflect.Message

func (*VertexAutoMLVisionConfig) Reset

func (x *VertexAutoMLVisionConfig) Reset()

func (*VertexAutoMLVisionConfig) String

func (x *VertexAutoMLVisionConfig) String() string

type VertexCustomConfig

type VertexCustomConfig struct {

	// The max prediction frame per second. This attribute sets how fast the
	// operator sends prediction requests to Vertex AI endpoint. Default value is
	// 0, which means there is no max prediction fps limit. The operator sends
	// prediction requests at input fps.
	MaxPredictionFps int32 `protobuf:"varint,1,opt,name=max_prediction_fps,json=maxPredictionFps,proto3" json:"max_prediction_fps,omitempty"`
	// A description of resources that are dedicated to the DeployedModel, and
	// that need a higher degree of manual configuration.
	DedicatedResources *DedicatedResources `protobuf:"bytes,2,opt,name=dedicated_resources,json=dedicatedResources,proto3" json:"dedicated_resources,omitempty"`
	// If not empty, the prediction result will be sent to the specified cloud
	// function for post processing.
	// * The cloud function will receive AppPlatformCloudFunctionRequest where
	// the annotations field will be the json format of proto PredictResponse.
	// * The cloud function should return AppPlatformCloudFunctionResponse with
	// PredictResponse stored in the annotations field.
	// * To drop the prediction output, simply clear the payload field in the
	// returned AppPlatformCloudFunctionResponse.
	PostProcessingCloudFunction string `` /* 146-byte string literal not displayed */
	// If true, the prediction request received by custom model will also contain
	// metadata with the following schema:
	//
	//	'appPlatformMetadata': {
	//	      'ingestionTime': DOUBLE; (UNIX timestamp)
	//	      'application': STRING;
	//	      'instanceId': STRING;
	//	      'node': STRING;
	//	      'processor': STRING;
	//	 }
	AttachApplicationMetadata bool `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

Message describing VertexCustomConfig.

func (*VertexCustomConfig) Descriptor deprecated

func (*VertexCustomConfig) Descriptor() ([]byte, []int)

Deprecated: Use VertexCustomConfig.ProtoReflect.Descriptor instead.

func (*VertexCustomConfig) GetAttachApplicationMetadata

func (x *VertexCustomConfig) GetAttachApplicationMetadata() bool

func (*VertexCustomConfig) GetDedicatedResources

func (x *VertexCustomConfig) GetDedicatedResources() *DedicatedResources

func (*VertexCustomConfig) GetMaxPredictionFps

func (x *VertexCustomConfig) GetMaxPredictionFps() int32

func (*VertexCustomConfig) GetPostProcessingCloudFunction

func (x *VertexCustomConfig) GetPostProcessingCloudFunction() string

func (*VertexCustomConfig) ProtoMessage

func (*VertexCustomConfig) ProtoMessage()

func (*VertexCustomConfig) ProtoReflect

func (x *VertexCustomConfig) ProtoReflect() protoreflect.Message

func (*VertexCustomConfig) Reset

func (x *VertexCustomConfig) Reset()

func (*VertexCustomConfig) String

func (x *VertexCustomConfig) String() string

type VideoActionRecognitionPredictionResult

type VideoActionRecognitionPredictionResult struct {

	// The beginning, inclusive, of the video's time segment in which the
	// actions have been identified.
	SegmentStartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=segment_start_time,json=segmentStartTime,proto3" json:"segment_start_time,omitempty"`
	// The end, inclusive, of the video's time segment in which the actions have
	// been identified. Particularly, if the end is the same as the start, it
	// means the identification happens on a specific video frame.
	SegmentEndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=segment_end_time,json=segmentEndTime,proto3" json:"segment_end_time,omitempty"`
	// All of the actions identified in the time range.
	Actions []*VideoActionRecognitionPredictionResult_IdentifiedAction `protobuf:"bytes,3,rep,name=actions,proto3" json:"actions,omitempty"`
	// contains filtered or unexported fields
}

Prediction output format for Video Action Recognition.

func (*VideoActionRecognitionPredictionResult) Descriptor deprecated

func (*VideoActionRecognitionPredictionResult) Descriptor() ([]byte, []int)

Deprecated: Use VideoActionRecognitionPredictionResult.ProtoReflect.Descriptor instead.

func (*VideoActionRecognitionPredictionResult) GetActions

func (*VideoActionRecognitionPredictionResult) GetSegmentEndTime

func (*VideoActionRecognitionPredictionResult) GetSegmentStartTime

func (*VideoActionRecognitionPredictionResult) ProtoMessage

func (*VideoActionRecognitionPredictionResult) ProtoReflect

func (*VideoActionRecognitionPredictionResult) Reset

func (*VideoActionRecognitionPredictionResult) String

type VideoActionRecognitionPredictionResult_IdentifiedAction

type VideoActionRecognitionPredictionResult_IdentifiedAction struct {

	// The resource ID of the AnnotationSpec that had been identified.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The display name of the AnnotationSpec that had been identified.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// The Model's confidence in correction of this identification, higher
	// value means higher confidence.
	Confidence float32 `protobuf:"fixed32,3,opt,name=confidence,proto3" json:"confidence,omitempty"`
	// contains filtered or unexported fields
}

Each IdentifiedAction is one particular identification of an action specified with the AnnotationSpec id, display_name and the associated confidence score.

func (*VideoActionRecognitionPredictionResult_IdentifiedAction) Descriptor deprecated

Deprecated: Use VideoActionRecognitionPredictionResult_IdentifiedAction.ProtoReflect.Descriptor instead.

func (*VideoActionRecognitionPredictionResult_IdentifiedAction) GetConfidence

func (*VideoActionRecognitionPredictionResult_IdentifiedAction) GetDisplayName

func (*VideoActionRecognitionPredictionResult_IdentifiedAction) GetId

func (*VideoActionRecognitionPredictionResult_IdentifiedAction) ProtoMessage

func (*VideoActionRecognitionPredictionResult_IdentifiedAction) ProtoReflect

func (*VideoActionRecognitionPredictionResult_IdentifiedAction) Reset

func (*VideoActionRecognitionPredictionResult_IdentifiedAction) String

type VideoClassificationPredictionResult

type VideoClassificationPredictionResult struct {

	// The beginning, inclusive, of the video's time segment in which the
	// classifications have been identified.
	SegmentStartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=segment_start_time,json=segmentStartTime,proto3" json:"segment_start_time,omitempty"`
	// The end, inclusive, of the video's time segment in which the
	// classifications have been identified. Particularly, if the end is the same
	// as the start, it means the identification happens on a specific video
	// frame.
	SegmentEndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=segment_end_time,json=segmentEndTime,proto3" json:"segment_end_time,omitempty"`
	// All of the classifications identified in the time range.
	Classifications []*VideoClassificationPredictionResult_IdentifiedClassification `protobuf:"bytes,3,rep,name=classifications,proto3" json:"classifications,omitempty"`
	// contains filtered or unexported fields
}

Prediction output format for Video Classification.

func (*VideoClassificationPredictionResult) Descriptor deprecated

func (*VideoClassificationPredictionResult) Descriptor() ([]byte, []int)

Deprecated: Use VideoClassificationPredictionResult.ProtoReflect.Descriptor instead.

func (*VideoClassificationPredictionResult) GetClassifications

func (*VideoClassificationPredictionResult) GetSegmentEndTime

func (*VideoClassificationPredictionResult) GetSegmentStartTime

func (x *VideoClassificationPredictionResult) GetSegmentStartTime() *timestamppb.Timestamp

func (*VideoClassificationPredictionResult) ProtoMessage

func (*VideoClassificationPredictionResult) ProtoMessage()

func (*VideoClassificationPredictionResult) ProtoReflect

func (*VideoClassificationPredictionResult) Reset

func (*VideoClassificationPredictionResult) String

type VideoClassificationPredictionResult_IdentifiedClassification

type VideoClassificationPredictionResult_IdentifiedClassification struct {

	// The resource ID of the AnnotationSpec that had been identified.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The display name of the AnnotationSpec that had been identified.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// The Model's confidence in correction of this identification, higher
	// value means higher confidence.
	Confidence float32 `protobuf:"fixed32,3,opt,name=confidence,proto3" json:"confidence,omitempty"`
	// contains filtered or unexported fields
}

Each IdentifiedClassification is one particular identification of an classification specified with the AnnotationSpec id and display_name, and the associated confidence score.

func (*VideoClassificationPredictionResult_IdentifiedClassification) Descriptor deprecated

Deprecated: Use VideoClassificationPredictionResult_IdentifiedClassification.ProtoReflect.Descriptor instead.

func (*VideoClassificationPredictionResult_IdentifiedClassification) GetConfidence

func (*VideoClassificationPredictionResult_IdentifiedClassification) GetDisplayName

func (*VideoClassificationPredictionResult_IdentifiedClassification) GetId

func (*VideoClassificationPredictionResult_IdentifiedClassification) ProtoMessage

func (*VideoClassificationPredictionResult_IdentifiedClassification) ProtoReflect

func (*VideoClassificationPredictionResult_IdentifiedClassification) Reset

func (*VideoClassificationPredictionResult_IdentifiedClassification) String

type VideoObjectTrackingPredictionResult

type VideoObjectTrackingPredictionResult struct {

	// The beginning, inclusive, of the video's time segment in which the
	// current identifications happens.
	SegmentStartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=segment_start_time,json=segmentStartTime,proto3" json:"segment_start_time,omitempty"`
	// The end, inclusive, of the video's time segment in which the current
	// identifications happen. Particularly, if the end is the same as the start,
	// it means the identifications happen on a specific video frame.
	SegmentEndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=segment_end_time,json=segmentEndTime,proto3" json:"segment_end_time,omitempty"`
	// All of the objects detected in the specified time range.
	Objects []*VideoObjectTrackingPredictionResult_DetectedObject `protobuf:"bytes,3,rep,name=objects,proto3" json:"objects,omitempty"`
	// contains filtered or unexported fields
}

Prediction output format for Video Object Tracking.

func (*VideoObjectTrackingPredictionResult) Descriptor deprecated

func (*VideoObjectTrackingPredictionResult) Descriptor() ([]byte, []int)

Deprecated: Use VideoObjectTrackingPredictionResult.ProtoReflect.Descriptor instead.

func (*VideoObjectTrackingPredictionResult) GetObjects

func (*VideoObjectTrackingPredictionResult) GetSegmentEndTime

func (*VideoObjectTrackingPredictionResult) GetSegmentStartTime

func (x *VideoObjectTrackingPredictionResult) GetSegmentStartTime() *timestamppb.Timestamp

func (*VideoObjectTrackingPredictionResult) ProtoMessage

func (*VideoObjectTrackingPredictionResult) ProtoMessage()

func (*VideoObjectTrackingPredictionResult) ProtoReflect

func (*VideoObjectTrackingPredictionResult) Reset

func (*VideoObjectTrackingPredictionResult) String

type VideoObjectTrackingPredictionResult_BoundingBox

type VideoObjectTrackingPredictionResult_BoundingBox struct {

	// The leftmost coordinate of the bounding box.
	XMin float32 `protobuf:"fixed32,1,opt,name=x_min,json=xMin,proto3" json:"x_min,omitempty"`
	// The rightmost coordinate of the bounding box.
	XMax float32 `protobuf:"fixed32,2,opt,name=x_max,json=xMax,proto3" json:"x_max,omitempty"`
	// The topmost coordinate of the bounding box.
	YMin float32 `protobuf:"fixed32,3,opt,name=y_min,json=yMin,proto3" json:"y_min,omitempty"`
	// The bottommost coordinate of the bounding box.
	YMax float32 `protobuf:"fixed32,4,opt,name=y_max,json=yMax,proto3" json:"y_max,omitempty"`
	// contains filtered or unexported fields
}

Boundingbox for detected object. I.e. the rectangle over the video frame pinpointing the found AnnotationSpec. The coordinates are relative to the frame size, and the point 0,0 is in the top left of the frame.

func (*VideoObjectTrackingPredictionResult_BoundingBox) Descriptor deprecated

Deprecated: Use VideoObjectTrackingPredictionResult_BoundingBox.ProtoReflect.Descriptor instead.

func (*VideoObjectTrackingPredictionResult_BoundingBox) GetXMax

func (*VideoObjectTrackingPredictionResult_BoundingBox) GetXMin

func (*VideoObjectTrackingPredictionResult_BoundingBox) GetYMax

func (*VideoObjectTrackingPredictionResult_BoundingBox) GetYMin

func (*VideoObjectTrackingPredictionResult_BoundingBox) ProtoMessage

func (*VideoObjectTrackingPredictionResult_BoundingBox) ProtoReflect

func (*VideoObjectTrackingPredictionResult_BoundingBox) Reset

func (*VideoObjectTrackingPredictionResult_BoundingBox) String

type VideoObjectTrackingPredictionResult_DetectedObject

type VideoObjectTrackingPredictionResult_DetectedObject struct {

	// The resource ID of the AnnotationSpec that had been identified.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The display name of the AnnotationSpec that had been identified.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Boundingbox.
	BoundingBox *VideoObjectTrackingPredictionResult_BoundingBox `protobuf:"bytes,3,opt,name=bounding_box,json=boundingBox,proto3" json:"bounding_box,omitempty"`
	// The Model's confidence in correction of this identification, higher
	// value means higher confidence.
	Confidence float32 `protobuf:"fixed32,4,opt,name=confidence,proto3" json:"confidence,omitempty"`
	// The same object may be identified on muitiple frames which are typical
	// adjacent. The set of frames where a particular object has been detected
	// form a track. This track_id can be used to trace down all frames for an
	// detected object.
	TrackId int64 `protobuf:"varint,5,opt,name=track_id,json=trackId,proto3" json:"track_id,omitempty"`
	// contains filtered or unexported fields
}

Each DetectedObject is one particular identification of an object specified with the AnnotationSpec id and display_name, the bounding box, the associated confidence score and the corresponding track_id.

func (*VideoObjectTrackingPredictionResult_DetectedObject) Descriptor deprecated

Deprecated: Use VideoObjectTrackingPredictionResult_DetectedObject.ProtoReflect.Descriptor instead.

func (*VideoObjectTrackingPredictionResult_DetectedObject) GetBoundingBox

func (*VideoObjectTrackingPredictionResult_DetectedObject) GetConfidence

func (*VideoObjectTrackingPredictionResult_DetectedObject) GetDisplayName

func (*VideoObjectTrackingPredictionResult_DetectedObject) GetId

func (*VideoObjectTrackingPredictionResult_DetectedObject) GetTrackId

func (*VideoObjectTrackingPredictionResult_DetectedObject) ProtoMessage

func (*VideoObjectTrackingPredictionResult_DetectedObject) ProtoReflect

func (*VideoObjectTrackingPredictionResult_DetectedObject) Reset

func (*VideoObjectTrackingPredictionResult_DetectedObject) String

type VideoStreamInputConfig

type VideoStreamInputConfig struct {

	// Deprecated: Do not use.
	Streams []string `protobuf:"bytes,1,rep,name=streams,proto3" json:"streams,omitempty"`
	// Deprecated: Do not use.
	StreamsWithAnnotation []*StreamWithAnnotation `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Message describing Video Stream Input Config. This message should only be used as a placeholder for builtin:stream-input processor, actual stream binding should be specified using corresponding API.

func (*VideoStreamInputConfig) Descriptor deprecated

func (*VideoStreamInputConfig) Descriptor() ([]byte, []int)

Deprecated: Use VideoStreamInputConfig.ProtoReflect.Descriptor instead.

func (*VideoStreamInputConfig) GetStreams deprecated

func (x *VideoStreamInputConfig) GetStreams() []string

Deprecated: Do not use.

func (*VideoStreamInputConfig) GetStreamsWithAnnotation deprecated

func (x *VideoStreamInputConfig) GetStreamsWithAnnotation() []*StreamWithAnnotation

Deprecated: Do not use.

func (*VideoStreamInputConfig) ProtoMessage

func (*VideoStreamInputConfig) ProtoMessage()

func (*VideoStreamInputConfig) ProtoReflect

func (x *VideoStreamInputConfig) ProtoReflect() protoreflect.Message

func (*VideoStreamInputConfig) Reset

func (x *VideoStreamInputConfig) Reset()

func (*VideoStreamInputConfig) String

func (x *VideoStreamInputConfig) String() string

type WarehouseClient

type WarehouseClient interface {
	// Creates an asset inside corpus.
	CreateAsset(ctx context.Context, in *CreateAssetRequest, opts ...grpc.CallOption) (*Asset, error)
	// Updates an asset inside corpus.
	UpdateAsset(ctx context.Context, in *UpdateAssetRequest, opts ...grpc.CallOption) (*Asset, error)
	// Reads an asset inside corpus.
	GetAsset(ctx context.Context, in *GetAssetRequest, opts ...grpc.CallOption) (*Asset, error)
	// Lists an list of assets inside corpus.
	ListAssets(ctx context.Context, in *ListAssetsRequest, opts ...grpc.CallOption) (*ListAssetsResponse, error)
	// Deletes asset inside corpus.
	DeleteAsset(ctx context.Context, in *DeleteAssetRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Creates a corpus inside a project.
	CreateCorpus(ctx context.Context, in *CreateCorpusRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Gets corpus details inside a project.
	GetCorpus(ctx context.Context, in *GetCorpusRequest, opts ...grpc.CallOption) (*Corpus, error)
	// Updates a corpus in a project.
	UpdateCorpus(ctx context.Context, in *UpdateCorpusRequest, opts ...grpc.CallOption) (*Corpus, error)
	// Lists all corpora in a project.
	ListCorpora(ctx context.Context, in *ListCorporaRequest, opts ...grpc.CallOption) (*ListCorporaResponse, error)
	// Deletes a corpus only if its empty.
	// Returns empty response.
	DeleteCorpus(ctx context.Context, in *DeleteCorpusRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Creates data schema inside corpus.
	CreateDataSchema(ctx context.Context, in *CreateDataSchemaRequest, opts ...grpc.CallOption) (*DataSchema, error)
	// Updates data schema inside corpus.
	UpdateDataSchema(ctx context.Context, in *UpdateDataSchemaRequest, opts ...grpc.CallOption) (*DataSchema, error)
	// Gets data schema inside corpus.
	GetDataSchema(ctx context.Context, in *GetDataSchemaRequest, opts ...grpc.CallOption) (*DataSchema, error)
	// Deletes data schema inside corpus.
	DeleteDataSchema(ctx context.Context, in *DeleteDataSchemaRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Lists a list of data schemas inside corpus.
	ListDataSchemas(ctx context.Context, in *ListDataSchemasRequest, opts ...grpc.CallOption) (*ListDataSchemasResponse, error)
	// Creates annotation inside asset.
	CreateAnnotation(ctx context.Context, in *CreateAnnotationRequest, opts ...grpc.CallOption) (*Annotation, error)
	// Reads annotation inside asset.
	GetAnnotation(ctx context.Context, in *GetAnnotationRequest, opts ...grpc.CallOption) (*Annotation, error)
	// Lists a list of annotations inside asset.
	ListAnnotations(ctx context.Context, in *ListAnnotationsRequest, opts ...grpc.CallOption) (*ListAnnotationsResponse, error)
	// Updates annotation inside asset.
	UpdateAnnotation(ctx context.Context, in *UpdateAnnotationRequest, opts ...grpc.CallOption) (*Annotation, error)
	// Deletes annotation inside asset.
	DeleteAnnotation(ctx context.Context, in *DeleteAnnotationRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Ingests data for the asset. It is not allowed to ingest a data chunk which
	// is already expired according to TTL.
	// This method is only available via the gRPC API (not HTTP since
	// bi-directional streaming is not supported via HTTP).
	IngestAsset(ctx context.Context, opts ...grpc.CallOption) (Warehouse_IngestAssetClient, error)
	// Generates clips for downloading. The api takes in a time range, and
	// generates a clip of the first content available after start_time and
	// before end_time, which may overflow beyond these bounds.
	// Returned clips are truncated if the total size of the clips are larger
	// than 100MB.
	ClipAsset(ctx context.Context, in *ClipAssetRequest, opts ...grpc.CallOption) (*ClipAssetResponse, error)
	// Generates a uri for an HLS manifest. The api takes in a collection of time
	// ranges, and generates a URI for an HLS manifest that covers all the
	// requested time ranges.
	GenerateHlsUri(ctx context.Context, in *GenerateHlsUriRequest, opts ...grpc.CallOption) (*GenerateHlsUriResponse, error)
	// Creates a search configuration inside a corpus.
	//
	// Please follow the rules below to create a valid CreateSearchConfigRequest.
	// --- General Rules ---
	//  1. Request.search_config_id must not be associated with an existing
	//     SearchConfig.
	//  2. Request must contain at least one non-empty search_criteria_property or
	//     facet_property.
	//  3. mapped_fields must not be empty, and must map to existing UGA keys.
	//  4. All mapped_fields must be of the same type.
	//  5. All mapped_fields must share the same granularity.
	//  6. All mapped_fields must share the same semantic SearchConfig match
	//     options.
	//
	// For property-specific rules, please reference the comments for
	// FacetProperty and SearchCriteriaProperty.
	CreateSearchConfig(ctx context.Context, in *CreateSearchConfigRequest, opts ...grpc.CallOption) (*SearchConfig, error)
	// Updates a search configuration inside a corpus.
	//
	// Please follow the rules below to create a valid UpdateSearchConfigRequest.
	// --- General Rules ---
	// 1. Request.search_configuration.name must already exist.
	// 2. Request must contain at least one non-empty search_criteria_property or
	// facet_property.
	//  3. mapped_fields must not be empty, and must map to existing UGA keys.
	//  4. All mapped_fields must be of the same type.
	//  5. All mapped_fields must share the same granularity.
	//  6. All mapped_fields must share the same semantic SearchConfig match
	//     options.
	//
	// For property-specific rules, please reference the comments for
	// FacetProperty and SearchCriteriaProperty.
	UpdateSearchConfig(ctx context.Context, in *UpdateSearchConfigRequest, opts ...grpc.CallOption) (*SearchConfig, error)
	// Gets a search configuration inside a corpus.
	GetSearchConfig(ctx context.Context, in *GetSearchConfigRequest, opts ...grpc.CallOption) (*SearchConfig, error)
	// Deletes a search configuration inside a corpus.
	//
	// For a DeleteSearchConfigRequest to be valid,
	// Request.search_configuration.name must already exist.
	DeleteSearchConfig(ctx context.Context, in *DeleteSearchConfigRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Lists all search configurations inside a corpus.
	ListSearchConfigs(ctx context.Context, in *ListSearchConfigsRequest, opts ...grpc.CallOption) (*ListSearchConfigsResponse, error)
	// Search media asset.
	SearchAssets(ctx context.Context, in *SearchAssetsRequest, opts ...grpc.CallOption) (*SearchAssetsResponse, error)
}

WarehouseClient is the client API for Warehouse service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewWarehouseClient

func NewWarehouseClient(cc grpc.ClientConnInterface) WarehouseClient

type WarehouseServer

type WarehouseServer interface {
	// Creates an asset inside corpus.
	CreateAsset(context.Context, *CreateAssetRequest) (*Asset, error)
	// Updates an asset inside corpus.
	UpdateAsset(context.Context, *UpdateAssetRequest) (*Asset, error)
	// Reads an asset inside corpus.
	GetAsset(context.Context, *GetAssetRequest) (*Asset, error)
	// Lists an list of assets inside corpus.
	ListAssets(context.Context, *ListAssetsRequest) (*ListAssetsResponse, error)
	// Deletes asset inside corpus.
	DeleteAsset(context.Context, *DeleteAssetRequest) (*longrunning.Operation, error)
	// Creates a corpus inside a project.
	CreateCorpus(context.Context, *CreateCorpusRequest) (*longrunning.Operation, error)
	// Gets corpus details inside a project.
	GetCorpus(context.Context, *GetCorpusRequest) (*Corpus, error)
	// Updates a corpus in a project.
	UpdateCorpus(context.Context, *UpdateCorpusRequest) (*Corpus, error)
	// Lists all corpora in a project.
	ListCorpora(context.Context, *ListCorporaRequest) (*ListCorporaResponse, error)
	// Deletes a corpus only if its empty.
	// Returns empty response.
	DeleteCorpus(context.Context, *DeleteCorpusRequest) (*emptypb.Empty, error)
	// Creates data schema inside corpus.
	CreateDataSchema(context.Context, *CreateDataSchemaRequest) (*DataSchema, error)
	// Updates data schema inside corpus.
	UpdateDataSchema(context.Context, *UpdateDataSchemaRequest) (*DataSchema, error)
	// Gets data schema inside corpus.
	GetDataSchema(context.Context, *GetDataSchemaRequest) (*DataSchema, error)
	// Deletes data schema inside corpus.
	DeleteDataSchema(context.Context, *DeleteDataSchemaRequest) (*emptypb.Empty, error)
	// Lists a list of data schemas inside corpus.
	ListDataSchemas(context.Context, *ListDataSchemasRequest) (*ListDataSchemasResponse, error)
	// Creates annotation inside asset.
	CreateAnnotation(context.Context, *CreateAnnotationRequest) (*Annotation, error)
	// Reads annotation inside asset.
	GetAnnotation(context.Context, *GetAnnotationRequest) (*Annotation, error)
	// Lists a list of annotations inside asset.
	ListAnnotations(context.Context, *ListAnnotationsRequest) (*ListAnnotationsResponse, error)
	// Updates annotation inside asset.
	UpdateAnnotation(context.Context, *UpdateAnnotationRequest) (*Annotation, error)
	// Deletes annotation inside asset.
	DeleteAnnotation(context.Context, *DeleteAnnotationRequest) (*emptypb.Empty, error)
	// Ingests data for the asset. It is not allowed to ingest a data chunk which
	// is already expired according to TTL.
	// This method is only available via the gRPC API (not HTTP since
	// bi-directional streaming is not supported via HTTP).
	IngestAsset(Warehouse_IngestAssetServer) error
	// Generates clips for downloading. The api takes in a time range, and
	// generates a clip of the first content available after start_time and
	// before end_time, which may overflow beyond these bounds.
	// Returned clips are truncated if the total size of the clips are larger
	// than 100MB.
	ClipAsset(context.Context, *ClipAssetRequest) (*ClipAssetResponse, error)
	// Generates a uri for an HLS manifest. The api takes in a collection of time
	// ranges, and generates a URI for an HLS manifest that covers all the
	// requested time ranges.
	GenerateHlsUri(context.Context, *GenerateHlsUriRequest) (*GenerateHlsUriResponse, error)
	// Creates a search configuration inside a corpus.
	//
	// Please follow the rules below to create a valid CreateSearchConfigRequest.
	// --- General Rules ---
	//  1. Request.search_config_id must not be associated with an existing
	//     SearchConfig.
	//  2. Request must contain at least one non-empty search_criteria_property or
	//     facet_property.
	//  3. mapped_fields must not be empty, and must map to existing UGA keys.
	//  4. All mapped_fields must be of the same type.
	//  5. All mapped_fields must share the same granularity.
	//  6. All mapped_fields must share the same semantic SearchConfig match
	//     options.
	//
	// For property-specific rules, please reference the comments for
	// FacetProperty and SearchCriteriaProperty.
	CreateSearchConfig(context.Context, *CreateSearchConfigRequest) (*SearchConfig, error)
	// Updates a search configuration inside a corpus.
	//
	// Please follow the rules below to create a valid UpdateSearchConfigRequest.
	// --- General Rules ---
	// 1. Request.search_configuration.name must already exist.
	// 2. Request must contain at least one non-empty search_criteria_property or
	// facet_property.
	//  3. mapped_fields must not be empty, and must map to existing UGA keys.
	//  4. All mapped_fields must be of the same type.
	//  5. All mapped_fields must share the same granularity.
	//  6. All mapped_fields must share the same semantic SearchConfig match
	//     options.
	//
	// For property-specific rules, please reference the comments for
	// FacetProperty and SearchCriteriaProperty.
	UpdateSearchConfig(context.Context, *UpdateSearchConfigRequest) (*SearchConfig, error)
	// Gets a search configuration inside a corpus.
	GetSearchConfig(context.Context, *GetSearchConfigRequest) (*SearchConfig, error)
	// Deletes a search configuration inside a corpus.
	//
	// For a DeleteSearchConfigRequest to be valid,
	// Request.search_configuration.name must already exist.
	DeleteSearchConfig(context.Context, *DeleteSearchConfigRequest) (*emptypb.Empty, error)
	// Lists all search configurations inside a corpus.
	ListSearchConfigs(context.Context, *ListSearchConfigsRequest) (*ListSearchConfigsResponse, error)
	// Search media asset.
	SearchAssets(context.Context, *SearchAssetsRequest) (*SearchAssetsResponse, error)
}

WarehouseServer is the server API for Warehouse service.

type Warehouse_IngestAssetClient

type Warehouse_IngestAssetClient interface {
	Send(*IngestAssetRequest) error
	Recv() (*IngestAssetResponse, error)
	grpc.ClientStream
}

type Warehouse_IngestAssetServer

type Warehouse_IngestAssetServer interface {
	Send(*IngestAssetResponse) error
	Recv() (*IngestAssetRequest, error)
	grpc.ServerStream
}

Jump to

Keyboard shortcuts

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