Documentation
¶
Overview ¶
Package adminproto contains protobuf definitions for the Lakerunner admin service. This package provides GRPC service definitions and message types for administrative operations like health checks and system inspection.
Index ¶
- Constants
- Variables
- func RegisterAdminServiceServer(s grpc.ServiceRegistrar, srv AdminServiceServer)
- type AddOrganizationBucketRequest
- func (*AddOrganizationBucketRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddOrganizationBucketRequest) GetBucketName() string
- func (x *AddOrganizationBucketRequest) GetCollectorName() string
- func (x *AddOrganizationBucketRequest) GetInstanceNum() int32
- func (x *AddOrganizationBucketRequest) GetOrganizationId() string
- func (*AddOrganizationBucketRequest) ProtoMessage()
- func (x *AddOrganizationBucketRequest) ProtoReflect() protoreflect.Message
- func (x *AddOrganizationBucketRequest) Reset()
- func (x *AddOrganizationBucketRequest) String() string
- type AddOrganizationBucketResponse
- func (*AddOrganizationBucketResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddOrganizationBucketResponse) GetBucket() *OrganizationBucket
- func (*AddOrganizationBucketResponse) ProtoMessage()
- func (x *AddOrganizationBucketResponse) ProtoReflect() protoreflect.Message
- func (x *AddOrganizationBucketResponse) Reset()
- func (x *AddOrganizationBucketResponse) String() string
- type AdminServiceClient
- type AdminServiceServer
- type BucketConfiguration
- func (*BucketConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *BucketConfiguration) GetBucketName() string
- func (x *BucketConfiguration) GetCloudProvider() string
- func (x *BucketConfiguration) GetEndpoint() string
- func (x *BucketConfiguration) GetInsecureTls() bool
- func (x *BucketConfiguration) GetRegion() string
- func (x *BucketConfiguration) GetRole() string
- func (x *BucketConfiguration) GetUsePathStyle() bool
- func (*BucketConfiguration) ProtoMessage()
- func (x *BucketConfiguration) ProtoReflect() protoreflect.Message
- func (x *BucketConfiguration) Reset()
- func (x *BucketConfiguration) String() string
- type BucketPrefixMapping
- func (*BucketPrefixMapping) Descriptor() ([]byte, []int)deprecated
- func (x *BucketPrefixMapping) GetBucketName() string
- func (x *BucketPrefixMapping) GetId() string
- func (x *BucketPrefixMapping) GetOrganizationId() string
- func (x *BucketPrefixMapping) GetPathPrefix() string
- func (x *BucketPrefixMapping) GetSignal() string
- func (*BucketPrefixMapping) ProtoMessage()
- func (x *BucketPrefixMapping) ProtoReflect() protoreflect.Message
- func (x *BucketPrefixMapping) Reset()
- func (x *BucketPrefixMapping) String() string
- type ConsumerPartitionLag
- func (*ConsumerPartitionLag) Descriptor() ([]byte, []int)deprecated
- func (x *ConsumerPartitionLag) GetConsumerGroup() string
- func (x *ConsumerPartitionLag) GetCurrentOffset() int64
- func (x *ConsumerPartitionLag) GetHighWaterMark() int64
- func (x *ConsumerPartitionLag) GetLag() int64
- func (x *ConsumerPartitionLag) GetPartition() int32
- func (x *ConsumerPartitionLag) GetTopic() string
- func (*ConsumerPartitionLag) ProtoMessage()
- func (x *ConsumerPartitionLag) ProtoReflect() protoreflect.Message
- func (x *ConsumerPartitionLag) Reset()
- func (x *ConsumerPartitionLag) String() string
- type CreateBucketConfigurationRequest
- func (*CreateBucketConfigurationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateBucketConfigurationRequest) GetBucketName() string
- func (x *CreateBucketConfigurationRequest) GetCloudProvider() string
- func (x *CreateBucketConfigurationRequest) GetEndpoint() string
- func (x *CreateBucketConfigurationRequest) GetInsecureTls() bool
- func (x *CreateBucketConfigurationRequest) GetRegion() string
- func (x *CreateBucketConfigurationRequest) GetRole() string
- func (x *CreateBucketConfigurationRequest) GetUsePathStyle() bool
- func (*CreateBucketConfigurationRequest) ProtoMessage()
- func (x *CreateBucketConfigurationRequest) ProtoReflect() protoreflect.Message
- func (x *CreateBucketConfigurationRequest) Reset()
- func (x *CreateBucketConfigurationRequest) String() string
- type CreateBucketConfigurationResponse
- func (*CreateBucketConfigurationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateBucketConfigurationResponse) GetConfiguration() *BucketConfiguration
- func (*CreateBucketConfigurationResponse) ProtoMessage()
- func (x *CreateBucketConfigurationResponse) ProtoReflect() protoreflect.Message
- func (x *CreateBucketConfigurationResponse) Reset()
- func (x *CreateBucketConfigurationResponse) String() string
- type CreateBucketPrefixMappingRequest
- func (*CreateBucketPrefixMappingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateBucketPrefixMappingRequest) GetBucketName() string
- func (x *CreateBucketPrefixMappingRequest) GetOrganizationId() string
- func (x *CreateBucketPrefixMappingRequest) GetPathPrefix() string
- func (x *CreateBucketPrefixMappingRequest) GetSignal() string
- func (*CreateBucketPrefixMappingRequest) ProtoMessage()
- func (x *CreateBucketPrefixMappingRequest) ProtoReflect() protoreflect.Message
- func (x *CreateBucketPrefixMappingRequest) Reset()
- func (x *CreateBucketPrefixMappingRequest) String() string
- type CreateBucketPrefixMappingResponse
- func (*CreateBucketPrefixMappingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateBucketPrefixMappingResponse) GetMapping() *BucketPrefixMapping
- func (*CreateBucketPrefixMappingResponse) ProtoMessage()
- func (x *CreateBucketPrefixMappingResponse) ProtoReflect() protoreflect.Message
- func (x *CreateBucketPrefixMappingResponse) Reset()
- func (x *CreateBucketPrefixMappingResponse) String() string
- type CreateOrganizationAPIKeyRequest
- func (*CreateOrganizationAPIKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationAPIKeyRequest) GetDescription() string
- func (x *CreateOrganizationAPIKeyRequest) GetName() string
- func (x *CreateOrganizationAPIKeyRequest) GetOrganizationId() string
- func (*CreateOrganizationAPIKeyRequest) ProtoMessage()
- func (x *CreateOrganizationAPIKeyRequest) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationAPIKeyRequest) Reset()
- func (x *CreateOrganizationAPIKeyRequest) String() string
- type CreateOrganizationAPIKeyResponse
- func (*CreateOrganizationAPIKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationAPIKeyResponse) GetApiKey() *OrganizationAPIKey
- func (x *CreateOrganizationAPIKeyResponse) GetFullKey() string
- func (*CreateOrganizationAPIKeyResponse) ProtoMessage()
- func (x *CreateOrganizationAPIKeyResponse) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationAPIKeyResponse) Reset()
- func (x *CreateOrganizationAPIKeyResponse) String() string
- type CreateOrganizationRequest
- func (*CreateOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationRequest) GetEnabled() bool
- func (x *CreateOrganizationRequest) GetName() string
- func (*CreateOrganizationRequest) ProtoMessage()
- func (x *CreateOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationRequest) Reset()
- func (x *CreateOrganizationRequest) String() string
- type CreateOrganizationResponse
- func (*CreateOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationResponse) GetOrganization() *Organization
- func (*CreateOrganizationResponse) ProtoMessage()
- func (x *CreateOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationResponse) Reset()
- func (x *CreateOrganizationResponse) String() string
- type DeleteBucketConfigurationRequest
- func (*DeleteBucketConfigurationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteBucketConfigurationRequest) GetBucketName() string
- func (*DeleteBucketConfigurationRequest) ProtoMessage()
- func (x *DeleteBucketConfigurationRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteBucketConfigurationRequest) Reset()
- func (x *DeleteBucketConfigurationRequest) String() string
- type DeleteBucketConfigurationResponse
- func (*DeleteBucketConfigurationResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteBucketConfigurationResponse) ProtoMessage()
- func (x *DeleteBucketConfigurationResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteBucketConfigurationResponse) Reset()
- func (x *DeleteBucketConfigurationResponse) String() string
- type DeleteBucketPrefixMappingRequest
- func (*DeleteBucketPrefixMappingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteBucketPrefixMappingRequest) GetId() string
- func (*DeleteBucketPrefixMappingRequest) ProtoMessage()
- func (x *DeleteBucketPrefixMappingRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteBucketPrefixMappingRequest) Reset()
- func (x *DeleteBucketPrefixMappingRequest) String() string
- type DeleteBucketPrefixMappingResponse
- func (*DeleteBucketPrefixMappingResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteBucketPrefixMappingResponse) ProtoMessage()
- func (x *DeleteBucketPrefixMappingResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteBucketPrefixMappingResponse) Reset()
- func (x *DeleteBucketPrefixMappingResponse) String() string
- type DeleteLogStreamConfigRequest
- func (*DeleteLogStreamConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteLogStreamConfigRequest) GetOrganizationId() string
- func (*DeleteLogStreamConfigRequest) ProtoMessage()
- func (x *DeleteLogStreamConfigRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteLogStreamConfigRequest) Reset()
- func (x *DeleteLogStreamConfigRequest) String() string
- type DeleteLogStreamConfigResponse
- func (*DeleteLogStreamConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteLogStreamConfigResponse) ProtoMessage()
- func (x *DeleteLogStreamConfigResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteLogStreamConfigResponse) Reset()
- func (x *DeleteLogStreamConfigResponse) String() string
- type DeleteOrganizationAPIKeyRequest
- func (*DeleteOrganizationAPIKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteOrganizationAPIKeyRequest) GetId() string
- func (*DeleteOrganizationAPIKeyRequest) ProtoMessage()
- func (x *DeleteOrganizationAPIKeyRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationAPIKeyRequest) Reset()
- func (x *DeleteOrganizationAPIKeyRequest) String() string
- type DeleteOrganizationAPIKeyResponse
- func (*DeleteOrganizationAPIKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteOrganizationAPIKeyResponse) ProtoMessage()
- func (x *DeleteOrganizationAPIKeyResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationAPIKeyResponse) Reset()
- func (x *DeleteOrganizationAPIKeyResponse) String() string
- type DeleteOrganizationBucketRequest
- func (*DeleteOrganizationBucketRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteOrganizationBucketRequest) GetBucketName() string
- func (x *DeleteOrganizationBucketRequest) GetCollectorName() string
- func (x *DeleteOrganizationBucketRequest) GetInstanceNum() int32
- func (x *DeleteOrganizationBucketRequest) GetOrganizationId() string
- func (*DeleteOrganizationBucketRequest) ProtoMessage()
- func (x *DeleteOrganizationBucketRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationBucketRequest) Reset()
- func (x *DeleteOrganizationBucketRequest) String() string
- type DeleteOrganizationBucketResponse
- func (*DeleteOrganizationBucketResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteOrganizationBucketResponse) ProtoMessage()
- func (x *DeleteOrganizationBucketResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationBucketResponse) Reset()
- func (x *DeleteOrganizationBucketResponse) String() string
- type GetConsumerLagRequest
- func (*GetConsumerLagRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConsumerLagRequest) GetGroupFilter() string
- func (x *GetConsumerLagRequest) GetTopicFilter() string
- func (*GetConsumerLagRequest) ProtoMessage()
- func (x *GetConsumerLagRequest) ProtoReflect() protoreflect.Message
- func (x *GetConsumerLagRequest) Reset()
- func (x *GetConsumerLagRequest) String() string
- type GetConsumerLagResponse
- func (*GetConsumerLagResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConsumerLagResponse) GetLags() []*ConsumerPartitionLag
- func (*GetConsumerLagResponse) ProtoMessage()
- func (x *GetConsumerLagResponse) ProtoReflect() protoreflect.Message
- func (x *GetConsumerLagResponse) Reset()
- func (x *GetConsumerLagResponse) String() string
- type GetLogStreamConfigRequest
- func (*GetLogStreamConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLogStreamConfigRequest) GetOrganizationId() string
- func (*GetLogStreamConfigRequest) ProtoMessage()
- func (x *GetLogStreamConfigRequest) ProtoReflect() protoreflect.Message
- func (x *GetLogStreamConfigRequest) Reset()
- func (x *GetLogStreamConfigRequest) String() string
- type GetLogStreamConfigResponse
- func (*GetLogStreamConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLogStreamConfigResponse) GetConfig() *LogStreamConfig
- func (x *GetLogStreamConfigResponse) GetIsDefault() bool
- func (*GetLogStreamConfigResponse) ProtoMessage()
- func (x *GetLogStreamConfigResponse) ProtoReflect() protoreflect.Message
- func (x *GetLogStreamConfigResponse) Reset()
- func (x *GetLogStreamConfigResponse) String() string
- type GetWorkQueueStatusRequest
- type GetWorkQueueStatusResponse
- func (*GetWorkQueueStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkQueueStatusResponse) GetTasks() []*WorkQueueTaskStatus
- func (*GetWorkQueueStatusResponse) ProtoMessage()
- func (x *GetWorkQueueStatusResponse) ProtoReflect() protoreflect.Message
- func (x *GetWorkQueueStatusResponse) Reset()
- func (x *GetWorkQueueStatusResponse) String() string
- type InQueueItem
- func (*InQueueItem) Descriptor() ([]byte, []int)deprecated
- func (x *InQueueItem) GetCount() int64
- func (x *InQueueItem) GetTelemetryType() string
- func (*InQueueItem) ProtoMessage()
- func (x *InQueueItem) ProtoReflect() protoreflect.Message
- func (x *InQueueItem) Reset()
- func (x *InQueueItem) String() string
- type InQueueStatusRequest
- type InQueueStatusResponse
- func (*InQueueStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InQueueStatusResponse) GetItems() []*InQueueItem
- func (*InQueueStatusResponse) ProtoMessage()
- func (x *InQueueStatusResponse) ProtoReflect() protoreflect.Message
- func (x *InQueueStatusResponse) Reset()
- func (x *InQueueStatusResponse) String() string
- type ListBucketConfigurationsRequest
- func (*ListBucketConfigurationsRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListBucketConfigurationsRequest) ProtoMessage()
- func (x *ListBucketConfigurationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListBucketConfigurationsRequest) Reset()
- func (x *ListBucketConfigurationsRequest) String() string
- type ListBucketConfigurationsResponse
- func (*ListBucketConfigurationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBucketConfigurationsResponse) GetConfigurations() []*BucketConfiguration
- func (*ListBucketConfigurationsResponse) ProtoMessage()
- func (x *ListBucketConfigurationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListBucketConfigurationsResponse) Reset()
- func (x *ListBucketConfigurationsResponse) String() string
- type ListBucketPrefixMappingsRequest
- func (*ListBucketPrefixMappingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListBucketPrefixMappingsRequest) GetBucketName() string
- func (x *ListBucketPrefixMappingsRequest) GetOrganizationId() string
- func (*ListBucketPrefixMappingsRequest) ProtoMessage()
- func (x *ListBucketPrefixMappingsRequest) ProtoReflect() protoreflect.Message
- func (x *ListBucketPrefixMappingsRequest) Reset()
- func (x *ListBucketPrefixMappingsRequest) String() string
- type ListBucketPrefixMappingsResponse
- func (*ListBucketPrefixMappingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBucketPrefixMappingsResponse) GetMappings() []*BucketPrefixMapping
- func (*ListBucketPrefixMappingsResponse) ProtoMessage()
- func (x *ListBucketPrefixMappingsResponse) ProtoReflect() protoreflect.Message
- func (x *ListBucketPrefixMappingsResponse) Reset()
- func (x *ListBucketPrefixMappingsResponse) String() string
- type ListOrganizationAPIKeysRequest
- func (*ListOrganizationAPIKeysRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationAPIKeysRequest) GetOrganizationId() string
- func (*ListOrganizationAPIKeysRequest) ProtoMessage()
- func (x *ListOrganizationAPIKeysRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationAPIKeysRequest) Reset()
- func (x *ListOrganizationAPIKeysRequest) String() string
- type ListOrganizationAPIKeysResponse
- func (*ListOrganizationAPIKeysResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationAPIKeysResponse) GetApiKeys() []*OrganizationAPIKey
- func (*ListOrganizationAPIKeysResponse) ProtoMessage()
- func (x *ListOrganizationAPIKeysResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationAPIKeysResponse) Reset()
- func (x *ListOrganizationAPIKeysResponse) String() string
- type ListOrganizationBucketsRequest
- func (*ListOrganizationBucketsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationBucketsRequest) GetOrganizationId() string
- func (*ListOrganizationBucketsRequest) ProtoMessage()
- func (x *ListOrganizationBucketsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationBucketsRequest) Reset()
- func (x *ListOrganizationBucketsRequest) String() string
- type ListOrganizationBucketsResponse
- func (*ListOrganizationBucketsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationBucketsResponse) GetBuckets() []*OrganizationBucket
- func (*ListOrganizationBucketsResponse) ProtoMessage()
- func (x *ListOrganizationBucketsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationBucketsResponse) Reset()
- func (x *ListOrganizationBucketsResponse) String() string
- type ListOrganizationsRequest
- type ListOrganizationsResponse
- func (*ListOrganizationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationsResponse) GetOrganizations() []*Organization
- func (*ListOrganizationsResponse) ProtoMessage()
- func (x *ListOrganizationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationsResponse) Reset()
- func (x *ListOrganizationsResponse) String() string
- type LogSegmentInfo
- func (*LogSegmentInfo) Descriptor() ([]byte, []int)deprecated
- func (x *LogSegmentInfo) GetDateint() int32
- func (x *LogSegmentInfo) GetHasAggFields() bool
- func (x *LogSegmentInfo) GetInstanceNum() int32
- func (x *LogSegmentInfo) GetRecordCount() int64
- func (x *LogSegmentInfo) GetSegmentId() int64
- func (x *LogSegmentInfo) GetSortVersion() int32
- func (*LogSegmentInfo) ProtoMessage()
- func (x *LogSegmentInfo) ProtoReflect() protoreflect.Message
- func (x *LogSegmentInfo) Reset()
- func (x *LogSegmentInfo) String() string
- type LogStreamConfig
- func (*LogStreamConfig) Descriptor() ([]byte, []int)deprecated
- func (x *LogStreamConfig) GetFieldName() string
- func (x *LogStreamConfig) GetOrganizationId() string
- func (*LogStreamConfig) ProtoMessage()
- func (x *LogStreamConfig) ProtoReflect() protoreflect.Message
- func (x *LogStreamConfig) Reset()
- func (x *LogStreamConfig) String() string
- type Organization
- func (*Organization) Descriptor() ([]byte, []int)deprecated
- func (x *Organization) GetEnabled() bool
- func (x *Organization) GetId() string
- func (x *Organization) GetName() string
- func (*Organization) ProtoMessage()
- func (x *Organization) ProtoReflect() protoreflect.Message
- func (x *Organization) Reset()
- func (x *Organization) String() string
- type OrganizationAPIKey
- func (*OrganizationAPIKey) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationAPIKey) GetDescription() string
- func (x *OrganizationAPIKey) GetId() string
- func (x *OrganizationAPIKey) GetKeyPreview() string
- func (x *OrganizationAPIKey) GetName() string
- func (x *OrganizationAPIKey) GetOrganizationId() string
- func (*OrganizationAPIKey) ProtoMessage()
- func (x *OrganizationAPIKey) ProtoReflect() protoreflect.Message
- func (x *OrganizationAPIKey) Reset()
- func (x *OrganizationAPIKey) String() string
- type OrganizationBucket
- func (*OrganizationBucket) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationBucket) GetBucketName() string
- func (x *OrganizationBucket) GetCollectorName() string
- func (x *OrganizationBucket) GetInstanceNum() int32
- func (x *OrganizationBucket) GetOrganizationId() string
- func (*OrganizationBucket) ProtoMessage()
- func (x *OrganizationBucket) ProtoReflect() protoreflect.Message
- func (x *OrganizationBucket) Reset()
- func (x *OrganizationBucket) String() string
- type PingRequest
- type PingResponse
- func (*PingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PingResponse) GetMessage() string
- func (x *PingResponse) GetServerId() string
- func (x *PingResponse) GetTimestamp() int64
- func (*PingResponse) ProtoMessage()
- func (x *PingResponse) ProtoReflect() protoreflect.Message
- func (x *PingResponse) Reset()
- func (x *PingResponse) String() string
- type QueueLogRecompactRequest
- func (*QueueLogRecompactRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueueLogRecompactRequest) GetDryRun() bool
- func (x *QueueLogRecompactRequest) GetEndDateint() int32
- func (x *QueueLogRecompactRequest) GetMissingAggFields() bool
- func (x *QueueLogRecompactRequest) GetOrganizationId() string
- func (x *QueueLogRecompactRequest) GetSortVersionBelowCurrent() bool
- func (x *QueueLogRecompactRequest) GetStartDateint() int32
- func (*QueueLogRecompactRequest) ProtoMessage()
- func (x *QueueLogRecompactRequest) ProtoReflect() protoreflect.Message
- func (x *QueueLogRecompactRequest) Reset()
- func (x *QueueLogRecompactRequest) String() string
- type QueueLogRecompactResponse
- func (*QueueLogRecompactResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueueLogRecompactResponse) GetSegments() []*LogSegmentInfo
- func (x *QueueLogRecompactResponse) GetSegmentsQueued() int32
- func (*QueueLogRecompactResponse) ProtoMessage()
- func (x *QueueLogRecompactResponse) ProtoReflect() protoreflect.Message
- func (x *QueueLogRecompactResponse) Reset()
- func (x *QueueLogRecompactResponse) String() string
- type SetLogStreamConfigRequest
- func (*SetLogStreamConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetLogStreamConfigRequest) GetFieldName() string
- func (x *SetLogStreamConfigRequest) GetOrganizationId() string
- func (*SetLogStreamConfigRequest) ProtoMessage()
- func (x *SetLogStreamConfigRequest) ProtoReflect() protoreflect.Message
- func (x *SetLogStreamConfigRequest) Reset()
- func (x *SetLogStreamConfigRequest) String() string
- type SetLogStreamConfigResponse
- func (*SetLogStreamConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetLogStreamConfigResponse) GetConfig() *LogStreamConfig
- func (*SetLogStreamConfigResponse) ProtoMessage()
- func (x *SetLogStreamConfigResponse) ProtoReflect() protoreflect.Message
- func (x *SetLogStreamConfigResponse) Reset()
- func (x *SetLogStreamConfigResponse) String() string
- type UnimplementedAdminServiceServer
- func (UnimplementedAdminServiceServer) AddOrganizationBucket(context.Context, *AddOrganizationBucketRequest) (*AddOrganizationBucketResponse, error)
- func (UnimplementedAdminServiceServer) CreateBucketConfiguration(context.Context, *CreateBucketConfigurationRequest) (*CreateBucketConfigurationResponse, error)
- func (UnimplementedAdminServiceServer) CreateBucketPrefixMapping(context.Context, *CreateBucketPrefixMappingRequest) (*CreateBucketPrefixMappingResponse, error)
- func (UnimplementedAdminServiceServer) CreateOrganization(context.Context, *CreateOrganizationRequest) (*CreateOrganizationResponse, error)
- func (UnimplementedAdminServiceServer) CreateOrganizationAPIKey(context.Context, *CreateOrganizationAPIKeyRequest) (*CreateOrganizationAPIKeyResponse, error)
- func (UnimplementedAdminServiceServer) DeleteBucketConfiguration(context.Context, *DeleteBucketConfigurationRequest) (*DeleteBucketConfigurationResponse, error)
- func (UnimplementedAdminServiceServer) DeleteBucketPrefixMapping(context.Context, *DeleteBucketPrefixMappingRequest) (*DeleteBucketPrefixMappingResponse, error)
- func (UnimplementedAdminServiceServer) DeleteLogStreamConfig(context.Context, *DeleteLogStreamConfigRequest) (*DeleteLogStreamConfigResponse, error)
- func (UnimplementedAdminServiceServer) DeleteOrganizationAPIKey(context.Context, *DeleteOrganizationAPIKeyRequest) (*DeleteOrganizationAPIKeyResponse, error)
- func (UnimplementedAdminServiceServer) DeleteOrganizationBucket(context.Context, *DeleteOrganizationBucketRequest) (*DeleteOrganizationBucketResponse, error)
- func (UnimplementedAdminServiceServer) GetConsumerLag(context.Context, *GetConsumerLagRequest) (*GetConsumerLagResponse, error)
- func (UnimplementedAdminServiceServer) GetLogStreamConfig(context.Context, *GetLogStreamConfigRequest) (*GetLogStreamConfigResponse, error)
- func (UnimplementedAdminServiceServer) GetWorkQueueStatus(context.Context, *GetWorkQueueStatusRequest) (*GetWorkQueueStatusResponse, error)
- func (UnimplementedAdminServiceServer) InQueueStatus(context.Context, *InQueueStatusRequest) (*InQueueStatusResponse, error)
- func (UnimplementedAdminServiceServer) ListBucketConfigurations(context.Context, *ListBucketConfigurationsRequest) (*ListBucketConfigurationsResponse, error)
- func (UnimplementedAdminServiceServer) ListBucketPrefixMappings(context.Context, *ListBucketPrefixMappingsRequest) (*ListBucketPrefixMappingsResponse, error)
- func (UnimplementedAdminServiceServer) ListOrganizationAPIKeys(context.Context, *ListOrganizationAPIKeysRequest) (*ListOrganizationAPIKeysResponse, error)
- func (UnimplementedAdminServiceServer) ListOrganizationBuckets(context.Context, *ListOrganizationBucketsRequest) (*ListOrganizationBucketsResponse, error)
- func (UnimplementedAdminServiceServer) ListOrganizations(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error)
- func (UnimplementedAdminServiceServer) Ping(context.Context, *PingRequest) (*PingResponse, error)
- func (UnimplementedAdminServiceServer) QueueLogRecompact(context.Context, *QueueLogRecompactRequest) (*QueueLogRecompactResponse, error)
- func (UnimplementedAdminServiceServer) SetLogStreamConfig(context.Context, *SetLogStreamConfigRequest) (*SetLogStreamConfigResponse, error)
- func (UnimplementedAdminServiceServer) UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error)
- type UnsafeAdminServiceServer
- type UpdateOrganizationRequest
- func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationRequest) GetEnabled() *wrapperspb.BoolValue
- func (x *UpdateOrganizationRequest) GetId() string
- func (x *UpdateOrganizationRequest) GetName() *wrapperspb.StringValue
- func (*UpdateOrganizationRequest) ProtoMessage()
- func (x *UpdateOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationRequest) Reset()
- func (x *UpdateOrganizationRequest) String() string
- type UpdateOrganizationResponse
- func (*UpdateOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationResponse) GetOrganization() *Organization
- func (*UpdateOrganizationResponse) ProtoMessage()
- func (x *UpdateOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationResponse) Reset()
- func (x *UpdateOrganizationResponse) String() string
- type WorkQueueTaskStatus
- func (*WorkQueueTaskStatus) Descriptor() ([]byte, []int)deprecated
- func (x *WorkQueueTaskStatus) GetFailed() int64
- func (x *WorkQueueTaskStatus) GetInProgress() int64
- func (x *WorkQueueTaskStatus) GetPending() int64
- func (x *WorkQueueTaskStatus) GetPriority() int32
- func (x *WorkQueueTaskStatus) GetTaskName() string
- func (x *WorkQueueTaskStatus) GetWorkers() int64
- func (*WorkQueueTaskStatus) ProtoMessage()
- func (x *WorkQueueTaskStatus) ProtoReflect() protoreflect.Message
- func (x *WorkQueueTaskStatus) Reset()
- func (x *WorkQueueTaskStatus) String() string
Constants ¶
const ( AdminService_Ping_FullMethodName = "/adminproto.AdminService/Ping" AdminService_InQueueStatus_FullMethodName = "/adminproto.AdminService/InQueueStatus" AdminService_ListOrganizations_FullMethodName = "/adminproto.AdminService/ListOrganizations" AdminService_CreateOrganization_FullMethodName = "/adminproto.AdminService/CreateOrganization" AdminService_UpdateOrganization_FullMethodName = "/adminproto.AdminService/UpdateOrganization" AdminService_GetConsumerLag_FullMethodName = "/adminproto.AdminService/GetConsumerLag" AdminService_ListOrganizationAPIKeys_FullMethodName = "/adminproto.AdminService/ListOrganizationAPIKeys" AdminService_CreateOrganizationAPIKey_FullMethodName = "/adminproto.AdminService/CreateOrganizationAPIKey" AdminService_DeleteOrganizationAPIKey_FullMethodName = "/adminproto.AdminService/DeleteOrganizationAPIKey" AdminService_ListOrganizationBuckets_FullMethodName = "/adminproto.AdminService/ListOrganizationBuckets" AdminService_AddOrganizationBucket_FullMethodName = "/adminproto.AdminService/AddOrganizationBucket" AdminService_DeleteOrganizationBucket_FullMethodName = "/adminproto.AdminService/DeleteOrganizationBucket" AdminService_ListBucketConfigurations_FullMethodName = "/adminproto.AdminService/ListBucketConfigurations" AdminService_CreateBucketConfiguration_FullMethodName = "/adminproto.AdminService/CreateBucketConfiguration" AdminService_DeleteBucketConfiguration_FullMethodName = "/adminproto.AdminService/DeleteBucketConfiguration" AdminService_ListBucketPrefixMappings_FullMethodName = "/adminproto.AdminService/ListBucketPrefixMappings" AdminService_CreateBucketPrefixMapping_FullMethodName = "/adminproto.AdminService/CreateBucketPrefixMapping" AdminService_DeleteBucketPrefixMapping_FullMethodName = "/adminproto.AdminService/DeleteBucketPrefixMapping" AdminService_GetLogStreamConfig_FullMethodName = "/adminproto.AdminService/GetLogStreamConfig" AdminService_SetLogStreamConfig_FullMethodName = "/adminproto.AdminService/SetLogStreamConfig" AdminService_DeleteLogStreamConfig_FullMethodName = "/adminproto.AdminService/DeleteLogStreamConfig" AdminService_GetWorkQueueStatus_FullMethodName = "/adminproto.AdminService/GetWorkQueueStatus" AdminService_QueueLogRecompact_FullMethodName = "/adminproto.AdminService/QueueLogRecompact" )
Variables ¶
var AdminService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "adminproto.AdminService", HandlerType: (*AdminServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Ping", Handler: _AdminService_Ping_Handler, }, { MethodName: "InQueueStatus", Handler: _AdminService_InQueueStatus_Handler, }, { MethodName: "ListOrganizations", Handler: _AdminService_ListOrganizations_Handler, }, { MethodName: "CreateOrganization", Handler: _AdminService_CreateOrganization_Handler, }, { MethodName: "UpdateOrganization", Handler: _AdminService_UpdateOrganization_Handler, }, { MethodName: "GetConsumerLag", Handler: _AdminService_GetConsumerLag_Handler, }, { MethodName: "ListOrganizationAPIKeys", Handler: _AdminService_ListOrganizationAPIKeys_Handler, }, { MethodName: "CreateOrganizationAPIKey", Handler: _AdminService_CreateOrganizationAPIKey_Handler, }, { MethodName: "DeleteOrganizationAPIKey", Handler: _AdminService_DeleteOrganizationAPIKey_Handler, }, { MethodName: "ListOrganizationBuckets", Handler: _AdminService_ListOrganizationBuckets_Handler, }, { MethodName: "AddOrganizationBucket", Handler: _AdminService_AddOrganizationBucket_Handler, }, { MethodName: "DeleteOrganizationBucket", Handler: _AdminService_DeleteOrganizationBucket_Handler, }, { MethodName: "ListBucketConfigurations", Handler: _AdminService_ListBucketConfigurations_Handler, }, { MethodName: "CreateBucketConfiguration", Handler: _AdminService_CreateBucketConfiguration_Handler, }, { MethodName: "DeleteBucketConfiguration", Handler: _AdminService_DeleteBucketConfiguration_Handler, }, { MethodName: "ListBucketPrefixMappings", Handler: _AdminService_ListBucketPrefixMappings_Handler, }, { MethodName: "CreateBucketPrefixMapping", Handler: _AdminService_CreateBucketPrefixMapping_Handler, }, { MethodName: "DeleteBucketPrefixMapping", Handler: _AdminService_DeleteBucketPrefixMapping_Handler, }, { MethodName: "GetLogStreamConfig", Handler: _AdminService_GetLogStreamConfig_Handler, }, { MethodName: "SetLogStreamConfig", Handler: _AdminService_SetLogStreamConfig_Handler, }, { MethodName: "DeleteLogStreamConfig", Handler: _AdminService_DeleteLogStreamConfig_Handler, }, { MethodName: "GetWorkQueueStatus", Handler: _AdminService_GetWorkQueueStatus_Handler, }, { MethodName: "QueueLogRecompact", Handler: _AdminService_QueueLogRecompact_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "admin.proto", }
AdminService_ServiceDesc is the grpc.ServiceDesc for AdminService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_admin_proto protoreflect.FileDescriptor
Functions ¶
func RegisterAdminServiceServer ¶
func RegisterAdminServiceServer(s grpc.ServiceRegistrar, srv AdminServiceServer)
Types ¶
type AddOrganizationBucketRequest ¶ added in v1.4.0
type AddOrganizationBucketRequest struct {
OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
BucketName string `protobuf:"bytes,2,opt,name=bucket_name,json=bucketName,proto3" json:"bucket_name,omitempty"`
InstanceNum int32 `protobuf:"varint,3,opt,name=instance_num,json=instanceNum,proto3" json:"instance_num,omitempty"`
CollectorName string `protobuf:"bytes,4,opt,name=collector_name,json=collectorName,proto3" json:"collector_name,omitempty"`
// contains filtered or unexported fields
}
func (*AddOrganizationBucketRequest) Descriptor
deprecated
added in
v1.4.0
func (*AddOrganizationBucketRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddOrganizationBucketRequest.ProtoReflect.Descriptor instead.
func (*AddOrganizationBucketRequest) GetBucketName ¶ added in v1.4.0
func (x *AddOrganizationBucketRequest) GetBucketName() string
func (*AddOrganizationBucketRequest) GetCollectorName ¶ added in v1.4.0
func (x *AddOrganizationBucketRequest) GetCollectorName() string
func (*AddOrganizationBucketRequest) GetInstanceNum ¶ added in v1.4.0
func (x *AddOrganizationBucketRequest) GetInstanceNum() int32
func (*AddOrganizationBucketRequest) GetOrganizationId ¶ added in v1.4.0
func (x *AddOrganizationBucketRequest) GetOrganizationId() string
func (*AddOrganizationBucketRequest) ProtoMessage ¶ added in v1.4.0
func (*AddOrganizationBucketRequest) ProtoMessage()
func (*AddOrganizationBucketRequest) ProtoReflect ¶ added in v1.4.0
func (x *AddOrganizationBucketRequest) ProtoReflect() protoreflect.Message
func (*AddOrganizationBucketRequest) Reset ¶ added in v1.4.0
func (x *AddOrganizationBucketRequest) Reset()
func (*AddOrganizationBucketRequest) String ¶ added in v1.4.0
func (x *AddOrganizationBucketRequest) String() string
type AddOrganizationBucketResponse ¶ added in v1.4.0
type AddOrganizationBucketResponse struct {
Bucket *OrganizationBucket `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"`
// contains filtered or unexported fields
}
func (*AddOrganizationBucketResponse) Descriptor
deprecated
added in
v1.4.0
func (*AddOrganizationBucketResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddOrganizationBucketResponse.ProtoReflect.Descriptor instead.
func (*AddOrganizationBucketResponse) GetBucket ¶ added in v1.4.0
func (x *AddOrganizationBucketResponse) GetBucket() *OrganizationBucket
func (*AddOrganizationBucketResponse) ProtoMessage ¶ added in v1.4.0
func (*AddOrganizationBucketResponse) ProtoMessage()
func (*AddOrganizationBucketResponse) ProtoReflect ¶ added in v1.4.0
func (x *AddOrganizationBucketResponse) ProtoReflect() protoreflect.Message
func (*AddOrganizationBucketResponse) Reset ¶ added in v1.4.0
func (x *AddOrganizationBucketResponse) Reset()
func (*AddOrganizationBucketResponse) String ¶ added in v1.4.0
func (x *AddOrganizationBucketResponse) String() string
type AdminServiceClient ¶
type AdminServiceClient interface {
// Ping endpoint for connectivity testing
Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error)
// Get inqueue status/summary
InQueueStatus(ctx context.Context, in *InQueueStatusRequest, opts ...grpc.CallOption) (*InQueueStatusResponse, error)
// List organizations in the system
ListOrganizations(ctx context.Context, in *ListOrganizationsRequest, opts ...grpc.CallOption) (*ListOrganizationsResponse, error)
// Create a new organization
CreateOrganization(ctx context.Context, in *CreateOrganizationRequest, opts ...grpc.CallOption) (*CreateOrganizationResponse, error)
// Update fields on an existing organization
UpdateOrganization(ctx context.Context, in *UpdateOrganizationRequest, opts ...grpc.CallOption) (*UpdateOrganizationResponse, error)
// Get Kafka consumer group lag information
GetConsumerLag(ctx context.Context, in *GetConsumerLagRequest, opts ...grpc.CallOption) (*GetConsumerLagResponse, error)
// Organization API Keys Management
ListOrganizationAPIKeys(ctx context.Context, in *ListOrganizationAPIKeysRequest, opts ...grpc.CallOption) (*ListOrganizationAPIKeysResponse, error)
CreateOrganizationAPIKey(ctx context.Context, in *CreateOrganizationAPIKeyRequest, opts ...grpc.CallOption) (*CreateOrganizationAPIKeyResponse, error)
DeleteOrganizationAPIKey(ctx context.Context, in *DeleteOrganizationAPIKeyRequest, opts ...grpc.CallOption) (*DeleteOrganizationAPIKeyResponse, error)
// Organization Buckets Management
ListOrganizationBuckets(ctx context.Context, in *ListOrganizationBucketsRequest, opts ...grpc.CallOption) (*ListOrganizationBucketsResponse, error)
AddOrganizationBucket(ctx context.Context, in *AddOrganizationBucketRequest, opts ...grpc.CallOption) (*AddOrganizationBucketResponse, error)
DeleteOrganizationBucket(ctx context.Context, in *DeleteOrganizationBucketRequest, opts ...grpc.CallOption) (*DeleteOrganizationBucketResponse, error)
// Bucket Configuration Management
ListBucketConfigurations(ctx context.Context, in *ListBucketConfigurationsRequest, opts ...grpc.CallOption) (*ListBucketConfigurationsResponse, error)
CreateBucketConfiguration(ctx context.Context, in *CreateBucketConfigurationRequest, opts ...grpc.CallOption) (*CreateBucketConfigurationResponse, error)
DeleteBucketConfiguration(ctx context.Context, in *DeleteBucketConfigurationRequest, opts ...grpc.CallOption) (*DeleteBucketConfigurationResponse, error)
// Bucket Prefix Mappings Management
ListBucketPrefixMappings(ctx context.Context, in *ListBucketPrefixMappingsRequest, opts ...grpc.CallOption) (*ListBucketPrefixMappingsResponse, error)
CreateBucketPrefixMapping(ctx context.Context, in *CreateBucketPrefixMappingRequest, opts ...grpc.CallOption) (*CreateBucketPrefixMappingResponse, error)
DeleteBucketPrefixMapping(ctx context.Context, in *DeleteBucketPrefixMappingRequest, opts ...grpc.CallOption) (*DeleteBucketPrefixMappingResponse, error)
// Log Stream Configuration Management
GetLogStreamConfig(ctx context.Context, in *GetLogStreamConfigRequest, opts ...grpc.CallOption) (*GetLogStreamConfigResponse, error)
SetLogStreamConfig(ctx context.Context, in *SetLogStreamConfigRequest, opts ...grpc.CallOption) (*SetLogStreamConfigResponse, error)
DeleteLogStreamConfig(ctx context.Context, in *DeleteLogStreamConfigRequest, opts ...grpc.CallOption) (*DeleteLogStreamConfigResponse, error)
// Work Queue Status
GetWorkQueueStatus(ctx context.Context, in *GetWorkQueueStatusRequest, opts ...grpc.CallOption) (*GetWorkQueueStatusResponse, error)
// Queue log segments for recompaction
QueueLogRecompact(ctx context.Context, in *QueueLogRecompactRequest, opts ...grpc.CallOption) (*QueueLogRecompactResponse, error)
}
AdminServiceClient is the client API for AdminService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewAdminServiceClient ¶
func NewAdminServiceClient(cc grpc.ClientConnInterface) AdminServiceClient
type AdminServiceServer ¶
type AdminServiceServer interface {
// Ping endpoint for connectivity testing
Ping(context.Context, *PingRequest) (*PingResponse, error)
// Get inqueue status/summary
InQueueStatus(context.Context, *InQueueStatusRequest) (*InQueueStatusResponse, error)
// List organizations in the system
ListOrganizations(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error)
// Create a new organization
CreateOrganization(context.Context, *CreateOrganizationRequest) (*CreateOrganizationResponse, error)
// Update fields on an existing organization
UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error)
// Get Kafka consumer group lag information
GetConsumerLag(context.Context, *GetConsumerLagRequest) (*GetConsumerLagResponse, error)
// Organization API Keys Management
ListOrganizationAPIKeys(context.Context, *ListOrganizationAPIKeysRequest) (*ListOrganizationAPIKeysResponse, error)
CreateOrganizationAPIKey(context.Context, *CreateOrganizationAPIKeyRequest) (*CreateOrganizationAPIKeyResponse, error)
DeleteOrganizationAPIKey(context.Context, *DeleteOrganizationAPIKeyRequest) (*DeleteOrganizationAPIKeyResponse, error)
// Organization Buckets Management
ListOrganizationBuckets(context.Context, *ListOrganizationBucketsRequest) (*ListOrganizationBucketsResponse, error)
AddOrganizationBucket(context.Context, *AddOrganizationBucketRequest) (*AddOrganizationBucketResponse, error)
DeleteOrganizationBucket(context.Context, *DeleteOrganizationBucketRequest) (*DeleteOrganizationBucketResponse, error)
// Bucket Configuration Management
ListBucketConfigurations(context.Context, *ListBucketConfigurationsRequest) (*ListBucketConfigurationsResponse, error)
CreateBucketConfiguration(context.Context, *CreateBucketConfigurationRequest) (*CreateBucketConfigurationResponse, error)
DeleteBucketConfiguration(context.Context, *DeleteBucketConfigurationRequest) (*DeleteBucketConfigurationResponse, error)
// Bucket Prefix Mappings Management
ListBucketPrefixMappings(context.Context, *ListBucketPrefixMappingsRequest) (*ListBucketPrefixMappingsResponse, error)
CreateBucketPrefixMapping(context.Context, *CreateBucketPrefixMappingRequest) (*CreateBucketPrefixMappingResponse, error)
DeleteBucketPrefixMapping(context.Context, *DeleteBucketPrefixMappingRequest) (*DeleteBucketPrefixMappingResponse, error)
// Log Stream Configuration Management
GetLogStreamConfig(context.Context, *GetLogStreamConfigRequest) (*GetLogStreamConfigResponse, error)
SetLogStreamConfig(context.Context, *SetLogStreamConfigRequest) (*SetLogStreamConfigResponse, error)
DeleteLogStreamConfig(context.Context, *DeleteLogStreamConfigRequest) (*DeleteLogStreamConfigResponse, error)
// Work Queue Status
GetWorkQueueStatus(context.Context, *GetWorkQueueStatusRequest) (*GetWorkQueueStatusResponse, error)
// Queue log segments for recompaction
QueueLogRecompact(context.Context, *QueueLogRecompactRequest) (*QueueLogRecompactResponse, error)
// contains filtered or unexported methods
}
AdminServiceServer is the server API for AdminService service. All implementations must embed UnimplementedAdminServiceServer for forward compatibility.
type BucketConfiguration ¶ added in v1.4.0
type BucketConfiguration struct {
BucketName string `protobuf:"bytes,1,opt,name=bucket_name,json=bucketName,proto3" json:"bucket_name,omitempty"`
CloudProvider string `protobuf:"bytes,2,opt,name=cloud_provider,json=cloudProvider,proto3" json:"cloud_provider,omitempty"`
Region string `protobuf:"bytes,3,opt,name=region,proto3" json:"region,omitempty"`
Endpoint string `protobuf:"bytes,4,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
Role string `protobuf:"bytes,5,opt,name=role,proto3" json:"role,omitempty"`
UsePathStyle bool `protobuf:"varint,6,opt,name=use_path_style,json=usePathStyle,proto3" json:"use_path_style,omitempty"`
InsecureTls bool `protobuf:"varint,7,opt,name=insecure_tls,json=insecureTls,proto3" json:"insecure_tls,omitempty"`
// contains filtered or unexported fields
}
func (*BucketConfiguration) Descriptor
deprecated
added in
v1.4.0
func (*BucketConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use BucketConfiguration.ProtoReflect.Descriptor instead.
func (*BucketConfiguration) GetBucketName ¶ added in v1.4.0
func (x *BucketConfiguration) GetBucketName() string
func (*BucketConfiguration) GetCloudProvider ¶ added in v1.4.0
func (x *BucketConfiguration) GetCloudProvider() string
func (*BucketConfiguration) GetEndpoint ¶ added in v1.4.0
func (x *BucketConfiguration) GetEndpoint() string
func (*BucketConfiguration) GetInsecureTls ¶ added in v1.4.0
func (x *BucketConfiguration) GetInsecureTls() bool
func (*BucketConfiguration) GetRegion ¶ added in v1.4.0
func (x *BucketConfiguration) GetRegion() string
func (*BucketConfiguration) GetRole ¶ added in v1.4.0
func (x *BucketConfiguration) GetRole() string
func (*BucketConfiguration) GetUsePathStyle ¶ added in v1.4.0
func (x *BucketConfiguration) GetUsePathStyle() bool
func (*BucketConfiguration) ProtoMessage ¶ added in v1.4.0
func (*BucketConfiguration) ProtoMessage()
func (*BucketConfiguration) ProtoReflect ¶ added in v1.4.0
func (x *BucketConfiguration) ProtoReflect() protoreflect.Message
func (*BucketConfiguration) Reset ¶ added in v1.4.0
func (x *BucketConfiguration) Reset()
func (*BucketConfiguration) String ¶ added in v1.4.0
func (x *BucketConfiguration) String() string
type BucketPrefixMapping ¶ added in v1.4.0
type BucketPrefixMapping struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
BucketName string `protobuf:"bytes,2,opt,name=bucket_name,json=bucketName,proto3" json:"bucket_name,omitempty"`
OrganizationId string `protobuf:"bytes,3,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
PathPrefix string `protobuf:"bytes,4,opt,name=path_prefix,json=pathPrefix,proto3" json:"path_prefix,omitempty"`
Signal string `protobuf:"bytes,5,opt,name=signal,proto3" json:"signal,omitempty"`
// contains filtered or unexported fields
}
func (*BucketPrefixMapping) Descriptor
deprecated
added in
v1.4.0
func (*BucketPrefixMapping) Descriptor() ([]byte, []int)
Deprecated: Use BucketPrefixMapping.ProtoReflect.Descriptor instead.
func (*BucketPrefixMapping) GetBucketName ¶ added in v1.4.0
func (x *BucketPrefixMapping) GetBucketName() string
func (*BucketPrefixMapping) GetId ¶ added in v1.4.0
func (x *BucketPrefixMapping) GetId() string
func (*BucketPrefixMapping) GetOrganizationId ¶ added in v1.4.0
func (x *BucketPrefixMapping) GetOrganizationId() string
func (*BucketPrefixMapping) GetPathPrefix ¶ added in v1.4.0
func (x *BucketPrefixMapping) GetPathPrefix() string
func (*BucketPrefixMapping) GetSignal ¶ added in v1.4.0
func (x *BucketPrefixMapping) GetSignal() string
func (*BucketPrefixMapping) ProtoMessage ¶ added in v1.4.0
func (*BucketPrefixMapping) ProtoMessage()
func (*BucketPrefixMapping) ProtoReflect ¶ added in v1.4.0
func (x *BucketPrefixMapping) ProtoReflect() protoreflect.Message
func (*BucketPrefixMapping) Reset ¶ added in v1.4.0
func (x *BucketPrefixMapping) Reset()
func (*BucketPrefixMapping) String ¶ added in v1.4.0
func (x *BucketPrefixMapping) String() string
type ConsumerPartitionLag ¶ added in v1.3.6
type ConsumerPartitionLag struct {
Topic string `protobuf:"bytes,1,opt,name=topic,proto3" json:"topic,omitempty"`
Partition int32 `protobuf:"varint,2,opt,name=partition,proto3" json:"partition,omitempty"`
CurrentOffset int64 `protobuf:"varint,3,opt,name=current_offset,json=currentOffset,proto3" json:"current_offset,omitempty"`
HighWaterMark int64 `protobuf:"varint,4,opt,name=high_water_mark,json=highWaterMark,proto3" json:"high_water_mark,omitempty"`
Lag int64 `protobuf:"varint,5,opt,name=lag,proto3" json:"lag,omitempty"`
ConsumerGroup string `protobuf:"bytes,6,opt,name=consumer_group,json=consumerGroup,proto3" json:"consumer_group,omitempty"`
// contains filtered or unexported fields
}
func (*ConsumerPartitionLag) Descriptor
deprecated
added in
v1.3.6
func (*ConsumerPartitionLag) Descriptor() ([]byte, []int)
Deprecated: Use ConsumerPartitionLag.ProtoReflect.Descriptor instead.
func (*ConsumerPartitionLag) GetConsumerGroup ¶ added in v1.3.6
func (x *ConsumerPartitionLag) GetConsumerGroup() string
func (*ConsumerPartitionLag) GetCurrentOffset ¶ added in v1.3.6
func (x *ConsumerPartitionLag) GetCurrentOffset() int64
func (*ConsumerPartitionLag) GetHighWaterMark ¶ added in v1.3.6
func (x *ConsumerPartitionLag) GetHighWaterMark() int64
func (*ConsumerPartitionLag) GetLag ¶ added in v1.3.6
func (x *ConsumerPartitionLag) GetLag() int64
func (*ConsumerPartitionLag) GetPartition ¶ added in v1.3.6
func (x *ConsumerPartitionLag) GetPartition() int32
func (*ConsumerPartitionLag) GetTopic ¶ added in v1.3.6
func (x *ConsumerPartitionLag) GetTopic() string
func (*ConsumerPartitionLag) ProtoMessage ¶ added in v1.3.6
func (*ConsumerPartitionLag) ProtoMessage()
func (*ConsumerPartitionLag) ProtoReflect ¶ added in v1.3.6
func (x *ConsumerPartitionLag) ProtoReflect() protoreflect.Message
func (*ConsumerPartitionLag) Reset ¶ added in v1.3.6
func (x *ConsumerPartitionLag) Reset()
func (*ConsumerPartitionLag) String ¶ added in v1.3.6
func (x *ConsumerPartitionLag) String() string
type CreateBucketConfigurationRequest ¶ added in v1.4.0
type CreateBucketConfigurationRequest struct {
BucketName string `protobuf:"bytes,1,opt,name=bucket_name,json=bucketName,proto3" json:"bucket_name,omitempty"`
CloudProvider string `protobuf:"bytes,2,opt,name=cloud_provider,json=cloudProvider,proto3" json:"cloud_provider,omitempty"`
Region string `protobuf:"bytes,3,opt,name=region,proto3" json:"region,omitempty"`
Endpoint string `protobuf:"bytes,4,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
Role string `protobuf:"bytes,5,opt,name=role,proto3" json:"role,omitempty"`
UsePathStyle bool `protobuf:"varint,6,opt,name=use_path_style,json=usePathStyle,proto3" json:"use_path_style,omitempty"`
InsecureTls bool `protobuf:"varint,7,opt,name=insecure_tls,json=insecureTls,proto3" json:"insecure_tls,omitempty"`
// contains filtered or unexported fields
}
func (*CreateBucketConfigurationRequest) Descriptor
deprecated
added in
v1.4.0
func (*CreateBucketConfigurationRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateBucketConfigurationRequest.ProtoReflect.Descriptor instead.
func (*CreateBucketConfigurationRequest) GetBucketName ¶ added in v1.4.0
func (x *CreateBucketConfigurationRequest) GetBucketName() string
func (*CreateBucketConfigurationRequest) GetCloudProvider ¶ added in v1.4.0
func (x *CreateBucketConfigurationRequest) GetCloudProvider() string
func (*CreateBucketConfigurationRequest) GetEndpoint ¶ added in v1.4.0
func (x *CreateBucketConfigurationRequest) GetEndpoint() string
func (*CreateBucketConfigurationRequest) GetInsecureTls ¶ added in v1.4.0
func (x *CreateBucketConfigurationRequest) GetInsecureTls() bool
func (*CreateBucketConfigurationRequest) GetRegion ¶ added in v1.4.0
func (x *CreateBucketConfigurationRequest) GetRegion() string
func (*CreateBucketConfigurationRequest) GetRole ¶ added in v1.4.0
func (x *CreateBucketConfigurationRequest) GetRole() string
func (*CreateBucketConfigurationRequest) GetUsePathStyle ¶ added in v1.4.0
func (x *CreateBucketConfigurationRequest) GetUsePathStyle() bool
func (*CreateBucketConfigurationRequest) ProtoMessage ¶ added in v1.4.0
func (*CreateBucketConfigurationRequest) ProtoMessage()
func (*CreateBucketConfigurationRequest) ProtoReflect ¶ added in v1.4.0
func (x *CreateBucketConfigurationRequest) ProtoReflect() protoreflect.Message
func (*CreateBucketConfigurationRequest) Reset ¶ added in v1.4.0
func (x *CreateBucketConfigurationRequest) Reset()
func (*CreateBucketConfigurationRequest) String ¶ added in v1.4.0
func (x *CreateBucketConfigurationRequest) String() string
type CreateBucketConfigurationResponse ¶ added in v1.4.0
type CreateBucketConfigurationResponse struct {
Configuration *BucketConfiguration `protobuf:"bytes,1,opt,name=configuration,proto3" json:"configuration,omitempty"`
// contains filtered or unexported fields
}
func (*CreateBucketConfigurationResponse) Descriptor
deprecated
added in
v1.4.0
func (*CreateBucketConfigurationResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateBucketConfigurationResponse.ProtoReflect.Descriptor instead.
func (*CreateBucketConfigurationResponse) GetConfiguration ¶ added in v1.4.0
func (x *CreateBucketConfigurationResponse) GetConfiguration() *BucketConfiguration
func (*CreateBucketConfigurationResponse) ProtoMessage ¶ added in v1.4.0
func (*CreateBucketConfigurationResponse) ProtoMessage()
func (*CreateBucketConfigurationResponse) ProtoReflect ¶ added in v1.4.0
func (x *CreateBucketConfigurationResponse) ProtoReflect() protoreflect.Message
func (*CreateBucketConfigurationResponse) Reset ¶ added in v1.4.0
func (x *CreateBucketConfigurationResponse) Reset()
func (*CreateBucketConfigurationResponse) String ¶ added in v1.4.0
func (x *CreateBucketConfigurationResponse) String() string
type CreateBucketPrefixMappingRequest ¶ added in v1.4.0
type CreateBucketPrefixMappingRequest struct {
BucketName string `protobuf:"bytes,1,opt,name=bucket_name,json=bucketName,proto3" json:"bucket_name,omitempty"`
OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
PathPrefix string `protobuf:"bytes,3,opt,name=path_prefix,json=pathPrefix,proto3" json:"path_prefix,omitempty"`
Signal string `protobuf:"bytes,4,opt,name=signal,proto3" json:"signal,omitempty"`
// contains filtered or unexported fields
}
func (*CreateBucketPrefixMappingRequest) Descriptor
deprecated
added in
v1.4.0
func (*CreateBucketPrefixMappingRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateBucketPrefixMappingRequest.ProtoReflect.Descriptor instead.
func (*CreateBucketPrefixMappingRequest) GetBucketName ¶ added in v1.4.0
func (x *CreateBucketPrefixMappingRequest) GetBucketName() string
func (*CreateBucketPrefixMappingRequest) GetOrganizationId ¶ added in v1.4.0
func (x *CreateBucketPrefixMappingRequest) GetOrganizationId() string
func (*CreateBucketPrefixMappingRequest) GetPathPrefix ¶ added in v1.4.0
func (x *CreateBucketPrefixMappingRequest) GetPathPrefix() string
func (*CreateBucketPrefixMappingRequest) GetSignal ¶ added in v1.4.0
func (x *CreateBucketPrefixMappingRequest) GetSignal() string
func (*CreateBucketPrefixMappingRequest) ProtoMessage ¶ added in v1.4.0
func (*CreateBucketPrefixMappingRequest) ProtoMessage()
func (*CreateBucketPrefixMappingRequest) ProtoReflect ¶ added in v1.4.0
func (x *CreateBucketPrefixMappingRequest) ProtoReflect() protoreflect.Message
func (*CreateBucketPrefixMappingRequest) Reset ¶ added in v1.4.0
func (x *CreateBucketPrefixMappingRequest) Reset()
func (*CreateBucketPrefixMappingRequest) String ¶ added in v1.4.0
func (x *CreateBucketPrefixMappingRequest) String() string
type CreateBucketPrefixMappingResponse ¶ added in v1.4.0
type CreateBucketPrefixMappingResponse struct {
Mapping *BucketPrefixMapping `protobuf:"bytes,1,opt,name=mapping,proto3" json:"mapping,omitempty"`
// contains filtered or unexported fields
}
func (*CreateBucketPrefixMappingResponse) Descriptor
deprecated
added in
v1.4.0
func (*CreateBucketPrefixMappingResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateBucketPrefixMappingResponse.ProtoReflect.Descriptor instead.
func (*CreateBucketPrefixMappingResponse) GetMapping ¶ added in v1.4.0
func (x *CreateBucketPrefixMappingResponse) GetMapping() *BucketPrefixMapping
func (*CreateBucketPrefixMappingResponse) ProtoMessage ¶ added in v1.4.0
func (*CreateBucketPrefixMappingResponse) ProtoMessage()
func (*CreateBucketPrefixMappingResponse) ProtoReflect ¶ added in v1.4.0
func (x *CreateBucketPrefixMappingResponse) ProtoReflect() protoreflect.Message
func (*CreateBucketPrefixMappingResponse) Reset ¶ added in v1.4.0
func (x *CreateBucketPrefixMappingResponse) Reset()
func (*CreateBucketPrefixMappingResponse) String ¶ added in v1.4.0
func (x *CreateBucketPrefixMappingResponse) String() string
type CreateOrganizationAPIKeyRequest ¶ added in v1.4.0
type CreateOrganizationAPIKeyRequest struct {
OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
// contains filtered or unexported fields
}
func (*CreateOrganizationAPIKeyRequest) Descriptor
deprecated
added in
v1.4.0
func (*CreateOrganizationAPIKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganizationAPIKeyRequest.ProtoReflect.Descriptor instead.
func (*CreateOrganizationAPIKeyRequest) GetDescription ¶ added in v1.4.0
func (x *CreateOrganizationAPIKeyRequest) GetDescription() string
func (*CreateOrganizationAPIKeyRequest) GetName ¶ added in v1.4.0
func (x *CreateOrganizationAPIKeyRequest) GetName() string
func (*CreateOrganizationAPIKeyRequest) GetOrganizationId ¶ added in v1.4.0
func (x *CreateOrganizationAPIKeyRequest) GetOrganizationId() string
func (*CreateOrganizationAPIKeyRequest) ProtoMessage ¶ added in v1.4.0
func (*CreateOrganizationAPIKeyRequest) ProtoMessage()
func (*CreateOrganizationAPIKeyRequest) ProtoReflect ¶ added in v1.4.0
func (x *CreateOrganizationAPIKeyRequest) ProtoReflect() protoreflect.Message
func (*CreateOrganizationAPIKeyRequest) Reset ¶ added in v1.4.0
func (x *CreateOrganizationAPIKeyRequest) Reset()
func (*CreateOrganizationAPIKeyRequest) String ¶ added in v1.4.0
func (x *CreateOrganizationAPIKeyRequest) String() string
type CreateOrganizationAPIKeyResponse ¶ added in v1.4.0
type CreateOrganizationAPIKeyResponse struct {
ApiKey *OrganizationAPIKey `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
FullKey string `protobuf:"bytes,2,opt,name=full_key,json=fullKey,proto3" json:"full_key,omitempty"` // The actual key, only returned on creation
// contains filtered or unexported fields
}
func (*CreateOrganizationAPIKeyResponse) Descriptor
deprecated
added in
v1.4.0
func (*CreateOrganizationAPIKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganizationAPIKeyResponse.ProtoReflect.Descriptor instead.
func (*CreateOrganizationAPIKeyResponse) GetApiKey ¶ added in v1.4.0
func (x *CreateOrganizationAPIKeyResponse) GetApiKey() *OrganizationAPIKey
func (*CreateOrganizationAPIKeyResponse) GetFullKey ¶ added in v1.4.0
func (x *CreateOrganizationAPIKeyResponse) GetFullKey() string
func (*CreateOrganizationAPIKeyResponse) ProtoMessage ¶ added in v1.4.0
func (*CreateOrganizationAPIKeyResponse) ProtoMessage()
func (*CreateOrganizationAPIKeyResponse) ProtoReflect ¶ added in v1.4.0
func (x *CreateOrganizationAPIKeyResponse) ProtoReflect() protoreflect.Message
func (*CreateOrganizationAPIKeyResponse) Reset ¶ added in v1.4.0
func (x *CreateOrganizationAPIKeyResponse) Reset()
func (*CreateOrganizationAPIKeyResponse) String ¶ added in v1.4.0
func (x *CreateOrganizationAPIKeyResponse) String() string
type CreateOrganizationRequest ¶
type CreateOrganizationRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Enabled bool `protobuf:"varint,2,opt,name=enabled,proto3" json:"enabled,omitempty"`
// contains filtered or unexported fields
}
func (*CreateOrganizationRequest) Descriptor
deprecated
func (*CreateOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganizationRequest.ProtoReflect.Descriptor instead.
func (*CreateOrganizationRequest) GetEnabled ¶
func (x *CreateOrganizationRequest) GetEnabled() bool
func (*CreateOrganizationRequest) GetName ¶
func (x *CreateOrganizationRequest) GetName() string
func (*CreateOrganizationRequest) ProtoMessage ¶
func (*CreateOrganizationRequest) ProtoMessage()
func (*CreateOrganizationRequest) ProtoReflect ¶
func (x *CreateOrganizationRequest) ProtoReflect() protoreflect.Message
func (*CreateOrganizationRequest) Reset ¶
func (x *CreateOrganizationRequest) Reset()
func (*CreateOrganizationRequest) String ¶
func (x *CreateOrganizationRequest) String() string
type CreateOrganizationResponse ¶
type CreateOrganizationResponse struct {
Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
// contains filtered or unexported fields
}
func (*CreateOrganizationResponse) Descriptor
deprecated
func (*CreateOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganizationResponse.ProtoReflect.Descriptor instead.
func (*CreateOrganizationResponse) GetOrganization ¶
func (x *CreateOrganizationResponse) GetOrganization() *Organization
func (*CreateOrganizationResponse) ProtoMessage ¶
func (*CreateOrganizationResponse) ProtoMessage()
func (*CreateOrganizationResponse) ProtoReflect ¶
func (x *CreateOrganizationResponse) ProtoReflect() protoreflect.Message
func (*CreateOrganizationResponse) Reset ¶
func (x *CreateOrganizationResponse) Reset()
func (*CreateOrganizationResponse) String ¶
func (x *CreateOrganizationResponse) String() string
type DeleteBucketConfigurationRequest ¶ added in v1.4.0
type DeleteBucketConfigurationRequest struct {
BucketName string `protobuf:"bytes,1,opt,name=bucket_name,json=bucketName,proto3" json:"bucket_name,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteBucketConfigurationRequest) Descriptor
deprecated
added in
v1.4.0
func (*DeleteBucketConfigurationRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteBucketConfigurationRequest.ProtoReflect.Descriptor instead.
func (*DeleteBucketConfigurationRequest) GetBucketName ¶ added in v1.4.0
func (x *DeleteBucketConfigurationRequest) GetBucketName() string
func (*DeleteBucketConfigurationRequest) ProtoMessage ¶ added in v1.4.0
func (*DeleteBucketConfigurationRequest) ProtoMessage()
func (*DeleteBucketConfigurationRequest) ProtoReflect ¶ added in v1.4.0
func (x *DeleteBucketConfigurationRequest) ProtoReflect() protoreflect.Message
func (*DeleteBucketConfigurationRequest) Reset ¶ added in v1.4.0
func (x *DeleteBucketConfigurationRequest) Reset()
func (*DeleteBucketConfigurationRequest) String ¶ added in v1.4.0
func (x *DeleteBucketConfigurationRequest) String() string
type DeleteBucketConfigurationResponse ¶ added in v1.4.0
type DeleteBucketConfigurationResponse struct {
// contains filtered or unexported fields
}
func (*DeleteBucketConfigurationResponse) Descriptor
deprecated
added in
v1.4.0
func (*DeleteBucketConfigurationResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteBucketConfigurationResponse.ProtoReflect.Descriptor instead.
func (*DeleteBucketConfigurationResponse) ProtoMessage ¶ added in v1.4.0
func (*DeleteBucketConfigurationResponse) ProtoMessage()
func (*DeleteBucketConfigurationResponse) ProtoReflect ¶ added in v1.4.0
func (x *DeleteBucketConfigurationResponse) ProtoReflect() protoreflect.Message
func (*DeleteBucketConfigurationResponse) Reset ¶ added in v1.4.0
func (x *DeleteBucketConfigurationResponse) Reset()
func (*DeleteBucketConfigurationResponse) String ¶ added in v1.4.0
func (x *DeleteBucketConfigurationResponse) String() string
type DeleteBucketPrefixMappingRequest ¶ added in v1.4.0
type DeleteBucketPrefixMappingRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteBucketPrefixMappingRequest) Descriptor
deprecated
added in
v1.4.0
func (*DeleteBucketPrefixMappingRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteBucketPrefixMappingRequest.ProtoReflect.Descriptor instead.
func (*DeleteBucketPrefixMappingRequest) GetId ¶ added in v1.4.0
func (x *DeleteBucketPrefixMappingRequest) GetId() string
func (*DeleteBucketPrefixMappingRequest) ProtoMessage ¶ added in v1.4.0
func (*DeleteBucketPrefixMappingRequest) ProtoMessage()
func (*DeleteBucketPrefixMappingRequest) ProtoReflect ¶ added in v1.4.0
func (x *DeleteBucketPrefixMappingRequest) ProtoReflect() protoreflect.Message
func (*DeleteBucketPrefixMappingRequest) Reset ¶ added in v1.4.0
func (x *DeleteBucketPrefixMappingRequest) Reset()
func (*DeleteBucketPrefixMappingRequest) String ¶ added in v1.4.0
func (x *DeleteBucketPrefixMappingRequest) String() string
type DeleteBucketPrefixMappingResponse ¶ added in v1.4.0
type DeleteBucketPrefixMappingResponse struct {
// contains filtered or unexported fields
}
func (*DeleteBucketPrefixMappingResponse) Descriptor
deprecated
added in
v1.4.0
func (*DeleteBucketPrefixMappingResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteBucketPrefixMappingResponse.ProtoReflect.Descriptor instead.
func (*DeleteBucketPrefixMappingResponse) ProtoMessage ¶ added in v1.4.0
func (*DeleteBucketPrefixMappingResponse) ProtoMessage()
func (*DeleteBucketPrefixMappingResponse) ProtoReflect ¶ added in v1.4.0
func (x *DeleteBucketPrefixMappingResponse) ProtoReflect() protoreflect.Message
func (*DeleteBucketPrefixMappingResponse) Reset ¶ added in v1.4.0
func (x *DeleteBucketPrefixMappingResponse) Reset()
func (*DeleteBucketPrefixMappingResponse) String ¶ added in v1.4.0
func (x *DeleteBucketPrefixMappingResponse) String() string
type DeleteLogStreamConfigRequest ¶ added in v1.7.0
type DeleteLogStreamConfigRequest struct {
OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteLogStreamConfigRequest) Descriptor
deprecated
added in
v1.7.0
func (*DeleteLogStreamConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteLogStreamConfigRequest.ProtoReflect.Descriptor instead.
func (*DeleteLogStreamConfigRequest) GetOrganizationId ¶ added in v1.7.0
func (x *DeleteLogStreamConfigRequest) GetOrganizationId() string
func (*DeleteLogStreamConfigRequest) ProtoMessage ¶ added in v1.7.0
func (*DeleteLogStreamConfigRequest) ProtoMessage()
func (*DeleteLogStreamConfigRequest) ProtoReflect ¶ added in v1.7.0
func (x *DeleteLogStreamConfigRequest) ProtoReflect() protoreflect.Message
func (*DeleteLogStreamConfigRequest) Reset ¶ added in v1.7.0
func (x *DeleteLogStreamConfigRequest) Reset()
func (*DeleteLogStreamConfigRequest) String ¶ added in v1.7.0
func (x *DeleteLogStreamConfigRequest) String() string
type DeleteLogStreamConfigResponse ¶ added in v1.7.0
type DeleteLogStreamConfigResponse struct {
// contains filtered or unexported fields
}
func (*DeleteLogStreamConfigResponse) Descriptor
deprecated
added in
v1.7.0
func (*DeleteLogStreamConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteLogStreamConfigResponse.ProtoReflect.Descriptor instead.
func (*DeleteLogStreamConfigResponse) ProtoMessage ¶ added in v1.7.0
func (*DeleteLogStreamConfigResponse) ProtoMessage()
func (*DeleteLogStreamConfigResponse) ProtoReflect ¶ added in v1.7.0
func (x *DeleteLogStreamConfigResponse) ProtoReflect() protoreflect.Message
func (*DeleteLogStreamConfigResponse) Reset ¶ added in v1.7.0
func (x *DeleteLogStreamConfigResponse) Reset()
func (*DeleteLogStreamConfigResponse) String ¶ added in v1.7.0
func (x *DeleteLogStreamConfigResponse) String() string
type DeleteOrganizationAPIKeyRequest ¶ added in v1.4.0
type DeleteOrganizationAPIKeyRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteOrganizationAPIKeyRequest) Descriptor
deprecated
added in
v1.4.0
func (*DeleteOrganizationAPIKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationAPIKeyRequest.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationAPIKeyRequest) GetId ¶ added in v1.4.0
func (x *DeleteOrganizationAPIKeyRequest) GetId() string
func (*DeleteOrganizationAPIKeyRequest) ProtoMessage ¶ added in v1.4.0
func (*DeleteOrganizationAPIKeyRequest) ProtoMessage()
func (*DeleteOrganizationAPIKeyRequest) ProtoReflect ¶ added in v1.4.0
func (x *DeleteOrganizationAPIKeyRequest) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationAPIKeyRequest) Reset ¶ added in v1.4.0
func (x *DeleteOrganizationAPIKeyRequest) Reset()
func (*DeleteOrganizationAPIKeyRequest) String ¶ added in v1.4.0
func (x *DeleteOrganizationAPIKeyRequest) String() string
type DeleteOrganizationAPIKeyResponse ¶ added in v1.4.0
type DeleteOrganizationAPIKeyResponse struct {
// contains filtered or unexported fields
}
func (*DeleteOrganizationAPIKeyResponse) Descriptor
deprecated
added in
v1.4.0
func (*DeleteOrganizationAPIKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationAPIKeyResponse.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationAPIKeyResponse) ProtoMessage ¶ added in v1.4.0
func (*DeleteOrganizationAPIKeyResponse) ProtoMessage()
func (*DeleteOrganizationAPIKeyResponse) ProtoReflect ¶ added in v1.4.0
func (x *DeleteOrganizationAPIKeyResponse) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationAPIKeyResponse) Reset ¶ added in v1.4.0
func (x *DeleteOrganizationAPIKeyResponse) Reset()
func (*DeleteOrganizationAPIKeyResponse) String ¶ added in v1.4.0
func (x *DeleteOrganizationAPIKeyResponse) String() string
type DeleteOrganizationBucketRequest ¶ added in v1.4.0
type DeleteOrganizationBucketRequest struct {
OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
BucketName string `protobuf:"bytes,2,opt,name=bucket_name,json=bucketName,proto3" json:"bucket_name,omitempty"`
InstanceNum int32 `protobuf:"varint,3,opt,name=instance_num,json=instanceNum,proto3" json:"instance_num,omitempty"`
CollectorName string `protobuf:"bytes,4,opt,name=collector_name,json=collectorName,proto3" json:"collector_name,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteOrganizationBucketRequest) Descriptor
deprecated
added in
v1.4.0
func (*DeleteOrganizationBucketRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationBucketRequest.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationBucketRequest) GetBucketName ¶ added in v1.4.0
func (x *DeleteOrganizationBucketRequest) GetBucketName() string
func (*DeleteOrganizationBucketRequest) GetCollectorName ¶ added in v1.4.0
func (x *DeleteOrganizationBucketRequest) GetCollectorName() string
func (*DeleteOrganizationBucketRequest) GetInstanceNum ¶ added in v1.4.0
func (x *DeleteOrganizationBucketRequest) GetInstanceNum() int32
func (*DeleteOrganizationBucketRequest) GetOrganizationId ¶ added in v1.4.0
func (x *DeleteOrganizationBucketRequest) GetOrganizationId() string
func (*DeleteOrganizationBucketRequest) ProtoMessage ¶ added in v1.4.0
func (*DeleteOrganizationBucketRequest) ProtoMessage()
func (*DeleteOrganizationBucketRequest) ProtoReflect ¶ added in v1.4.0
func (x *DeleteOrganizationBucketRequest) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationBucketRequest) Reset ¶ added in v1.4.0
func (x *DeleteOrganizationBucketRequest) Reset()
func (*DeleteOrganizationBucketRequest) String ¶ added in v1.4.0
func (x *DeleteOrganizationBucketRequest) String() string
type DeleteOrganizationBucketResponse ¶ added in v1.4.0
type DeleteOrganizationBucketResponse struct {
// contains filtered or unexported fields
}
func (*DeleteOrganizationBucketResponse) Descriptor
deprecated
added in
v1.4.0
func (*DeleteOrganizationBucketResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationBucketResponse.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationBucketResponse) ProtoMessage ¶ added in v1.4.0
func (*DeleteOrganizationBucketResponse) ProtoMessage()
func (*DeleteOrganizationBucketResponse) ProtoReflect ¶ added in v1.4.0
func (x *DeleteOrganizationBucketResponse) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationBucketResponse) Reset ¶ added in v1.4.0
func (x *DeleteOrganizationBucketResponse) Reset()
func (*DeleteOrganizationBucketResponse) String ¶ added in v1.4.0
func (x *DeleteOrganizationBucketResponse) String() string
type GetConsumerLagRequest ¶ added in v1.3.6
type GetConsumerLagRequest struct {
GroupFilter string `protobuf:"bytes,1,opt,name=group_filter,json=groupFilter,proto3" json:"group_filter,omitempty"`
TopicFilter string `protobuf:"bytes,2,opt,name=topic_filter,json=topicFilter,proto3" json:"topic_filter,omitempty"`
// contains filtered or unexported fields
}
func (*GetConsumerLagRequest) Descriptor
deprecated
added in
v1.3.6
func (*GetConsumerLagRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetConsumerLagRequest.ProtoReflect.Descriptor instead.
func (*GetConsumerLagRequest) GetGroupFilter ¶ added in v1.3.6
func (x *GetConsumerLagRequest) GetGroupFilter() string
func (*GetConsumerLagRequest) GetTopicFilter ¶ added in v1.3.6
func (x *GetConsumerLagRequest) GetTopicFilter() string
func (*GetConsumerLagRequest) ProtoMessage ¶ added in v1.3.6
func (*GetConsumerLagRequest) ProtoMessage()
func (*GetConsumerLagRequest) ProtoReflect ¶ added in v1.3.6
func (x *GetConsumerLagRequest) ProtoReflect() protoreflect.Message
func (*GetConsumerLagRequest) Reset ¶ added in v1.3.6
func (x *GetConsumerLagRequest) Reset()
func (*GetConsumerLagRequest) String ¶ added in v1.3.6
func (x *GetConsumerLagRequest) String() string
type GetConsumerLagResponse ¶ added in v1.3.6
type GetConsumerLagResponse struct {
Lags []*ConsumerPartitionLag `protobuf:"bytes,1,rep,name=lags,proto3" json:"lags,omitempty"`
// contains filtered or unexported fields
}
func (*GetConsumerLagResponse) Descriptor
deprecated
added in
v1.3.6
func (*GetConsumerLagResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetConsumerLagResponse.ProtoReflect.Descriptor instead.
func (*GetConsumerLagResponse) GetLags ¶ added in v1.3.6
func (x *GetConsumerLagResponse) GetLags() []*ConsumerPartitionLag
func (*GetConsumerLagResponse) ProtoMessage ¶ added in v1.3.6
func (*GetConsumerLagResponse) ProtoMessage()
func (*GetConsumerLagResponse) ProtoReflect ¶ added in v1.3.6
func (x *GetConsumerLagResponse) ProtoReflect() protoreflect.Message
func (*GetConsumerLagResponse) Reset ¶ added in v1.3.6
func (x *GetConsumerLagResponse) Reset()
func (*GetConsumerLagResponse) String ¶ added in v1.3.6
func (x *GetConsumerLagResponse) String() string
type GetLogStreamConfigRequest ¶ added in v1.7.0
type GetLogStreamConfigRequest struct {
OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetLogStreamConfigRequest) Descriptor
deprecated
added in
v1.7.0
func (*GetLogStreamConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLogStreamConfigRequest.ProtoReflect.Descriptor instead.
func (*GetLogStreamConfigRequest) GetOrganizationId ¶ added in v1.7.0
func (x *GetLogStreamConfigRequest) GetOrganizationId() string
func (*GetLogStreamConfigRequest) ProtoMessage ¶ added in v1.7.0
func (*GetLogStreamConfigRequest) ProtoMessage()
func (*GetLogStreamConfigRequest) ProtoReflect ¶ added in v1.7.0
func (x *GetLogStreamConfigRequest) ProtoReflect() protoreflect.Message
func (*GetLogStreamConfigRequest) Reset ¶ added in v1.7.0
func (x *GetLogStreamConfigRequest) Reset()
func (*GetLogStreamConfigRequest) String ¶ added in v1.7.0
func (x *GetLogStreamConfigRequest) String() string
type GetLogStreamConfigResponse ¶ added in v1.7.0
type GetLogStreamConfigResponse struct {
Config *LogStreamConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
IsDefault bool `protobuf:"varint,2,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"` // True if returning the system default (no org-specific config)
// contains filtered or unexported fields
}
func (*GetLogStreamConfigResponse) Descriptor
deprecated
added in
v1.7.0
func (*GetLogStreamConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLogStreamConfigResponse.ProtoReflect.Descriptor instead.
func (*GetLogStreamConfigResponse) GetConfig ¶ added in v1.7.0
func (x *GetLogStreamConfigResponse) GetConfig() *LogStreamConfig
func (*GetLogStreamConfigResponse) GetIsDefault ¶ added in v1.7.0
func (x *GetLogStreamConfigResponse) GetIsDefault() bool
func (*GetLogStreamConfigResponse) ProtoMessage ¶ added in v1.7.0
func (*GetLogStreamConfigResponse) ProtoMessage()
func (*GetLogStreamConfigResponse) ProtoReflect ¶ added in v1.7.0
func (x *GetLogStreamConfigResponse) ProtoReflect() protoreflect.Message
func (*GetLogStreamConfigResponse) Reset ¶ added in v1.7.0
func (x *GetLogStreamConfigResponse) Reset()
func (*GetLogStreamConfigResponse) String ¶ added in v1.7.0
func (x *GetLogStreamConfigResponse) String() string
type GetWorkQueueStatusRequest ¶ added in v1.7.0
type GetWorkQueueStatusRequest struct {
// contains filtered or unexported fields
}
func (*GetWorkQueueStatusRequest) Descriptor
deprecated
added in
v1.7.0
func (*GetWorkQueueStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetWorkQueueStatusRequest.ProtoReflect.Descriptor instead.
func (*GetWorkQueueStatusRequest) ProtoMessage ¶ added in v1.7.0
func (*GetWorkQueueStatusRequest) ProtoMessage()
func (*GetWorkQueueStatusRequest) ProtoReflect ¶ added in v1.7.0
func (x *GetWorkQueueStatusRequest) ProtoReflect() protoreflect.Message
func (*GetWorkQueueStatusRequest) Reset ¶ added in v1.7.0
func (x *GetWorkQueueStatusRequest) Reset()
func (*GetWorkQueueStatusRequest) String ¶ added in v1.7.0
func (x *GetWorkQueueStatusRequest) String() string
type GetWorkQueueStatusResponse ¶ added in v1.7.0
type GetWorkQueueStatusResponse struct {
Tasks []*WorkQueueTaskStatus `protobuf:"bytes,1,rep,name=tasks,proto3" json:"tasks,omitempty"`
// contains filtered or unexported fields
}
func (*GetWorkQueueStatusResponse) Descriptor
deprecated
added in
v1.7.0
func (*GetWorkQueueStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetWorkQueueStatusResponse.ProtoReflect.Descriptor instead.
func (*GetWorkQueueStatusResponse) GetTasks ¶ added in v1.7.0
func (x *GetWorkQueueStatusResponse) GetTasks() []*WorkQueueTaskStatus
func (*GetWorkQueueStatusResponse) ProtoMessage ¶ added in v1.7.0
func (*GetWorkQueueStatusResponse) ProtoMessage()
func (*GetWorkQueueStatusResponse) ProtoReflect ¶ added in v1.7.0
func (x *GetWorkQueueStatusResponse) ProtoReflect() protoreflect.Message
func (*GetWorkQueueStatusResponse) Reset ¶ added in v1.7.0
func (x *GetWorkQueueStatusResponse) Reset()
func (*GetWorkQueueStatusResponse) String ¶ added in v1.7.0
func (x *GetWorkQueueStatusResponse) String() string
type InQueueItem ¶
type InQueueItem struct {
Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
TelemetryType string `protobuf:"bytes,2,opt,name=telemetry_type,json=telemetryType,proto3" json:"telemetry_type,omitempty"`
// contains filtered or unexported fields
}
func (*InQueueItem) Descriptor
deprecated
func (*InQueueItem) Descriptor() ([]byte, []int)
Deprecated: Use InQueueItem.ProtoReflect.Descriptor instead.
func (*InQueueItem) GetCount ¶
func (x *InQueueItem) GetCount() int64
func (*InQueueItem) GetTelemetryType ¶
func (x *InQueueItem) GetTelemetryType() string
func (*InQueueItem) ProtoMessage ¶
func (*InQueueItem) ProtoMessage()
func (*InQueueItem) ProtoReflect ¶
func (x *InQueueItem) ProtoReflect() protoreflect.Message
func (*InQueueItem) Reset ¶
func (x *InQueueItem) Reset()
func (*InQueueItem) String ¶
func (x *InQueueItem) String() string
type InQueueStatusRequest ¶
type InQueueStatusRequest struct {
// contains filtered or unexported fields
}
func (*InQueueStatusRequest) Descriptor
deprecated
func (*InQueueStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use InQueueStatusRequest.ProtoReflect.Descriptor instead.
func (*InQueueStatusRequest) ProtoMessage ¶
func (*InQueueStatusRequest) ProtoMessage()
func (*InQueueStatusRequest) ProtoReflect ¶
func (x *InQueueStatusRequest) ProtoReflect() protoreflect.Message
func (*InQueueStatusRequest) Reset ¶
func (x *InQueueStatusRequest) Reset()
func (*InQueueStatusRequest) String ¶
func (x *InQueueStatusRequest) String() string
type InQueueStatusResponse ¶
type InQueueStatusResponse struct {
Items []*InQueueItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
// contains filtered or unexported fields
}
func (*InQueueStatusResponse) Descriptor
deprecated
func (*InQueueStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use InQueueStatusResponse.ProtoReflect.Descriptor instead.
func (*InQueueStatusResponse) GetItems ¶
func (x *InQueueStatusResponse) GetItems() []*InQueueItem
func (*InQueueStatusResponse) ProtoMessage ¶
func (*InQueueStatusResponse) ProtoMessage()
func (*InQueueStatusResponse) ProtoReflect ¶
func (x *InQueueStatusResponse) ProtoReflect() protoreflect.Message
func (*InQueueStatusResponse) Reset ¶
func (x *InQueueStatusResponse) Reset()
func (*InQueueStatusResponse) String ¶
func (x *InQueueStatusResponse) String() string
type ListBucketConfigurationsRequest ¶ added in v1.4.0
type ListBucketConfigurationsRequest struct {
// contains filtered or unexported fields
}
func (*ListBucketConfigurationsRequest) Descriptor
deprecated
added in
v1.4.0
func (*ListBucketConfigurationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListBucketConfigurationsRequest.ProtoReflect.Descriptor instead.
func (*ListBucketConfigurationsRequest) ProtoMessage ¶ added in v1.4.0
func (*ListBucketConfigurationsRequest) ProtoMessage()
func (*ListBucketConfigurationsRequest) ProtoReflect ¶ added in v1.4.0
func (x *ListBucketConfigurationsRequest) ProtoReflect() protoreflect.Message
func (*ListBucketConfigurationsRequest) Reset ¶ added in v1.4.0
func (x *ListBucketConfigurationsRequest) Reset()
func (*ListBucketConfigurationsRequest) String ¶ added in v1.4.0
func (x *ListBucketConfigurationsRequest) String() string
type ListBucketConfigurationsResponse ¶ added in v1.4.0
type ListBucketConfigurationsResponse struct {
Configurations []*BucketConfiguration `protobuf:"bytes,1,rep,name=configurations,proto3" json:"configurations,omitempty"`
// contains filtered or unexported fields
}
func (*ListBucketConfigurationsResponse) Descriptor
deprecated
added in
v1.4.0
func (*ListBucketConfigurationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListBucketConfigurationsResponse.ProtoReflect.Descriptor instead.
func (*ListBucketConfigurationsResponse) GetConfigurations ¶ added in v1.4.0
func (x *ListBucketConfigurationsResponse) GetConfigurations() []*BucketConfiguration
func (*ListBucketConfigurationsResponse) ProtoMessage ¶ added in v1.4.0
func (*ListBucketConfigurationsResponse) ProtoMessage()
func (*ListBucketConfigurationsResponse) ProtoReflect ¶ added in v1.4.0
func (x *ListBucketConfigurationsResponse) ProtoReflect() protoreflect.Message
func (*ListBucketConfigurationsResponse) Reset ¶ added in v1.4.0
func (x *ListBucketConfigurationsResponse) Reset()
func (*ListBucketConfigurationsResponse) String ¶ added in v1.4.0
func (x *ListBucketConfigurationsResponse) String() string
type ListBucketPrefixMappingsRequest ¶ added in v1.4.0
type ListBucketPrefixMappingsRequest struct {
BucketName string `protobuf:"bytes,1,opt,name=bucket_name,json=bucketName,proto3" json:"bucket_name,omitempty"` // Optional filter
OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // Optional filter
// contains filtered or unexported fields
}
func (*ListBucketPrefixMappingsRequest) Descriptor
deprecated
added in
v1.4.0
func (*ListBucketPrefixMappingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListBucketPrefixMappingsRequest.ProtoReflect.Descriptor instead.
func (*ListBucketPrefixMappingsRequest) GetBucketName ¶ added in v1.4.0
func (x *ListBucketPrefixMappingsRequest) GetBucketName() string
func (*ListBucketPrefixMappingsRequest) GetOrganizationId ¶ added in v1.4.0
func (x *ListBucketPrefixMappingsRequest) GetOrganizationId() string
func (*ListBucketPrefixMappingsRequest) ProtoMessage ¶ added in v1.4.0
func (*ListBucketPrefixMappingsRequest) ProtoMessage()
func (*ListBucketPrefixMappingsRequest) ProtoReflect ¶ added in v1.4.0
func (x *ListBucketPrefixMappingsRequest) ProtoReflect() protoreflect.Message
func (*ListBucketPrefixMappingsRequest) Reset ¶ added in v1.4.0
func (x *ListBucketPrefixMappingsRequest) Reset()
func (*ListBucketPrefixMappingsRequest) String ¶ added in v1.4.0
func (x *ListBucketPrefixMappingsRequest) String() string
type ListBucketPrefixMappingsResponse ¶ added in v1.4.0
type ListBucketPrefixMappingsResponse struct {
Mappings []*BucketPrefixMapping `protobuf:"bytes,1,rep,name=mappings,proto3" json:"mappings,omitempty"`
// contains filtered or unexported fields
}
func (*ListBucketPrefixMappingsResponse) Descriptor
deprecated
added in
v1.4.0
func (*ListBucketPrefixMappingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListBucketPrefixMappingsResponse.ProtoReflect.Descriptor instead.
func (*ListBucketPrefixMappingsResponse) GetMappings ¶ added in v1.4.0
func (x *ListBucketPrefixMappingsResponse) GetMappings() []*BucketPrefixMapping
func (*ListBucketPrefixMappingsResponse) ProtoMessage ¶ added in v1.4.0
func (*ListBucketPrefixMappingsResponse) ProtoMessage()
func (*ListBucketPrefixMappingsResponse) ProtoReflect ¶ added in v1.4.0
func (x *ListBucketPrefixMappingsResponse) ProtoReflect() protoreflect.Message
func (*ListBucketPrefixMappingsResponse) Reset ¶ added in v1.4.0
func (x *ListBucketPrefixMappingsResponse) Reset()
func (*ListBucketPrefixMappingsResponse) String ¶ added in v1.4.0
func (x *ListBucketPrefixMappingsResponse) String() string
type ListOrganizationAPIKeysRequest ¶ added in v1.4.0
type ListOrganizationAPIKeysRequest struct {
OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
// contains filtered or unexported fields
}
func (*ListOrganizationAPIKeysRequest) Descriptor
deprecated
added in
v1.4.0
func (*ListOrganizationAPIKeysRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationAPIKeysRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationAPIKeysRequest) GetOrganizationId ¶ added in v1.4.0
func (x *ListOrganizationAPIKeysRequest) GetOrganizationId() string
func (*ListOrganizationAPIKeysRequest) ProtoMessage ¶ added in v1.4.0
func (*ListOrganizationAPIKeysRequest) ProtoMessage()
func (*ListOrganizationAPIKeysRequest) ProtoReflect ¶ added in v1.4.0
func (x *ListOrganizationAPIKeysRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationAPIKeysRequest) Reset ¶ added in v1.4.0
func (x *ListOrganizationAPIKeysRequest) Reset()
func (*ListOrganizationAPIKeysRequest) String ¶ added in v1.4.0
func (x *ListOrganizationAPIKeysRequest) String() string
type ListOrganizationAPIKeysResponse ¶ added in v1.4.0
type ListOrganizationAPIKeysResponse struct {
ApiKeys []*OrganizationAPIKey `protobuf:"bytes,1,rep,name=api_keys,json=apiKeys,proto3" json:"api_keys,omitempty"`
// contains filtered or unexported fields
}
func (*ListOrganizationAPIKeysResponse) Descriptor
deprecated
added in
v1.4.0
func (*ListOrganizationAPIKeysResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationAPIKeysResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationAPIKeysResponse) GetApiKeys ¶ added in v1.4.0
func (x *ListOrganizationAPIKeysResponse) GetApiKeys() []*OrganizationAPIKey
func (*ListOrganizationAPIKeysResponse) ProtoMessage ¶ added in v1.4.0
func (*ListOrganizationAPIKeysResponse) ProtoMessage()
func (*ListOrganizationAPIKeysResponse) ProtoReflect ¶ added in v1.4.0
func (x *ListOrganizationAPIKeysResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationAPIKeysResponse) Reset ¶ added in v1.4.0
func (x *ListOrganizationAPIKeysResponse) Reset()
func (*ListOrganizationAPIKeysResponse) String ¶ added in v1.4.0
func (x *ListOrganizationAPIKeysResponse) String() string
type ListOrganizationBucketsRequest ¶ added in v1.4.0
type ListOrganizationBucketsRequest struct {
OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
// contains filtered or unexported fields
}
func (*ListOrganizationBucketsRequest) Descriptor
deprecated
added in
v1.4.0
func (*ListOrganizationBucketsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationBucketsRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationBucketsRequest) GetOrganizationId ¶ added in v1.4.0
func (x *ListOrganizationBucketsRequest) GetOrganizationId() string
func (*ListOrganizationBucketsRequest) ProtoMessage ¶ added in v1.4.0
func (*ListOrganizationBucketsRequest) ProtoMessage()
func (*ListOrganizationBucketsRequest) ProtoReflect ¶ added in v1.4.0
func (x *ListOrganizationBucketsRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationBucketsRequest) Reset ¶ added in v1.4.0
func (x *ListOrganizationBucketsRequest) Reset()
func (*ListOrganizationBucketsRequest) String ¶ added in v1.4.0
func (x *ListOrganizationBucketsRequest) String() string
type ListOrganizationBucketsResponse ¶ added in v1.4.0
type ListOrganizationBucketsResponse struct {
Buckets []*OrganizationBucket `protobuf:"bytes,1,rep,name=buckets,proto3" json:"buckets,omitempty"`
// contains filtered or unexported fields
}
func (*ListOrganizationBucketsResponse) Descriptor
deprecated
added in
v1.4.0
func (*ListOrganizationBucketsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationBucketsResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationBucketsResponse) GetBuckets ¶ added in v1.4.0
func (x *ListOrganizationBucketsResponse) GetBuckets() []*OrganizationBucket
func (*ListOrganizationBucketsResponse) ProtoMessage ¶ added in v1.4.0
func (*ListOrganizationBucketsResponse) ProtoMessage()
func (*ListOrganizationBucketsResponse) ProtoReflect ¶ added in v1.4.0
func (x *ListOrganizationBucketsResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationBucketsResponse) Reset ¶ added in v1.4.0
func (x *ListOrganizationBucketsResponse) Reset()
func (*ListOrganizationBucketsResponse) String ¶ added in v1.4.0
func (x *ListOrganizationBucketsResponse) String() string
type ListOrganizationsRequest ¶
type ListOrganizationsRequest struct {
// contains filtered or unexported fields
}
func (*ListOrganizationsRequest) Descriptor
deprecated
func (*ListOrganizationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationsRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationsRequest) ProtoMessage ¶
func (*ListOrganizationsRequest) ProtoMessage()
func (*ListOrganizationsRequest) ProtoReflect ¶
func (x *ListOrganizationsRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationsRequest) Reset ¶
func (x *ListOrganizationsRequest) Reset()
func (*ListOrganizationsRequest) String ¶
func (x *ListOrganizationsRequest) String() string
type ListOrganizationsResponse ¶
type ListOrganizationsResponse struct {
Organizations []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"`
// contains filtered or unexported fields
}
func (*ListOrganizationsResponse) Descriptor
deprecated
func (*ListOrganizationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationsResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationsResponse) GetOrganizations ¶
func (x *ListOrganizationsResponse) GetOrganizations() []*Organization
func (*ListOrganizationsResponse) ProtoMessage ¶
func (*ListOrganizationsResponse) ProtoMessage()
func (*ListOrganizationsResponse) ProtoReflect ¶
func (x *ListOrganizationsResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationsResponse) Reset ¶
func (x *ListOrganizationsResponse) Reset()
func (*ListOrganizationsResponse) String ¶
func (x *ListOrganizationsResponse) String() string
type LogSegmentInfo ¶ added in v1.8.0
type LogSegmentInfo struct {
SegmentId int64 `protobuf:"varint,1,opt,name=segment_id,json=segmentId,proto3" json:"segment_id,omitempty"`
Dateint int32 `protobuf:"varint,2,opt,name=dateint,proto3" json:"dateint,omitempty"`
InstanceNum int32 `protobuf:"varint,3,opt,name=instance_num,json=instanceNum,proto3" json:"instance_num,omitempty"`
RecordCount int64 `protobuf:"varint,4,opt,name=record_count,json=recordCount,proto3" json:"record_count,omitempty"`
SortVersion int32 `protobuf:"varint,5,opt,name=sort_version,json=sortVersion,proto3" json:"sort_version,omitempty"`
HasAggFields bool `protobuf:"varint,6,opt,name=has_agg_fields,json=hasAggFields,proto3" json:"has_agg_fields,omitempty"`
// contains filtered or unexported fields
}
func (*LogSegmentInfo) Descriptor
deprecated
added in
v1.8.0
func (*LogSegmentInfo) Descriptor() ([]byte, []int)
Deprecated: Use LogSegmentInfo.ProtoReflect.Descriptor instead.
func (*LogSegmentInfo) GetDateint ¶ added in v1.8.0
func (x *LogSegmentInfo) GetDateint() int32
func (*LogSegmentInfo) GetHasAggFields ¶ added in v1.8.0
func (x *LogSegmentInfo) GetHasAggFields() bool
func (*LogSegmentInfo) GetInstanceNum ¶ added in v1.8.0
func (x *LogSegmentInfo) GetInstanceNum() int32
func (*LogSegmentInfo) GetRecordCount ¶ added in v1.8.0
func (x *LogSegmentInfo) GetRecordCount() int64
func (*LogSegmentInfo) GetSegmentId ¶ added in v1.8.0
func (x *LogSegmentInfo) GetSegmentId() int64
func (*LogSegmentInfo) GetSortVersion ¶ added in v1.8.0
func (x *LogSegmentInfo) GetSortVersion() int32
func (*LogSegmentInfo) ProtoMessage ¶ added in v1.8.0
func (*LogSegmentInfo) ProtoMessage()
func (*LogSegmentInfo) ProtoReflect ¶ added in v1.8.0
func (x *LogSegmentInfo) ProtoReflect() protoreflect.Message
func (*LogSegmentInfo) Reset ¶ added in v1.8.0
func (x *LogSegmentInfo) Reset()
func (*LogSegmentInfo) String ¶ added in v1.8.0
func (x *LogSegmentInfo) String() string
type LogStreamConfig ¶ added in v1.7.0
type LogStreamConfig struct {
OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
FieldName string `protobuf:"bytes,2,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"` // The field used for stream identification (e.g., "resource_service_name")
// contains filtered or unexported fields
}
func (*LogStreamConfig) Descriptor
deprecated
added in
v1.7.0
func (*LogStreamConfig) Descriptor() ([]byte, []int)
Deprecated: Use LogStreamConfig.ProtoReflect.Descriptor instead.
func (*LogStreamConfig) GetFieldName ¶ added in v1.7.0
func (x *LogStreamConfig) GetFieldName() string
func (*LogStreamConfig) GetOrganizationId ¶ added in v1.7.0
func (x *LogStreamConfig) GetOrganizationId() string
func (*LogStreamConfig) ProtoMessage ¶ added in v1.7.0
func (*LogStreamConfig) ProtoMessage()
func (*LogStreamConfig) ProtoReflect ¶ added in v1.7.0
func (x *LogStreamConfig) ProtoReflect() protoreflect.Message
func (*LogStreamConfig) Reset ¶ added in v1.7.0
func (x *LogStreamConfig) Reset()
func (*LogStreamConfig) String ¶ added in v1.7.0
func (x *LogStreamConfig) String() string
type Organization ¶
type Organization struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Enabled bool `protobuf:"varint,3,opt,name=enabled,proto3" json:"enabled,omitempty"`
// contains filtered or unexported fields
}
func (*Organization) Descriptor
deprecated
func (*Organization) Descriptor() ([]byte, []int)
Deprecated: Use Organization.ProtoReflect.Descriptor instead.
func (*Organization) GetEnabled ¶
func (x *Organization) GetEnabled() bool
func (*Organization) GetId ¶
func (x *Organization) GetId() string
func (*Organization) GetName ¶
func (x *Organization) GetName() string
func (*Organization) ProtoMessage ¶
func (*Organization) ProtoMessage()
func (*Organization) ProtoReflect ¶
func (x *Organization) ProtoReflect() protoreflect.Message
func (*Organization) Reset ¶
func (x *Organization) Reset()
func (*Organization) String ¶
func (x *Organization) String() string
type OrganizationAPIKey ¶ added in v1.4.0
type OrganizationAPIKey struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
KeyPreview string `protobuf:"bytes,5,opt,name=key_preview,json=keyPreview,proto3" json:"key_preview,omitempty"` // First few chars of the key for display
// contains filtered or unexported fields
}
func (*OrganizationAPIKey) Descriptor
deprecated
added in
v1.4.0
func (*OrganizationAPIKey) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationAPIKey.ProtoReflect.Descriptor instead.
func (*OrganizationAPIKey) GetDescription ¶ added in v1.4.0
func (x *OrganizationAPIKey) GetDescription() string
func (*OrganizationAPIKey) GetId ¶ added in v1.4.0
func (x *OrganizationAPIKey) GetId() string
func (*OrganizationAPIKey) GetKeyPreview ¶ added in v1.4.0
func (x *OrganizationAPIKey) GetKeyPreview() string
func (*OrganizationAPIKey) GetName ¶ added in v1.4.0
func (x *OrganizationAPIKey) GetName() string
func (*OrganizationAPIKey) GetOrganizationId ¶ added in v1.4.0
func (x *OrganizationAPIKey) GetOrganizationId() string
func (*OrganizationAPIKey) ProtoMessage ¶ added in v1.4.0
func (*OrganizationAPIKey) ProtoMessage()
func (*OrganizationAPIKey) ProtoReflect ¶ added in v1.4.0
func (x *OrganizationAPIKey) ProtoReflect() protoreflect.Message
func (*OrganizationAPIKey) Reset ¶ added in v1.4.0
func (x *OrganizationAPIKey) Reset()
func (*OrganizationAPIKey) String ¶ added in v1.4.0
func (x *OrganizationAPIKey) String() string
type OrganizationBucket ¶ added in v1.4.0
type OrganizationBucket struct {
OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
BucketName string `protobuf:"bytes,2,opt,name=bucket_name,json=bucketName,proto3" json:"bucket_name,omitempty"`
InstanceNum int32 `protobuf:"varint,3,opt,name=instance_num,json=instanceNum,proto3" json:"instance_num,omitempty"`
CollectorName string `protobuf:"bytes,4,opt,name=collector_name,json=collectorName,proto3" json:"collector_name,omitempty"`
// contains filtered or unexported fields
}
func (*OrganizationBucket) Descriptor
deprecated
added in
v1.4.0
func (*OrganizationBucket) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationBucket.ProtoReflect.Descriptor instead.
func (*OrganizationBucket) GetBucketName ¶ added in v1.4.0
func (x *OrganizationBucket) GetBucketName() string
func (*OrganizationBucket) GetCollectorName ¶ added in v1.4.0
func (x *OrganizationBucket) GetCollectorName() string
func (*OrganizationBucket) GetInstanceNum ¶ added in v1.4.0
func (x *OrganizationBucket) GetInstanceNum() int32
func (*OrganizationBucket) GetOrganizationId ¶ added in v1.4.0
func (x *OrganizationBucket) GetOrganizationId() string
func (*OrganizationBucket) ProtoMessage ¶ added in v1.4.0
func (*OrganizationBucket) ProtoMessage()
func (*OrganizationBucket) ProtoReflect ¶ added in v1.4.0
func (x *OrganizationBucket) ProtoReflect() protoreflect.Message
func (*OrganizationBucket) Reset ¶ added in v1.4.0
func (x *OrganizationBucket) Reset()
func (*OrganizationBucket) String ¶ added in v1.4.0
func (x *OrganizationBucket) String() string
type PingRequest ¶
type PingRequest struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*PingRequest) Descriptor
deprecated
func (*PingRequest) Descriptor() ([]byte, []int)
Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.
func (*PingRequest) GetMessage ¶
func (x *PingRequest) GetMessage() string
func (*PingRequest) ProtoMessage ¶
func (*PingRequest) ProtoMessage()
func (*PingRequest) ProtoReflect ¶
func (x *PingRequest) ProtoReflect() protoreflect.Message
func (*PingRequest) Reset ¶
func (x *PingRequest) Reset()
func (*PingRequest) String ¶
func (x *PingRequest) String() string
type PingResponse ¶
type PingResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
Timestamp int64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
ServerId string `protobuf:"bytes,3,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
// contains filtered or unexported fields
}
func (*PingResponse) Descriptor
deprecated
func (*PingResponse) Descriptor() ([]byte, []int)
Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.
func (*PingResponse) GetMessage ¶
func (x *PingResponse) GetMessage() string
func (*PingResponse) GetServerId ¶
func (x *PingResponse) GetServerId() string
func (*PingResponse) GetTimestamp ¶
func (x *PingResponse) GetTimestamp() int64
func (*PingResponse) ProtoMessage ¶
func (*PingResponse) ProtoMessage()
func (*PingResponse) ProtoReflect ¶
func (x *PingResponse) ProtoReflect() protoreflect.Message
func (*PingResponse) Reset ¶
func (x *PingResponse) Reset()
func (*PingResponse) String ¶
func (x *PingResponse) String() string
type QueueLogRecompactRequest ¶ added in v1.8.0
type QueueLogRecompactRequest struct {
OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
StartDateint int32 `protobuf:"varint,2,opt,name=start_dateint,json=startDateint,proto3" json:"start_dateint,omitempty"`
EndDateint int32 `protobuf:"varint,3,opt,name=end_dateint,json=endDateint,proto3" json:"end_dateint,omitempty"`
MissingAggFields bool `protobuf:"varint,4,opt,name=missing_agg_fields,json=missingAggFields,proto3" json:"missing_agg_fields,omitempty"` // Filter: segments where agg_fields IS NULL
SortVersionBelowCurrent bool `` // Filter: segments where sort_version < current
/* 135-byte string literal not displayed */
DryRun bool `protobuf:"varint,6,opt,name=dry_run,json=dryRun,proto3" json:"dry_run,omitempty"` // If true, return matching segments without queueing
// contains filtered or unexported fields
}
func (*QueueLogRecompactRequest) Descriptor
deprecated
added in
v1.8.0
func (*QueueLogRecompactRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueueLogRecompactRequest.ProtoReflect.Descriptor instead.
func (*QueueLogRecompactRequest) GetDryRun ¶ added in v1.8.0
func (x *QueueLogRecompactRequest) GetDryRun() bool
func (*QueueLogRecompactRequest) GetEndDateint ¶ added in v1.8.0
func (x *QueueLogRecompactRequest) GetEndDateint() int32
func (*QueueLogRecompactRequest) GetMissingAggFields ¶ added in v1.8.0
func (x *QueueLogRecompactRequest) GetMissingAggFields() bool
func (*QueueLogRecompactRequest) GetOrganizationId ¶ added in v1.8.0
func (x *QueueLogRecompactRequest) GetOrganizationId() string
func (*QueueLogRecompactRequest) GetSortVersionBelowCurrent ¶ added in v1.8.0
func (x *QueueLogRecompactRequest) GetSortVersionBelowCurrent() bool
func (*QueueLogRecompactRequest) GetStartDateint ¶ added in v1.8.0
func (x *QueueLogRecompactRequest) GetStartDateint() int32
func (*QueueLogRecompactRequest) ProtoMessage ¶ added in v1.8.0
func (*QueueLogRecompactRequest) ProtoMessage()
func (*QueueLogRecompactRequest) ProtoReflect ¶ added in v1.8.0
func (x *QueueLogRecompactRequest) ProtoReflect() protoreflect.Message
func (*QueueLogRecompactRequest) Reset ¶ added in v1.8.0
func (x *QueueLogRecompactRequest) Reset()
func (*QueueLogRecompactRequest) String ¶ added in v1.8.0
func (x *QueueLogRecompactRequest) String() string
type QueueLogRecompactResponse ¶ added in v1.8.0
type QueueLogRecompactResponse struct {
SegmentsQueued int32 `protobuf:"varint,1,opt,name=segments_queued,json=segmentsQueued,proto3" json:"segments_queued,omitempty"`
Segments []*LogSegmentInfo `protobuf:"bytes,2,rep,name=segments,proto3" json:"segments,omitempty"` // Segments that were (or would be) queued
// contains filtered or unexported fields
}
func (*QueueLogRecompactResponse) Descriptor
deprecated
added in
v1.8.0
func (*QueueLogRecompactResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueueLogRecompactResponse.ProtoReflect.Descriptor instead.
func (*QueueLogRecompactResponse) GetSegments ¶ added in v1.8.0
func (x *QueueLogRecompactResponse) GetSegments() []*LogSegmentInfo
func (*QueueLogRecompactResponse) GetSegmentsQueued ¶ added in v1.8.0
func (x *QueueLogRecompactResponse) GetSegmentsQueued() int32
func (*QueueLogRecompactResponse) ProtoMessage ¶ added in v1.8.0
func (*QueueLogRecompactResponse) ProtoMessage()
func (*QueueLogRecompactResponse) ProtoReflect ¶ added in v1.8.0
func (x *QueueLogRecompactResponse) ProtoReflect() protoreflect.Message
func (*QueueLogRecompactResponse) Reset ¶ added in v1.8.0
func (x *QueueLogRecompactResponse) Reset()
func (*QueueLogRecompactResponse) String ¶ added in v1.8.0
func (x *QueueLogRecompactResponse) String() string
type SetLogStreamConfigRequest ¶ added in v1.7.0
type SetLogStreamConfigRequest struct {
OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
FieldName string `protobuf:"bytes,2,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"`
// contains filtered or unexported fields
}
func (*SetLogStreamConfigRequest) Descriptor
deprecated
added in
v1.7.0
func (*SetLogStreamConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetLogStreamConfigRequest.ProtoReflect.Descriptor instead.
func (*SetLogStreamConfigRequest) GetFieldName ¶ added in v1.7.0
func (x *SetLogStreamConfigRequest) GetFieldName() string
func (*SetLogStreamConfigRequest) GetOrganizationId ¶ added in v1.7.0
func (x *SetLogStreamConfigRequest) GetOrganizationId() string
func (*SetLogStreamConfigRequest) ProtoMessage ¶ added in v1.7.0
func (*SetLogStreamConfigRequest) ProtoMessage()
func (*SetLogStreamConfigRequest) ProtoReflect ¶ added in v1.7.0
func (x *SetLogStreamConfigRequest) ProtoReflect() protoreflect.Message
func (*SetLogStreamConfigRequest) Reset ¶ added in v1.7.0
func (x *SetLogStreamConfigRequest) Reset()
func (*SetLogStreamConfigRequest) String ¶ added in v1.7.0
func (x *SetLogStreamConfigRequest) String() string
type SetLogStreamConfigResponse ¶ added in v1.7.0
type SetLogStreamConfigResponse struct {
Config *LogStreamConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
// contains filtered or unexported fields
}
func (*SetLogStreamConfigResponse) Descriptor
deprecated
added in
v1.7.0
func (*SetLogStreamConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetLogStreamConfigResponse.ProtoReflect.Descriptor instead.
func (*SetLogStreamConfigResponse) GetConfig ¶ added in v1.7.0
func (x *SetLogStreamConfigResponse) GetConfig() *LogStreamConfig
func (*SetLogStreamConfigResponse) ProtoMessage ¶ added in v1.7.0
func (*SetLogStreamConfigResponse) ProtoMessage()
func (*SetLogStreamConfigResponse) ProtoReflect ¶ added in v1.7.0
func (x *SetLogStreamConfigResponse) ProtoReflect() protoreflect.Message
func (*SetLogStreamConfigResponse) Reset ¶ added in v1.7.0
func (x *SetLogStreamConfigResponse) Reset()
func (*SetLogStreamConfigResponse) String ¶ added in v1.7.0
func (x *SetLogStreamConfigResponse) String() string
type UnimplementedAdminServiceServer ¶
type UnimplementedAdminServiceServer struct{}
UnimplementedAdminServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedAdminServiceServer) AddOrganizationBucket ¶ added in v1.4.0
func (UnimplementedAdminServiceServer) AddOrganizationBucket(context.Context, *AddOrganizationBucketRequest) (*AddOrganizationBucketResponse, error)
func (UnimplementedAdminServiceServer) CreateBucketConfiguration ¶ added in v1.4.0
func (UnimplementedAdminServiceServer) CreateBucketConfiguration(context.Context, *CreateBucketConfigurationRequest) (*CreateBucketConfigurationResponse, error)
func (UnimplementedAdminServiceServer) CreateBucketPrefixMapping ¶ added in v1.4.0
func (UnimplementedAdminServiceServer) CreateBucketPrefixMapping(context.Context, *CreateBucketPrefixMappingRequest) (*CreateBucketPrefixMappingResponse, error)
func (UnimplementedAdminServiceServer) CreateOrganization ¶
func (UnimplementedAdminServiceServer) CreateOrganization(context.Context, *CreateOrganizationRequest) (*CreateOrganizationResponse, error)
func (UnimplementedAdminServiceServer) CreateOrganizationAPIKey ¶ added in v1.4.0
func (UnimplementedAdminServiceServer) CreateOrganizationAPIKey(context.Context, *CreateOrganizationAPIKeyRequest) (*CreateOrganizationAPIKeyResponse, error)
func (UnimplementedAdminServiceServer) DeleteBucketConfiguration ¶ added in v1.4.0
func (UnimplementedAdminServiceServer) DeleteBucketConfiguration(context.Context, *DeleteBucketConfigurationRequest) (*DeleteBucketConfigurationResponse, error)
func (UnimplementedAdminServiceServer) DeleteBucketPrefixMapping ¶ added in v1.4.0
func (UnimplementedAdminServiceServer) DeleteBucketPrefixMapping(context.Context, *DeleteBucketPrefixMappingRequest) (*DeleteBucketPrefixMappingResponse, error)
func (UnimplementedAdminServiceServer) DeleteLogStreamConfig ¶ added in v1.7.0
func (UnimplementedAdminServiceServer) DeleteLogStreamConfig(context.Context, *DeleteLogStreamConfigRequest) (*DeleteLogStreamConfigResponse, error)
func (UnimplementedAdminServiceServer) DeleteOrganizationAPIKey ¶ added in v1.4.0
func (UnimplementedAdminServiceServer) DeleteOrganizationAPIKey(context.Context, *DeleteOrganizationAPIKeyRequest) (*DeleteOrganizationAPIKeyResponse, error)
func (UnimplementedAdminServiceServer) DeleteOrganizationBucket ¶ added in v1.4.0
func (UnimplementedAdminServiceServer) DeleteOrganizationBucket(context.Context, *DeleteOrganizationBucketRequest) (*DeleteOrganizationBucketResponse, error)
func (UnimplementedAdminServiceServer) GetConsumerLag ¶ added in v1.3.6
func (UnimplementedAdminServiceServer) GetConsumerLag(context.Context, *GetConsumerLagRequest) (*GetConsumerLagResponse, error)
func (UnimplementedAdminServiceServer) GetLogStreamConfig ¶ added in v1.7.0
func (UnimplementedAdminServiceServer) GetLogStreamConfig(context.Context, *GetLogStreamConfigRequest) (*GetLogStreamConfigResponse, error)
func (UnimplementedAdminServiceServer) GetWorkQueueStatus ¶ added in v1.7.0
func (UnimplementedAdminServiceServer) GetWorkQueueStatus(context.Context, *GetWorkQueueStatusRequest) (*GetWorkQueueStatusResponse, error)
func (UnimplementedAdminServiceServer) InQueueStatus ¶
func (UnimplementedAdminServiceServer) InQueueStatus(context.Context, *InQueueStatusRequest) (*InQueueStatusResponse, error)
func (UnimplementedAdminServiceServer) ListBucketConfigurations ¶ added in v1.4.0
func (UnimplementedAdminServiceServer) ListBucketConfigurations(context.Context, *ListBucketConfigurationsRequest) (*ListBucketConfigurationsResponse, error)
func (UnimplementedAdminServiceServer) ListBucketPrefixMappings ¶ added in v1.4.0
func (UnimplementedAdminServiceServer) ListBucketPrefixMappings(context.Context, *ListBucketPrefixMappingsRequest) (*ListBucketPrefixMappingsResponse, error)
func (UnimplementedAdminServiceServer) ListOrganizationAPIKeys ¶ added in v1.4.0
func (UnimplementedAdminServiceServer) ListOrganizationAPIKeys(context.Context, *ListOrganizationAPIKeysRequest) (*ListOrganizationAPIKeysResponse, error)
func (UnimplementedAdminServiceServer) ListOrganizationBuckets ¶ added in v1.4.0
func (UnimplementedAdminServiceServer) ListOrganizationBuckets(context.Context, *ListOrganizationBucketsRequest) (*ListOrganizationBucketsResponse, error)
func (UnimplementedAdminServiceServer) ListOrganizations ¶
func (UnimplementedAdminServiceServer) ListOrganizations(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error)
func (UnimplementedAdminServiceServer) Ping ¶
func (UnimplementedAdminServiceServer) Ping(context.Context, *PingRequest) (*PingResponse, error)
func (UnimplementedAdminServiceServer) QueueLogRecompact ¶ added in v1.8.0
func (UnimplementedAdminServiceServer) QueueLogRecompact(context.Context, *QueueLogRecompactRequest) (*QueueLogRecompactResponse, error)
func (UnimplementedAdminServiceServer) SetLogStreamConfig ¶ added in v1.7.0
func (UnimplementedAdminServiceServer) SetLogStreamConfig(context.Context, *SetLogStreamConfigRequest) (*SetLogStreamConfigResponse, error)
func (UnimplementedAdminServiceServer) UpdateOrganization ¶
func (UnimplementedAdminServiceServer) UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error)
type UnsafeAdminServiceServer ¶
type UnsafeAdminServiceServer interface {
// contains filtered or unexported methods
}
UnsafeAdminServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AdminServiceServer will result in compilation errors.
type UpdateOrganizationRequest ¶
type UpdateOrganizationRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Enabled *wrapperspb.BoolValue `protobuf:"bytes,3,opt,name=enabled,proto3" json:"enabled,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateOrganizationRequest) Descriptor
deprecated
func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationRequest.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationRequest) GetEnabled ¶
func (x *UpdateOrganizationRequest) GetEnabled() *wrapperspb.BoolValue
func (*UpdateOrganizationRequest) GetId ¶
func (x *UpdateOrganizationRequest) GetId() string
func (*UpdateOrganizationRequest) GetName ¶
func (x *UpdateOrganizationRequest) GetName() *wrapperspb.StringValue
func (*UpdateOrganizationRequest) ProtoMessage ¶
func (*UpdateOrganizationRequest) ProtoMessage()
func (*UpdateOrganizationRequest) ProtoReflect ¶
func (x *UpdateOrganizationRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationRequest) Reset ¶
func (x *UpdateOrganizationRequest) Reset()
func (*UpdateOrganizationRequest) String ¶
func (x *UpdateOrganizationRequest) String() string
type UpdateOrganizationResponse ¶
type UpdateOrganizationResponse struct {
Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateOrganizationResponse) Descriptor
deprecated
func (*UpdateOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationResponse.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationResponse) GetOrganization ¶
func (x *UpdateOrganizationResponse) GetOrganization() *Organization
func (*UpdateOrganizationResponse) ProtoMessage ¶
func (*UpdateOrganizationResponse) ProtoMessage()
func (*UpdateOrganizationResponse) ProtoReflect ¶
func (x *UpdateOrganizationResponse) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationResponse) Reset ¶
func (x *UpdateOrganizationResponse) Reset()
func (*UpdateOrganizationResponse) String ¶
func (x *UpdateOrganizationResponse) String() string
type WorkQueueTaskStatus ¶ added in v1.7.0
type WorkQueueTaskStatus struct {
TaskName string `protobuf:"bytes,1,opt,name=task_name,json=taskName,proto3" json:"task_name,omitempty"`
Pending int64 `protobuf:"varint,2,opt,name=pending,proto3" json:"pending,omitempty"`
InProgress int64 `protobuf:"varint,3,opt,name=in_progress,json=inProgress,proto3" json:"in_progress,omitempty"`
Failed int64 `protobuf:"varint,4,opt,name=failed,proto3" json:"failed,omitempty"`
Workers int64 `protobuf:"varint,5,opt,name=workers,proto3" json:"workers,omitempty"`
Priority int32 `protobuf:"varint,6,opt,name=priority,proto3" json:"priority,omitempty"` // Priority level (lower = higher priority)
// contains filtered or unexported fields
}
func (*WorkQueueTaskStatus) Descriptor
deprecated
added in
v1.7.0
func (*WorkQueueTaskStatus) Descriptor() ([]byte, []int)
Deprecated: Use WorkQueueTaskStatus.ProtoReflect.Descriptor instead.
func (*WorkQueueTaskStatus) GetFailed ¶ added in v1.7.0
func (x *WorkQueueTaskStatus) GetFailed() int64
func (*WorkQueueTaskStatus) GetInProgress ¶ added in v1.7.0
func (x *WorkQueueTaskStatus) GetInProgress() int64
func (*WorkQueueTaskStatus) GetPending ¶ added in v1.7.0
func (x *WorkQueueTaskStatus) GetPending() int64
func (*WorkQueueTaskStatus) GetPriority ¶ added in v1.8.0
func (x *WorkQueueTaskStatus) GetPriority() int32
func (*WorkQueueTaskStatus) GetTaskName ¶ added in v1.7.0
func (x *WorkQueueTaskStatus) GetTaskName() string
func (*WorkQueueTaskStatus) GetWorkers ¶ added in v1.7.0
func (x *WorkQueueTaskStatus) GetWorkers() int64
func (*WorkQueueTaskStatus) ProtoMessage ¶ added in v1.7.0
func (*WorkQueueTaskStatus) ProtoMessage()
func (*WorkQueueTaskStatus) ProtoReflect ¶ added in v1.7.0
func (x *WorkQueueTaskStatus) ProtoReflect() protoreflect.Message
func (*WorkQueueTaskStatus) Reset ¶ added in v1.7.0
func (x *WorkQueueTaskStatus) Reset()
func (*WorkQueueTaskStatus) String ¶ added in v1.7.0
func (x *WorkQueueTaskStatus) String() string