Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterLogGroupServiceServer(s grpc.ServiceRegistrar, srv LogGroupServiceServer)
- type GetReadingEndpointRequest
- func (*GetReadingEndpointRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetReadingEndpointRequest) GetFolderId() string
- func (x *GetReadingEndpointRequest) GetGroupName() string
- func (*GetReadingEndpointRequest) ProtoMessage()
- func (x *GetReadingEndpointRequest) ProtoReflect() protoreflect.Message
- func (x *GetReadingEndpointRequest) Reset()
- func (x *GetReadingEndpointRequest) String() string
- type GetReadingEndpointResponse
- func (*GetReadingEndpointResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetReadingEndpointResponse) GetLogGroupId() string
- func (x *GetReadingEndpointResponse) GetTables() []*GroupTables
- func (*GetReadingEndpointResponse) ProtoMessage()
- func (x *GetReadingEndpointResponse) ProtoReflect() protoreflect.Message
- func (x *GetReadingEndpointResponse) Reset()
- func (x *GetReadingEndpointResponse) String() string
- type GroupTables
- func (*GroupTables) Descriptor() ([]byte, []int)deprecated
- func (x *GroupTables) GetDbEndpoint() string
- func (x *GroupTables) GetDbName() string
- func (x *GroupTables) GetTableName() string
- func (*GroupTables) ProtoMessage()
- func (x *GroupTables) ProtoReflect() protoreflect.Message
- func (x *GroupTables) Reset()
- func (x *GroupTables) String() string
- type LogGroupServiceClient
- type LogGroupServiceServer
- type UnimplementedLogGroupServiceServer
- type UnsafeLogGroupServiceServer
Constants ¶
const (
LogGroupService_GetReadingEndpoint_FullMethodName = "/yandex.cloud.priv.logging.v1.LogGroupService/GetReadingEndpoint"
)
Variables ¶
var File_log_group_service_proto protoreflect.FileDescriptor
var LogGroupService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "yandex.cloud.priv.logging.v1.LogGroupService", HandlerType: (*LogGroupServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetReadingEndpoint", Handler: _LogGroupService_GetReadingEndpoint_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "log_group_service.proto", }
LogGroupService_ServiceDesc is the grpc.ServiceDesc for LogGroupService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterLogGroupServiceServer ¶
func RegisterLogGroupServiceServer(s grpc.ServiceRegistrar, srv LogGroupServiceServer)
Types ¶
type GetReadingEndpointRequest ¶
type GetReadingEndpointRequest struct { FolderId string `protobuf:"bytes,1,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"` GroupName string `protobuf:"bytes,3,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"` // contains filtered or unexported fields }
func (*GetReadingEndpointRequest) Descriptor
deprecated
func (*GetReadingEndpointRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetReadingEndpointRequest.ProtoReflect.Descriptor instead.
func (*GetReadingEndpointRequest) GetFolderId ¶
func (x *GetReadingEndpointRequest) GetFolderId() string
func (*GetReadingEndpointRequest) GetGroupName ¶
func (x *GetReadingEndpointRequest) GetGroupName() string
func (*GetReadingEndpointRequest) ProtoMessage ¶
func (*GetReadingEndpointRequest) ProtoMessage()
func (*GetReadingEndpointRequest) ProtoReflect ¶
func (x *GetReadingEndpointRequest) ProtoReflect() protoreflect.Message
func (*GetReadingEndpointRequest) Reset ¶
func (x *GetReadingEndpointRequest) Reset()
func (*GetReadingEndpointRequest) String ¶
func (x *GetReadingEndpointRequest) String() string
type GetReadingEndpointResponse ¶
type GetReadingEndpointResponse struct { LogGroupId string `protobuf:"bytes,1,opt,name=log_group_id,json=logGroupId,proto3" json:"log_group_id,omitempty"` Tables []*GroupTables `protobuf:"bytes,2,rep,name=tables,proto3" json:"tables,omitempty"` // contains filtered or unexported fields }
func (*GetReadingEndpointResponse) Descriptor
deprecated
func (*GetReadingEndpointResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetReadingEndpointResponse.ProtoReflect.Descriptor instead.
func (*GetReadingEndpointResponse) GetLogGroupId ¶
func (x *GetReadingEndpointResponse) GetLogGroupId() string
func (*GetReadingEndpointResponse) GetTables ¶
func (x *GetReadingEndpointResponse) GetTables() []*GroupTables
func (*GetReadingEndpointResponse) ProtoMessage ¶
func (*GetReadingEndpointResponse) ProtoMessage()
func (*GetReadingEndpointResponse) ProtoReflect ¶
func (x *GetReadingEndpointResponse) ProtoReflect() protoreflect.Message
func (*GetReadingEndpointResponse) Reset ¶
func (x *GetReadingEndpointResponse) Reset()
func (*GetReadingEndpointResponse) String ¶
func (x *GetReadingEndpointResponse) String() string
type GroupTables ¶
type GroupTables struct { TableName string `protobuf:"bytes,1,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"` DbName string `protobuf:"bytes,2,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"` DbEndpoint string `protobuf:"bytes,3,opt,name=db_endpoint,json=dbEndpoint,proto3" json:"db_endpoint,omitempty"` // contains filtered or unexported fields }
func (*GroupTables) Descriptor
deprecated
func (*GroupTables) Descriptor() ([]byte, []int)
Deprecated: Use GroupTables.ProtoReflect.Descriptor instead.
func (*GroupTables) GetDbEndpoint ¶
func (x *GroupTables) GetDbEndpoint() string
func (*GroupTables) GetDbName ¶
func (x *GroupTables) GetDbName() string
func (*GroupTables) GetTableName ¶
func (x *GroupTables) GetTableName() string
func (*GroupTables) ProtoMessage ¶
func (*GroupTables) ProtoMessage()
func (*GroupTables) ProtoReflect ¶
func (x *GroupTables) ProtoReflect() protoreflect.Message
func (*GroupTables) Reset ¶
func (x *GroupTables) Reset()
func (*GroupTables) String ¶
func (x *GroupTables) String() string
type LogGroupServiceClient ¶
type LogGroupServiceClient interface {
GetReadingEndpoint(ctx context.Context, in *GetReadingEndpointRequest, opts ...grpc.CallOption) (*GetReadingEndpointResponse, error)
}
LogGroupServiceClient is the client API for LogGroupService 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 NewLogGroupServiceClient ¶
func NewLogGroupServiceClient(cc grpc.ClientConnInterface) LogGroupServiceClient
type LogGroupServiceServer ¶
type LogGroupServiceServer interface { GetReadingEndpoint(context.Context, *GetReadingEndpointRequest) (*GetReadingEndpointResponse, error) // contains filtered or unexported methods }
LogGroupServiceServer is the server API for LogGroupService service. All implementations must embed UnimplementedLogGroupServiceServer for forward compatibility
type UnimplementedLogGroupServiceServer ¶
type UnimplementedLogGroupServiceServer struct { }
UnimplementedLogGroupServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedLogGroupServiceServer) GetReadingEndpoint ¶
func (UnimplementedLogGroupServiceServer) GetReadingEndpoint(context.Context, *GetReadingEndpointRequest) (*GetReadingEndpointResponse, error)
type UnsafeLogGroupServiceServer ¶
type UnsafeLogGroupServiceServer interface {
// contains filtered or unexported methods
}
UnsafeLogGroupServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LogGroupServiceServer will result in compilation errors.