Documentation ¶
Index ¶
- Variables
- func RegisterInterceptedServiceServer(s grpc.ServiceRegistrar, srv InterceptedServiceServer)
- func RegisterInterceptedWithOperationTypeServer(s grpc.ServiceRegistrar, srv InterceptedWithOperationTypeServer)
- func RegisterInvalidServiceServer(s grpc.ServiceRegistrar, srv InvalidServiceServer)
- func RegisterValidServiceServer(s grpc.ServiceRegistrar, srv ValidServiceServer)
- type ErrorMetadata
- func (*ErrorMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ErrorMetadata) GetKey() []byte
- func (x *ErrorMetadata) GetValue() []byte
- func (*ErrorMetadata) ProtoMessage()
- func (x *ErrorMetadata) ProtoReflect() protoreflect.Message
- func (x *ErrorMetadata) Reset()
- func (x *ErrorMetadata) String() string
- type InterceptedServiceClient
- type InterceptedServiceServer
- type InterceptedWithOperationTypeClient
- type InterceptedWithOperationTypeServer
- type InvalidMethodRequest
- type InvalidMethodRequestWithRepo
- func (*InvalidMethodRequestWithRepo) Descriptor() ([]byte, []int)deprecated
- func (x *InvalidMethodRequestWithRepo) GetDestination() *gitalypb.Repository
- func (*InvalidMethodRequestWithRepo) ProtoMessage()
- func (x *InvalidMethodRequestWithRepo) ProtoReflect() protoreflect.Message
- func (x *InvalidMethodRequestWithRepo) Reset()
- func (x *InvalidMethodRequestWithRepo) String() string
- type InvalidMethodResponse
- type InvalidNestedRequest
- func (*InvalidNestedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InvalidNestedRequest) GetInnerMessage() *InvalidTargetType
- func (*InvalidNestedRequest) ProtoMessage()
- func (x *InvalidNestedRequest) ProtoReflect() protoreflect.Message
- func (x *InvalidNestedRequest) Reset()
- func (x *InvalidNestedRequest) String() string
- type InvalidServiceClient
- type InvalidServiceServer
- type InvalidTargetType
- type RequestWithInnerNestedStorage
- func (*RequestWithInnerNestedStorage) Descriptor() ([]byte, []int)deprecated
- func (x *RequestWithInnerNestedStorage) GetHeader() *RequestWithInnerNestedStorage_Header
- func (*RequestWithInnerNestedStorage) ProtoMessage()
- func (x *RequestWithInnerNestedStorage) ProtoReflect() protoreflect.Message
- func (x *RequestWithInnerNestedStorage) Reset()
- func (x *RequestWithInnerNestedStorage) String() string
- type RequestWithInnerNestedStorage_Header
- func (*RequestWithInnerNestedStorage_Header) Descriptor() ([]byte, []int)deprecated
- func (x *RequestWithInnerNestedStorage_Header) GetStorageName() string
- func (*RequestWithInnerNestedStorage_Header) ProtoMessage()
- func (x *RequestWithInnerNestedStorage_Header) ProtoReflect() protoreflect.Message
- func (x *RequestWithInnerNestedStorage_Header) Reset()
- func (x *RequestWithInnerNestedStorage_Header) String() string
- type RequestWithMultipleNestedStorage
- func (*RequestWithMultipleNestedStorage) Descriptor() ([]byte, []int)deprecated
- func (x *RequestWithMultipleNestedStorage) GetInnerMessage() *RequestWithStorage
- func (x *RequestWithMultipleNestedStorage) GetStorageName() string
- func (*RequestWithMultipleNestedStorage) ProtoMessage()
- func (x *RequestWithMultipleNestedStorage) ProtoReflect() protoreflect.Message
- func (x *RequestWithMultipleNestedStorage) Reset()
- func (x *RequestWithMultipleNestedStorage) String() string
- type RequestWithNestedRepoNotFlagged
- func (*RequestWithNestedRepoNotFlagged) Descriptor() ([]byte, []int)deprecated
- func (x *RequestWithNestedRepoNotFlagged) GetHeader() *RequestWithNestedRepoNotFlagged_Header
- func (*RequestWithNestedRepoNotFlagged) ProtoMessage()
- func (x *RequestWithNestedRepoNotFlagged) ProtoReflect() protoreflect.Message
- func (x *RequestWithNestedRepoNotFlagged) Reset()
- func (x *RequestWithNestedRepoNotFlagged) String() string
- type RequestWithNestedRepoNotFlagged_Header
- func (*RequestWithNestedRepoNotFlagged_Header) Descriptor() ([]byte, []int)deprecated
- func (x *RequestWithNestedRepoNotFlagged_Header) GetRepository() *gitalypb.Repository
- func (*RequestWithNestedRepoNotFlagged_Header) ProtoMessage()
- func (x *RequestWithNestedRepoNotFlagged_Header) ProtoReflect() protoreflect.Message
- func (x *RequestWithNestedRepoNotFlagged_Header) Reset()
- func (x *RequestWithNestedRepoNotFlagged_Header) String() string
- type RequestWithNestedStorageAndRepo
- func (*RequestWithNestedStorageAndRepo) Descriptor() ([]byte, []int)deprecated
- func (x *RequestWithNestedStorageAndRepo) GetInnerMessage() *RequestWithStorageAndRepo
- func (*RequestWithNestedStorageAndRepo) ProtoMessage()
- func (x *RequestWithNestedStorageAndRepo) ProtoReflect() protoreflect.Message
- func (x *RequestWithNestedStorageAndRepo) Reset()
- func (x *RequestWithNestedStorageAndRepo) String() string
- type RequestWithStorage
- func (*RequestWithStorage) Descriptor() ([]byte, []int)deprecated
- func (x *RequestWithStorage) GetDestination() *gitalypb.Repository
- func (x *RequestWithStorage) GetStorageName() string
- func (*RequestWithStorage) ProtoMessage()
- func (x *RequestWithStorage) ProtoReflect() protoreflect.Message
- func (x *RequestWithStorage) Reset()
- func (x *RequestWithStorage) String() string
- type RequestWithStorageAndRepo
- func (*RequestWithStorageAndRepo) Descriptor() ([]byte, []int)deprecated
- func (x *RequestWithStorageAndRepo) GetDestination() *gitalypb.Repository
- func (x *RequestWithStorageAndRepo) GetStorageName() string
- func (*RequestWithStorageAndRepo) ProtoMessage()
- func (x *RequestWithStorageAndRepo) ProtoReflect() protoreflect.Message
- func (x *RequestWithStorageAndRepo) Reset()
- func (x *RequestWithStorageAndRepo) String() string
- type RequestWithWrongTypeRepository
- func (*RequestWithWrongTypeRepository) Descriptor() ([]byte, []int)deprecated
- func (x *RequestWithWrongTypeRepository) GetHeader() *RequestWithWrongTypeRepository_Header
- func (*RequestWithWrongTypeRepository) ProtoMessage()
- func (x *RequestWithWrongTypeRepository) ProtoReflect() protoreflect.Message
- func (x *RequestWithWrongTypeRepository) Reset()
- func (x *RequestWithWrongTypeRepository) String() string
- type RequestWithWrongTypeRepository_Header
- func (*RequestWithWrongTypeRepository_Header) Descriptor() ([]byte, []int)deprecated
- func (x *RequestWithWrongTypeRepository_Header) GetRepository() *InvalidMethodResponse
- func (*RequestWithWrongTypeRepository_Header) ProtoMessage()
- func (x *RequestWithWrongTypeRepository_Header) ProtoReflect() protoreflect.Message
- func (x *RequestWithWrongTypeRepository_Header) Reset()
- func (x *RequestWithWrongTypeRepository_Header) String() string
- type UnimplementedInterceptedServiceServer
- type UnimplementedInterceptedWithOperationTypeServer
- type UnimplementedInvalidServiceServer
- func (UnimplementedInvalidServiceServer) InvalidMethod0(context.Context, *InvalidMethodRequest) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) InvalidMethod1(context.Context, *InvalidMethodRequest) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) InvalidMethod10(context.Context, *RequestWithStorageAndRepo) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) InvalidMethod11(context.Context, *RequestWithNestedStorageAndRepo) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) InvalidMethod13(context.Context, *InvalidTargetType) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) InvalidMethod14(context.Context, *RequestWithMultipleNestedStorage) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) InvalidMethod15(context.Context, *RequestWithStorageAndRepo) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) InvalidMethod2(context.Context, *InvalidMethodRequest) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) InvalidMethod4(context.Context, *InvalidMethodRequest) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) InvalidMethod5(context.Context, *RequestWithWrongTypeRepository) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) InvalidMethod6(context.Context, *RequestWithNestedRepoNotFlagged) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) InvalidMethod7(context.Context, *InvalidTargetType) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) InvalidMethod8(context.Context, *InvalidNestedRequest) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) InvalidMethod9(context.Context, *InvalidMethodRequestWithRepo) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) MaintenanceWithInvalidNestedRequest(context.Context, *InvalidNestedRequest) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) MaintenanceWithInvalidTargetType(context.Context, *InvalidTargetType) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) MaintenanceWithMissingRepository(context.Context, *InvalidMethodRequest) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) MaintenanceWithNestedStorageAndRepository(context.Context, *RequestWithNestedStorageAndRepo) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) MaintenanceWithStorageAndRepository(context.Context, *RequestWithStorageAndRepo) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) MaintenanceWithStorageScope(context.Context, *InvalidMethodRequestWithRepo) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) MaintenanceWithUnflaggedRepository(context.Context, *RequestWithNestedRepoNotFlagged) (*InvalidMethodResponse, error)
- func (UnimplementedInvalidServiceServer) MaintenanceWithWrongNestedRepositoryType(context.Context, *RequestWithWrongTypeRepository) (*InvalidMethodResponse, error)
- type UnimplementedValidServiceServer
- func (UnimplementedValidServiceServer) TestMaintenance(context.Context, *ValidRequest) (*ValidResponse, error)
- func (UnimplementedValidServiceServer) TestMaintenanceWithExplicitScope(context.Context, *ValidRequest) (*ValidResponse, error)
- func (UnimplementedValidServiceServer) TestMaintenanceWithNestedRequest(context.Context, *ValidNestedRequest) (*ValidResponse, error)
- func (UnimplementedValidServiceServer) TestMaintenanceWithNestedSharedRequest(context.Context, *ValidNestedSharedRequest) (*ValidResponse, error)
- func (UnimplementedValidServiceServer) TestMethod(context.Context, *ValidRequest) (*ValidResponse, error)
- func (UnimplementedValidServiceServer) TestMethod10(context.Context, *ValidStorageRequest) (*ValidResponse, error)
- func (UnimplementedValidServiceServer) TestMethod2(context.Context, *ValidRequest) (*ValidResponse, error)
- func (UnimplementedValidServiceServer) TestMethod3(context.Context, *ValidRequest) (*ValidResponse, error)
- func (UnimplementedValidServiceServer) TestMethod5(context.Context, *ValidNestedRequest) (*ValidResponse, error)
- func (UnimplementedValidServiceServer) TestMethod6(context.Context, *ValidNestedSharedRequest) (*ValidResponse, error)
- func (UnimplementedValidServiceServer) TestMethod7(context.Context, *ValidInnerNestedRequest) (*ValidResponse, error)
- func (UnimplementedValidServiceServer) TestMethod8(context.Context, *ValidStorageRequest) (*ValidResponse, error)
- func (UnimplementedValidServiceServer) TestMethod9(context.Context, *ValidStorageNestedRequest) (*ValidResponse, error)
- func (UnimplementedValidServiceServer) TestMutatorWithInnerNestedRequest(context.Context, *ValidInnerNestedRequest) (*ValidResponse, error)
- type UnsafeInterceptedServiceServer
- type UnsafeInterceptedWithOperationTypeServer
- type UnsafeInvalidServiceServer
- type UnsafeValidServiceServer
- type ValidInnerNestedRequest
- func (*ValidInnerNestedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidInnerNestedRequest) GetHeader() *ValidInnerNestedRequest_Header
- func (*ValidInnerNestedRequest) ProtoMessage()
- func (x *ValidInnerNestedRequest) ProtoReflect() protoreflect.Message
- func (x *ValidInnerNestedRequest) Reset()
- func (x *ValidInnerNestedRequest) String() string
- type ValidInnerNestedRequest_Header
- func (*ValidInnerNestedRequest_Header) Descriptor() ([]byte, []int)deprecated
- func (x *ValidInnerNestedRequest_Header) GetDestination() *gitalypb.Repository
- func (*ValidInnerNestedRequest_Header) ProtoMessage()
- func (x *ValidInnerNestedRequest_Header) ProtoReflect() protoreflect.Message
- func (x *ValidInnerNestedRequest_Header) Reset()
- func (x *ValidInnerNestedRequest_Header) String() string
- type ValidNestedRequest
- func (*ValidNestedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidNestedRequest) GetInnerMessage() *ValidRequest
- func (*ValidNestedRequest) ProtoMessage()
- func (x *ValidNestedRequest) ProtoReflect() protoreflect.Message
- func (x *ValidNestedRequest) Reset()
- func (x *ValidNestedRequest) String() string
- type ValidNestedSharedRequest
- func (*ValidNestedSharedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidNestedSharedRequest) GetNestedTargetRepo() *gitalypb.ObjectPool
- func (*ValidNestedSharedRequest) ProtoMessage()
- func (x *ValidNestedSharedRequest) ProtoReflect() protoreflect.Message
- func (x *ValidNestedSharedRequest) Reset()
- func (x *ValidNestedSharedRequest) String() string
- type ValidRequest
- type ValidRequestWithoutRepo
- type ValidResponse
- type ValidServiceClient
- type ValidServiceServer
- type ValidStorageInnerNestedRequest
- func (*ValidStorageInnerNestedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidStorageInnerNestedRequest) GetHeader() *ValidStorageInnerNestedRequest_Header
- func (*ValidStorageInnerNestedRequest) ProtoMessage()
- func (x *ValidStorageInnerNestedRequest) ProtoReflect() protoreflect.Message
- func (x *ValidStorageInnerNestedRequest) Reset()
- func (x *ValidStorageInnerNestedRequest) String() string
- type ValidStorageInnerNestedRequest_Header
- func (*ValidStorageInnerNestedRequest_Header) Descriptor() ([]byte, []int)deprecated
- func (x *ValidStorageInnerNestedRequest_Header) GetStorageName() string
- func (*ValidStorageInnerNestedRequest_Header) ProtoMessage()
- func (x *ValidStorageInnerNestedRequest_Header) ProtoReflect() protoreflect.Message
- func (x *ValidStorageInnerNestedRequest_Header) Reset()
- func (x *ValidStorageInnerNestedRequest_Header) String() string
- type ValidStorageNestedRequest
- func (*ValidStorageNestedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidStorageNestedRequest) GetInnerMessage() *ValidStorageRequest
- func (*ValidStorageNestedRequest) ProtoMessage()
- func (x *ValidStorageNestedRequest) ProtoReflect() protoreflect.Message
- func (x *ValidStorageNestedRequest) Reset()
- func (x *ValidStorageNestedRequest) String() string
- type ValidStorageRequest
- func (*ValidStorageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidStorageRequest) GetStorageName() string
- func (*ValidStorageRequest) ProtoMessage()
- func (x *ValidStorageRequest) ProtoReflect() protoreflect.Message
- func (x *ValidStorageRequest) Reset()
- func (x *ValidStorageRequest) String() string
Constants ¶
This section is empty.
Variables ¶
var File_testproto_error_metadata_proto protoreflect.FileDescriptor
var File_testproto_invalid_proto protoreflect.FileDescriptor
var File_testproto_valid_proto protoreflect.FileDescriptor
var InterceptedService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "testproto.InterceptedService", HandlerType: (*InterceptedServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "TestMethod", Handler: _InterceptedService_TestMethod_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "testproto/valid.proto", }
InterceptedService_ServiceDesc is the grpc.ServiceDesc for InterceptedService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var InterceptedWithOperationType_ServiceDesc = grpc.ServiceDesc{ ServiceName: "testproto.InterceptedWithOperationType", HandlerType: (*InterceptedWithOperationTypeServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "InvalidMethod", Handler: _InterceptedWithOperationType_InvalidMethod_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "testproto/invalid.proto", }
InterceptedWithOperationType_ServiceDesc is the grpc.ServiceDesc for InterceptedWithOperationType service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var InvalidService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "testproto.InvalidService", HandlerType: (*InvalidServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "InvalidMethod0", Handler: _InvalidService_InvalidMethod0_Handler, }, { MethodName: "InvalidMethod1", Handler: _InvalidService_InvalidMethod1_Handler, }, { MethodName: "InvalidMethod2", Handler: _InvalidService_InvalidMethod2_Handler, }, { MethodName: "InvalidMethod4", Handler: _InvalidService_InvalidMethod4_Handler, }, { MethodName: "InvalidMethod5", Handler: _InvalidService_InvalidMethod5_Handler, }, { MethodName: "InvalidMethod6", Handler: _InvalidService_InvalidMethod6_Handler, }, { MethodName: "InvalidMethod7", Handler: _InvalidService_InvalidMethod7_Handler, }, { MethodName: "InvalidMethod8", Handler: _InvalidService_InvalidMethod8_Handler, }, { MethodName: "InvalidMethod9", Handler: _InvalidService_InvalidMethod9_Handler, }, { MethodName: "InvalidMethod10", Handler: _InvalidService_InvalidMethod10_Handler, }, { MethodName: "InvalidMethod11", Handler: _InvalidService_InvalidMethod11_Handler, }, { MethodName: "InvalidMethod13", Handler: _InvalidService_InvalidMethod13_Handler, }, { MethodName: "InvalidMethod14", Handler: _InvalidService_InvalidMethod14_Handler, }, { MethodName: "InvalidMethod15", Handler: _InvalidService_InvalidMethod15_Handler, }, { MethodName: "MaintenanceWithMissingRepository", Handler: _InvalidService_MaintenanceWithMissingRepository_Handler, }, { MethodName: "MaintenanceWithUnflaggedRepository", Handler: _InvalidService_MaintenanceWithUnflaggedRepository_Handler, }, { MethodName: "MaintenanceWithWrongNestedRepositoryType", Handler: _InvalidService_MaintenanceWithWrongNestedRepositoryType_Handler, }, { MethodName: "MaintenanceWithInvalidTargetType", Handler: _InvalidService_MaintenanceWithInvalidTargetType_Handler, }, { MethodName: "MaintenanceWithInvalidNestedRequest", Handler: _InvalidService_MaintenanceWithInvalidNestedRequest_Handler, }, { MethodName: "MaintenanceWithStorageAndRepository", Handler: _InvalidService_MaintenanceWithStorageAndRepository_Handler, }, { MethodName: "MaintenanceWithNestedStorageAndRepository", Handler: _InvalidService_MaintenanceWithNestedStorageAndRepository_Handler, }, { MethodName: "MaintenanceWithStorageScope", Handler: _InvalidService_MaintenanceWithStorageScope_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "testproto/invalid.proto", }
InvalidService_ServiceDesc is the grpc.ServiceDesc for InvalidService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var ValidService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "testproto.ValidService", HandlerType: (*ValidServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "TestMethod", Handler: _ValidService_TestMethod_Handler, }, { MethodName: "TestMethod2", Handler: _ValidService_TestMethod2_Handler, }, { MethodName: "TestMethod3", Handler: _ValidService_TestMethod3_Handler, }, { MethodName: "TestMethod5", Handler: _ValidService_TestMethod5_Handler, }, { MethodName: "TestMethod6", Handler: _ValidService_TestMethod6_Handler, }, { MethodName: "TestMethod7", Handler: _ValidService_TestMethod7_Handler, }, { MethodName: "TestMethod8", Handler: _ValidService_TestMethod8_Handler, }, { MethodName: "TestMethod9", Handler: _ValidService_TestMethod9_Handler, }, { MethodName: "TestMethod10", Handler: _ValidService_TestMethod10_Handler, }, { MethodName: "TestMaintenance", Handler: _ValidService_TestMaintenance_Handler, }, { MethodName: "TestMaintenanceWithExplicitScope", Handler: _ValidService_TestMaintenanceWithExplicitScope_Handler, }, { MethodName: "TestMaintenanceWithNestedRequest", Handler: _ValidService_TestMaintenanceWithNestedRequest_Handler, }, { MethodName: "TestMaintenanceWithNestedSharedRequest", Handler: _ValidService_TestMaintenanceWithNestedSharedRequest_Handler, }, { MethodName: "TestMutatorWithInnerNestedRequest", Handler: _ValidService_TestMutatorWithInnerNestedRequest_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "testproto/valid.proto", }
ValidService_ServiceDesc is the grpc.ServiceDesc for ValidService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterInterceptedServiceServer ¶
func RegisterInterceptedServiceServer(s grpc.ServiceRegistrar, srv InterceptedServiceServer)
func RegisterInterceptedWithOperationTypeServer ¶
func RegisterInterceptedWithOperationTypeServer(s grpc.ServiceRegistrar, srv InterceptedWithOperationTypeServer)
func RegisterInvalidServiceServer ¶
func RegisterInvalidServiceServer(s grpc.ServiceRegistrar, srv InvalidServiceServer)
func RegisterValidServiceServer ¶
func RegisterValidServiceServer(s grpc.ServiceRegistrar, srv ValidServiceServer)
Types ¶
type ErrorMetadata ¶ added in v15.8.0
type ErrorMetadata struct { // Key is the key of the item. Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // Value is the value of the item. Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
ErrorMetadata is a key-value metadata item that may be attached to errors. We only use this infrastructure for testing purposes to assert that we add error metadata as expected that would otherwise only get logged.
func (*ErrorMetadata) Descriptor
deprecated
added in
v15.8.0
func (*ErrorMetadata) Descriptor() ([]byte, []int)
Deprecated: Use ErrorMetadata.ProtoReflect.Descriptor instead.
func (*ErrorMetadata) GetKey ¶ added in v15.8.0
func (x *ErrorMetadata) GetKey() []byte
func (*ErrorMetadata) GetValue ¶ added in v15.8.0
func (x *ErrorMetadata) GetValue() []byte
func (*ErrorMetadata) ProtoMessage ¶ added in v15.8.0
func (*ErrorMetadata) ProtoMessage()
func (*ErrorMetadata) ProtoReflect ¶ added in v15.8.0
func (x *ErrorMetadata) ProtoReflect() protoreflect.Message
func (*ErrorMetadata) Reset ¶ added in v15.8.0
func (x *ErrorMetadata) Reset()
func (*ErrorMetadata) String ¶ added in v15.8.0
func (x *ErrorMetadata) String() string
type InterceptedServiceClient ¶
type InterceptedServiceClient interface {
TestMethod(ctx context.Context, in *ValidRequest, opts ...grpc.CallOption) (*ValidResponse, error)
}
InterceptedServiceClient is the client API for InterceptedService 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 NewInterceptedServiceClient ¶
func NewInterceptedServiceClient(cc grpc.ClientConnInterface) InterceptedServiceClient
type InterceptedServiceServer ¶
type InterceptedServiceServer interface { TestMethod(context.Context, *ValidRequest) (*ValidResponse, error) // contains filtered or unexported methods }
InterceptedServiceServer is the server API for InterceptedService service. All implementations must embed UnimplementedInterceptedServiceServer for forward compatibility
type InterceptedWithOperationTypeClient ¶
type InterceptedWithOperationTypeClient interface { // intercepted services can't have operation type annotations. InvalidMethod(ctx context.Context, in *InvalidMethodRequest, opts ...grpc.CallOption) (*InvalidMethodResponse, error) }
InterceptedWithOperationTypeClient is the client API for InterceptedWithOperationType 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 NewInterceptedWithOperationTypeClient ¶
func NewInterceptedWithOperationTypeClient(cc grpc.ClientConnInterface) InterceptedWithOperationTypeClient
type InterceptedWithOperationTypeServer ¶
type InterceptedWithOperationTypeServer interface { // intercepted services can't have operation type annotations. InvalidMethod(context.Context, *InvalidMethodRequest) (*InvalidMethodResponse, error) // contains filtered or unexported methods }
InterceptedWithOperationTypeServer is the server API for InterceptedWithOperationType service. All implementations must embed UnimplementedInterceptedWithOperationTypeServer for forward compatibility
type InvalidMethodRequest ¶
type InvalidMethodRequest struct {
// contains filtered or unexported fields
}
func (*InvalidMethodRequest) Descriptor
deprecated
func (*InvalidMethodRequest) Descriptor() ([]byte, []int)
Deprecated: Use InvalidMethodRequest.ProtoReflect.Descriptor instead.
func (*InvalidMethodRequest) ProtoMessage ¶
func (*InvalidMethodRequest) ProtoMessage()
func (*InvalidMethodRequest) ProtoReflect ¶
func (x *InvalidMethodRequest) ProtoReflect() protoreflect.Message
func (*InvalidMethodRequest) Reset ¶
func (x *InvalidMethodRequest) Reset()
func (*InvalidMethodRequest) String ¶
func (x *InvalidMethodRequest) String() string
type InvalidMethodRequestWithRepo ¶
type InvalidMethodRequestWithRepo struct { Destination *gitalypb.Repository `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"` // contains filtered or unexported fields }
func (*InvalidMethodRequestWithRepo) Descriptor
deprecated
func (*InvalidMethodRequestWithRepo) Descriptor() ([]byte, []int)
Deprecated: Use InvalidMethodRequestWithRepo.ProtoReflect.Descriptor instead.
func (*InvalidMethodRequestWithRepo) GetDestination ¶
func (x *InvalidMethodRequestWithRepo) GetDestination() *gitalypb.Repository
func (*InvalidMethodRequestWithRepo) ProtoMessage ¶
func (*InvalidMethodRequestWithRepo) ProtoMessage()
func (*InvalidMethodRequestWithRepo) ProtoReflect ¶
func (x *InvalidMethodRequestWithRepo) ProtoReflect() protoreflect.Message
func (*InvalidMethodRequestWithRepo) Reset ¶
func (x *InvalidMethodRequestWithRepo) Reset()
func (*InvalidMethodRequestWithRepo) String ¶
func (x *InvalidMethodRequestWithRepo) String() string
type InvalidMethodResponse ¶
type InvalidMethodResponse struct {
// contains filtered or unexported fields
}
func (*InvalidMethodResponse) Descriptor
deprecated
func (*InvalidMethodResponse) Descriptor() ([]byte, []int)
Deprecated: Use InvalidMethodResponse.ProtoReflect.Descriptor instead.
func (*InvalidMethodResponse) ProtoMessage ¶
func (*InvalidMethodResponse) ProtoMessage()
func (*InvalidMethodResponse) ProtoReflect ¶
func (x *InvalidMethodResponse) ProtoReflect() protoreflect.Message
func (*InvalidMethodResponse) Reset ¶
func (x *InvalidMethodResponse) Reset()
func (*InvalidMethodResponse) String ¶
func (x *InvalidMethodResponse) String() string
type InvalidNestedRequest ¶
type InvalidNestedRequest struct { InnerMessage *InvalidTargetType `protobuf:"bytes,1,opt,name=inner_message,json=innerMessage,proto3" json:"inner_message,omitempty"` // contains filtered or unexported fields }
func (*InvalidNestedRequest) Descriptor
deprecated
func (*InvalidNestedRequest) Descriptor() ([]byte, []int)
Deprecated: Use InvalidNestedRequest.ProtoReflect.Descriptor instead.
func (*InvalidNestedRequest) GetInnerMessage ¶
func (x *InvalidNestedRequest) GetInnerMessage() *InvalidTargetType
func (*InvalidNestedRequest) ProtoMessage ¶
func (*InvalidNestedRequest) ProtoMessage()
func (*InvalidNestedRequest) ProtoReflect ¶
func (x *InvalidNestedRequest) ProtoReflect() protoreflect.Message
func (*InvalidNestedRequest) Reset ¶
func (x *InvalidNestedRequest) Reset()
func (*InvalidNestedRequest) String ¶
func (x *InvalidNestedRequest) String() string
type InvalidServiceClient ¶
type InvalidServiceClient interface { // should fail if op_type extension is missing InvalidMethod0(ctx context.Context, in *InvalidMethodRequest, opts ...grpc.CallOption) (*InvalidMethodResponse, error) // should fail if op type is unknown InvalidMethod1(ctx context.Context, in *InvalidMethodRequest, opts ...grpc.CallOption) (*InvalidMethodResponse, error) // should fail if target repo is not provided for accessor InvalidMethod2(ctx context.Context, in *InvalidMethodRequest, opts ...grpc.CallOption) (*InvalidMethodResponse, error) // should fail if missing either target repo or non-repo-scope for mutator InvalidMethod4(ctx context.Context, in *InvalidMethodRequest, opts ...grpc.CallOption) (*InvalidMethodResponse, error) // should fail if repository is not of type Repository InvalidMethod5(ctx context.Context, in *RequestWithWrongTypeRepository, opts ...grpc.CallOption) (*InvalidMethodResponse, error) // should fail if nested repository isn't flagged InvalidMethod6(ctx context.Context, in *RequestWithNestedRepoNotFlagged, opts ...grpc.CallOption) (*InvalidMethodResponse, error) // should fail if target field type is not of type Repository InvalidMethod7(ctx context.Context, in *InvalidTargetType, opts ...grpc.CallOption) (*InvalidMethodResponse, error) // should fail if nested target field type is not of type Repository InvalidMethod8(ctx context.Context, in *InvalidNestedRequest, opts ...grpc.CallOption) (*InvalidMethodResponse, error) // should fail if target repo is specified for storage scoped RPC InvalidMethod9(ctx context.Context, in *InvalidMethodRequestWithRepo, opts ...grpc.CallOption) (*InvalidMethodResponse, error) // should fail if storage is specified for implicit repository scoped RPC InvalidMethod10(ctx context.Context, in *RequestWithStorageAndRepo, opts ...grpc.CallOption) (*InvalidMethodResponse, error) // should fail if storage is specified for repository scoped RPC InvalidMethod11(ctx context.Context, in *RequestWithNestedStorageAndRepo, opts ...grpc.CallOption) (*InvalidMethodResponse, error) // should fail if storage isn't specified for storage scoped RPC InvalidMethod13(ctx context.Context, in *InvalidTargetType, opts ...grpc.CallOption) (*InvalidMethodResponse, error) // should fail if multiple storage is specified for storage scoped RPC InvalidMethod14(ctx context.Context, in *RequestWithMultipleNestedStorage, opts ...grpc.CallOption) (*InvalidMethodResponse, error) // Intercepted methods must not have operation type annotations. InvalidMethod15(ctx context.Context, in *RequestWithStorageAndRepo, opts ...grpc.CallOption) (*InvalidMethodResponse, error) MaintenanceWithMissingRepository(ctx context.Context, in *InvalidMethodRequest, opts ...grpc.CallOption) (*InvalidMethodResponse, error) MaintenanceWithUnflaggedRepository(ctx context.Context, in *RequestWithNestedRepoNotFlagged, opts ...grpc.CallOption) (*InvalidMethodResponse, error) MaintenanceWithWrongNestedRepositoryType(ctx context.Context, in *RequestWithWrongTypeRepository, opts ...grpc.CallOption) (*InvalidMethodResponse, error) MaintenanceWithInvalidTargetType(ctx context.Context, in *InvalidTargetType, opts ...grpc.CallOption) (*InvalidMethodResponse, error) MaintenanceWithInvalidNestedRequest(ctx context.Context, in *InvalidNestedRequest, opts ...grpc.CallOption) (*InvalidMethodResponse, error) MaintenanceWithStorageAndRepository(ctx context.Context, in *RequestWithStorageAndRepo, opts ...grpc.CallOption) (*InvalidMethodResponse, error) MaintenanceWithNestedStorageAndRepository(ctx context.Context, in *RequestWithNestedStorageAndRepo, opts ...grpc.CallOption) (*InvalidMethodResponse, error) MaintenanceWithStorageScope(ctx context.Context, in *InvalidMethodRequestWithRepo, opts ...grpc.CallOption) (*InvalidMethodResponse, error) }
InvalidServiceClient is the client API for InvalidService 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 NewInvalidServiceClient ¶
func NewInvalidServiceClient(cc grpc.ClientConnInterface) InvalidServiceClient
type InvalidServiceServer ¶
type InvalidServiceServer interface { // should fail if op_type extension is missing InvalidMethod0(context.Context, *InvalidMethodRequest) (*InvalidMethodResponse, error) // should fail if op type is unknown InvalidMethod1(context.Context, *InvalidMethodRequest) (*InvalidMethodResponse, error) // should fail if target repo is not provided for accessor InvalidMethod2(context.Context, *InvalidMethodRequest) (*InvalidMethodResponse, error) // should fail if missing either target repo or non-repo-scope for mutator InvalidMethod4(context.Context, *InvalidMethodRequest) (*InvalidMethodResponse, error) // should fail if repository is not of type Repository InvalidMethod5(context.Context, *RequestWithWrongTypeRepository) (*InvalidMethodResponse, error) // should fail if nested repository isn't flagged InvalidMethod6(context.Context, *RequestWithNestedRepoNotFlagged) (*InvalidMethodResponse, error) // should fail if target field type is not of type Repository InvalidMethod7(context.Context, *InvalidTargetType) (*InvalidMethodResponse, error) // should fail if nested target field type is not of type Repository InvalidMethod8(context.Context, *InvalidNestedRequest) (*InvalidMethodResponse, error) // should fail if target repo is specified for storage scoped RPC InvalidMethod9(context.Context, *InvalidMethodRequestWithRepo) (*InvalidMethodResponse, error) // should fail if storage is specified for implicit repository scoped RPC InvalidMethod10(context.Context, *RequestWithStorageAndRepo) (*InvalidMethodResponse, error) // should fail if storage is specified for repository scoped RPC InvalidMethod11(context.Context, *RequestWithNestedStorageAndRepo) (*InvalidMethodResponse, error) // should fail if storage isn't specified for storage scoped RPC InvalidMethod13(context.Context, *InvalidTargetType) (*InvalidMethodResponse, error) // should fail if multiple storage is specified for storage scoped RPC InvalidMethod14(context.Context, *RequestWithMultipleNestedStorage) (*InvalidMethodResponse, error) // Intercepted methods must not have operation type annotations. InvalidMethod15(context.Context, *RequestWithStorageAndRepo) (*InvalidMethodResponse, error) MaintenanceWithMissingRepository(context.Context, *InvalidMethodRequest) (*InvalidMethodResponse, error) MaintenanceWithUnflaggedRepository(context.Context, *RequestWithNestedRepoNotFlagged) (*InvalidMethodResponse, error) MaintenanceWithWrongNestedRepositoryType(context.Context, *RequestWithWrongTypeRepository) (*InvalidMethodResponse, error) MaintenanceWithInvalidTargetType(context.Context, *InvalidTargetType) (*InvalidMethodResponse, error) MaintenanceWithInvalidNestedRequest(context.Context, *InvalidNestedRequest) (*InvalidMethodResponse, error) MaintenanceWithStorageAndRepository(context.Context, *RequestWithStorageAndRepo) (*InvalidMethodResponse, error) MaintenanceWithNestedStorageAndRepository(context.Context, *RequestWithNestedStorageAndRepo) (*InvalidMethodResponse, error) MaintenanceWithStorageScope(context.Context, *InvalidMethodRequestWithRepo) (*InvalidMethodResponse, error) // contains filtered or unexported methods }
InvalidServiceServer is the server API for InvalidService service. All implementations must embed UnimplementedInvalidServiceServer for forward compatibility
type InvalidTargetType ¶
type InvalidTargetType struct { WrongType int32 `protobuf:"varint,1,opt,name=wrong_type,json=wrongType,proto3" json:"wrong_type,omitempty"` // contains filtered or unexported fields }
func (*InvalidTargetType) Descriptor
deprecated
func (*InvalidTargetType) Descriptor() ([]byte, []int)
Deprecated: Use InvalidTargetType.ProtoReflect.Descriptor instead.
func (*InvalidTargetType) GetWrongType ¶
func (x *InvalidTargetType) GetWrongType() int32
func (*InvalidTargetType) ProtoMessage ¶
func (*InvalidTargetType) ProtoMessage()
func (*InvalidTargetType) ProtoReflect ¶
func (x *InvalidTargetType) ProtoReflect() protoreflect.Message
func (*InvalidTargetType) Reset ¶
func (x *InvalidTargetType) Reset()
func (*InvalidTargetType) String ¶
func (x *InvalidTargetType) String() string
type RequestWithInnerNestedStorage ¶
type RequestWithInnerNestedStorage struct { Header *RequestWithInnerNestedStorage_Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // contains filtered or unexported fields }
func (*RequestWithInnerNestedStorage) Descriptor
deprecated
func (*RequestWithInnerNestedStorage) Descriptor() ([]byte, []int)
Deprecated: Use RequestWithInnerNestedStorage.ProtoReflect.Descriptor instead.
func (*RequestWithInnerNestedStorage) GetHeader ¶
func (x *RequestWithInnerNestedStorage) GetHeader() *RequestWithInnerNestedStorage_Header
func (*RequestWithInnerNestedStorage) ProtoMessage ¶
func (*RequestWithInnerNestedStorage) ProtoMessage()
func (*RequestWithInnerNestedStorage) ProtoReflect ¶
func (x *RequestWithInnerNestedStorage) ProtoReflect() protoreflect.Message
func (*RequestWithInnerNestedStorage) Reset ¶
func (x *RequestWithInnerNestedStorage) Reset()
func (*RequestWithInnerNestedStorage) String ¶
func (x *RequestWithInnerNestedStorage) String() string
type RequestWithInnerNestedStorage_Header ¶
type RequestWithInnerNestedStorage_Header struct { StorageName string `protobuf:"bytes,1,opt,name=storage_name,json=storageName,proto3" json:"storage_name,omitempty"` // contains filtered or unexported fields }
func (*RequestWithInnerNestedStorage_Header) Descriptor
deprecated
func (*RequestWithInnerNestedStorage_Header) Descriptor() ([]byte, []int)
Deprecated: Use RequestWithInnerNestedStorage_Header.ProtoReflect.Descriptor instead.
func (*RequestWithInnerNestedStorage_Header) GetStorageName ¶
func (x *RequestWithInnerNestedStorage_Header) GetStorageName() string
func (*RequestWithInnerNestedStorage_Header) ProtoMessage ¶
func (*RequestWithInnerNestedStorage_Header) ProtoMessage()
func (*RequestWithInnerNestedStorage_Header) ProtoReflect ¶
func (x *RequestWithInnerNestedStorage_Header) ProtoReflect() protoreflect.Message
func (*RequestWithInnerNestedStorage_Header) Reset ¶
func (x *RequestWithInnerNestedStorage_Header) Reset()
func (*RequestWithInnerNestedStorage_Header) String ¶
func (x *RequestWithInnerNestedStorage_Header) String() string
type RequestWithMultipleNestedStorage ¶
type RequestWithMultipleNestedStorage struct { InnerMessage *RequestWithStorage `protobuf:"bytes,1,opt,name=inner_message,json=innerMessage,proto3" json:"inner_message,omitempty"` StorageName string `protobuf:"bytes,2,opt,name=storage_name,json=storageName,proto3" json:"storage_name,omitempty"` // contains filtered or unexported fields }
func (*RequestWithMultipleNestedStorage) Descriptor
deprecated
func (*RequestWithMultipleNestedStorage) Descriptor() ([]byte, []int)
Deprecated: Use RequestWithMultipleNestedStorage.ProtoReflect.Descriptor instead.
func (*RequestWithMultipleNestedStorage) GetInnerMessage ¶
func (x *RequestWithMultipleNestedStorage) GetInnerMessage() *RequestWithStorage
func (*RequestWithMultipleNestedStorage) GetStorageName ¶
func (x *RequestWithMultipleNestedStorage) GetStorageName() string
func (*RequestWithMultipleNestedStorage) ProtoMessage ¶
func (*RequestWithMultipleNestedStorage) ProtoMessage()
func (*RequestWithMultipleNestedStorage) ProtoReflect ¶
func (x *RequestWithMultipleNestedStorage) ProtoReflect() protoreflect.Message
func (*RequestWithMultipleNestedStorage) Reset ¶
func (x *RequestWithMultipleNestedStorage) Reset()
func (*RequestWithMultipleNestedStorage) String ¶
func (x *RequestWithMultipleNestedStorage) String() string
type RequestWithNestedRepoNotFlagged ¶
type RequestWithNestedRepoNotFlagged struct { Header *RequestWithNestedRepoNotFlagged_Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // contains filtered or unexported fields }
func (*RequestWithNestedRepoNotFlagged) Descriptor
deprecated
func (*RequestWithNestedRepoNotFlagged) Descriptor() ([]byte, []int)
Deprecated: Use RequestWithNestedRepoNotFlagged.ProtoReflect.Descriptor instead.
func (*RequestWithNestedRepoNotFlagged) GetHeader ¶
func (x *RequestWithNestedRepoNotFlagged) GetHeader() *RequestWithNestedRepoNotFlagged_Header
func (*RequestWithNestedRepoNotFlagged) ProtoMessage ¶
func (*RequestWithNestedRepoNotFlagged) ProtoMessage()
func (*RequestWithNestedRepoNotFlagged) ProtoReflect ¶
func (x *RequestWithNestedRepoNotFlagged) ProtoReflect() protoreflect.Message
func (*RequestWithNestedRepoNotFlagged) Reset ¶
func (x *RequestWithNestedRepoNotFlagged) Reset()
func (*RequestWithNestedRepoNotFlagged) String ¶
func (x *RequestWithNestedRepoNotFlagged) String() string
type RequestWithNestedRepoNotFlagged_Header ¶
type RequestWithNestedRepoNotFlagged_Header struct { Repository *gitalypb.Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"` // contains filtered or unexported fields }
func (*RequestWithNestedRepoNotFlagged_Header) Descriptor
deprecated
func (*RequestWithNestedRepoNotFlagged_Header) Descriptor() ([]byte, []int)
Deprecated: Use RequestWithNestedRepoNotFlagged_Header.ProtoReflect.Descriptor instead.
func (*RequestWithNestedRepoNotFlagged_Header) GetRepository ¶
func (x *RequestWithNestedRepoNotFlagged_Header) GetRepository() *gitalypb.Repository
func (*RequestWithNestedRepoNotFlagged_Header) ProtoMessage ¶
func (*RequestWithNestedRepoNotFlagged_Header) ProtoMessage()
func (*RequestWithNestedRepoNotFlagged_Header) ProtoReflect ¶
func (x *RequestWithNestedRepoNotFlagged_Header) ProtoReflect() protoreflect.Message
func (*RequestWithNestedRepoNotFlagged_Header) Reset ¶
func (x *RequestWithNestedRepoNotFlagged_Header) Reset()
func (*RequestWithNestedRepoNotFlagged_Header) String ¶
func (x *RequestWithNestedRepoNotFlagged_Header) String() string
type RequestWithNestedStorageAndRepo ¶
type RequestWithNestedStorageAndRepo struct { InnerMessage *RequestWithStorageAndRepo `protobuf:"bytes,1,opt,name=inner_message,json=innerMessage,proto3" json:"inner_message,omitempty"` // contains filtered or unexported fields }
func (*RequestWithNestedStorageAndRepo) Descriptor
deprecated
func (*RequestWithNestedStorageAndRepo) Descriptor() ([]byte, []int)
Deprecated: Use RequestWithNestedStorageAndRepo.ProtoReflect.Descriptor instead.
func (*RequestWithNestedStorageAndRepo) GetInnerMessage ¶
func (x *RequestWithNestedStorageAndRepo) GetInnerMessage() *RequestWithStorageAndRepo
func (*RequestWithNestedStorageAndRepo) ProtoMessage ¶
func (*RequestWithNestedStorageAndRepo) ProtoMessage()
func (*RequestWithNestedStorageAndRepo) ProtoReflect ¶
func (x *RequestWithNestedStorageAndRepo) ProtoReflect() protoreflect.Message
func (*RequestWithNestedStorageAndRepo) Reset ¶
func (x *RequestWithNestedStorageAndRepo) Reset()
func (*RequestWithNestedStorageAndRepo) String ¶
func (x *RequestWithNestedStorageAndRepo) String() string
type RequestWithStorage ¶
type RequestWithStorage struct { StorageName string `protobuf:"bytes,1,opt,name=storage_name,json=storageName,proto3" json:"storage_name,omitempty"` Destination *gitalypb.Repository `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"` // contains filtered or unexported fields }
func (*RequestWithStorage) Descriptor
deprecated
func (*RequestWithStorage) Descriptor() ([]byte, []int)
Deprecated: Use RequestWithStorage.ProtoReflect.Descriptor instead.
func (*RequestWithStorage) GetDestination ¶
func (x *RequestWithStorage) GetDestination() *gitalypb.Repository
func (*RequestWithStorage) GetStorageName ¶
func (x *RequestWithStorage) GetStorageName() string
func (*RequestWithStorage) ProtoMessage ¶
func (*RequestWithStorage) ProtoMessage()
func (*RequestWithStorage) ProtoReflect ¶
func (x *RequestWithStorage) ProtoReflect() protoreflect.Message
func (*RequestWithStorage) Reset ¶
func (x *RequestWithStorage) Reset()
func (*RequestWithStorage) String ¶
func (x *RequestWithStorage) String() string
type RequestWithStorageAndRepo ¶
type RequestWithStorageAndRepo struct { StorageName string `protobuf:"bytes,1,opt,name=storage_name,json=storageName,proto3" json:"storage_name,omitempty"` Destination *gitalypb.Repository `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"` // contains filtered or unexported fields }
func (*RequestWithStorageAndRepo) Descriptor
deprecated
func (*RequestWithStorageAndRepo) Descriptor() ([]byte, []int)
Deprecated: Use RequestWithStorageAndRepo.ProtoReflect.Descriptor instead.
func (*RequestWithStorageAndRepo) GetDestination ¶
func (x *RequestWithStorageAndRepo) GetDestination() *gitalypb.Repository
func (*RequestWithStorageAndRepo) GetStorageName ¶
func (x *RequestWithStorageAndRepo) GetStorageName() string
func (*RequestWithStorageAndRepo) ProtoMessage ¶
func (*RequestWithStorageAndRepo) ProtoMessage()
func (*RequestWithStorageAndRepo) ProtoReflect ¶
func (x *RequestWithStorageAndRepo) ProtoReflect() protoreflect.Message
func (*RequestWithStorageAndRepo) Reset ¶
func (x *RequestWithStorageAndRepo) Reset()
func (*RequestWithStorageAndRepo) String ¶
func (x *RequestWithStorageAndRepo) String() string
type RequestWithWrongTypeRepository ¶
type RequestWithWrongTypeRepository struct { Header *RequestWithWrongTypeRepository_Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // contains filtered or unexported fields }
func (*RequestWithWrongTypeRepository) Descriptor
deprecated
func (*RequestWithWrongTypeRepository) Descriptor() ([]byte, []int)
Deprecated: Use RequestWithWrongTypeRepository.ProtoReflect.Descriptor instead.
func (*RequestWithWrongTypeRepository) GetHeader ¶
func (x *RequestWithWrongTypeRepository) GetHeader() *RequestWithWrongTypeRepository_Header
func (*RequestWithWrongTypeRepository) ProtoMessage ¶
func (*RequestWithWrongTypeRepository) ProtoMessage()
func (*RequestWithWrongTypeRepository) ProtoReflect ¶
func (x *RequestWithWrongTypeRepository) ProtoReflect() protoreflect.Message
func (*RequestWithWrongTypeRepository) Reset ¶
func (x *RequestWithWrongTypeRepository) Reset()
func (*RequestWithWrongTypeRepository) String ¶
func (x *RequestWithWrongTypeRepository) String() string
type RequestWithWrongTypeRepository_Header ¶
type RequestWithWrongTypeRepository_Header struct { Repository *InvalidMethodResponse `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"` // contains filtered or unexported fields }
func (*RequestWithWrongTypeRepository_Header) Descriptor
deprecated
func (*RequestWithWrongTypeRepository_Header) Descriptor() ([]byte, []int)
Deprecated: Use RequestWithWrongTypeRepository_Header.ProtoReflect.Descriptor instead.
func (*RequestWithWrongTypeRepository_Header) GetRepository ¶
func (x *RequestWithWrongTypeRepository_Header) GetRepository() *InvalidMethodResponse
func (*RequestWithWrongTypeRepository_Header) ProtoMessage ¶
func (*RequestWithWrongTypeRepository_Header) ProtoMessage()
func (*RequestWithWrongTypeRepository_Header) ProtoReflect ¶
func (x *RequestWithWrongTypeRepository_Header) ProtoReflect() protoreflect.Message
func (*RequestWithWrongTypeRepository_Header) Reset ¶
func (x *RequestWithWrongTypeRepository_Header) Reset()
func (*RequestWithWrongTypeRepository_Header) String ¶
func (x *RequestWithWrongTypeRepository_Header) String() string
type UnimplementedInterceptedServiceServer ¶
type UnimplementedInterceptedServiceServer struct { }
UnimplementedInterceptedServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedInterceptedServiceServer) TestMethod ¶
func (UnimplementedInterceptedServiceServer) TestMethod(context.Context, *ValidRequest) (*ValidResponse, error)
type UnimplementedInterceptedWithOperationTypeServer ¶
type UnimplementedInterceptedWithOperationTypeServer struct { }
UnimplementedInterceptedWithOperationTypeServer must be embedded to have forward compatible implementations.
func (UnimplementedInterceptedWithOperationTypeServer) InvalidMethod ¶
func (UnimplementedInterceptedWithOperationTypeServer) InvalidMethod(context.Context, *InvalidMethodRequest) (*InvalidMethodResponse, error)
type UnimplementedInvalidServiceServer ¶
type UnimplementedInvalidServiceServer struct { }
UnimplementedInvalidServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedInvalidServiceServer) InvalidMethod0 ¶
func (UnimplementedInvalidServiceServer) InvalidMethod0(context.Context, *InvalidMethodRequest) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) InvalidMethod1 ¶
func (UnimplementedInvalidServiceServer) InvalidMethod1(context.Context, *InvalidMethodRequest) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) InvalidMethod10 ¶
func (UnimplementedInvalidServiceServer) InvalidMethod10(context.Context, *RequestWithStorageAndRepo) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) InvalidMethod11 ¶
func (UnimplementedInvalidServiceServer) InvalidMethod11(context.Context, *RequestWithNestedStorageAndRepo) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) InvalidMethod13 ¶
func (UnimplementedInvalidServiceServer) InvalidMethod13(context.Context, *InvalidTargetType) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) InvalidMethod14 ¶
func (UnimplementedInvalidServiceServer) InvalidMethod14(context.Context, *RequestWithMultipleNestedStorage) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) InvalidMethod15 ¶
func (UnimplementedInvalidServiceServer) InvalidMethod15(context.Context, *RequestWithStorageAndRepo) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) InvalidMethod2 ¶
func (UnimplementedInvalidServiceServer) InvalidMethod2(context.Context, *InvalidMethodRequest) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) InvalidMethod4 ¶
func (UnimplementedInvalidServiceServer) InvalidMethod4(context.Context, *InvalidMethodRequest) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) InvalidMethod5 ¶
func (UnimplementedInvalidServiceServer) InvalidMethod5(context.Context, *RequestWithWrongTypeRepository) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) InvalidMethod6 ¶
func (UnimplementedInvalidServiceServer) InvalidMethod6(context.Context, *RequestWithNestedRepoNotFlagged) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) InvalidMethod7 ¶
func (UnimplementedInvalidServiceServer) InvalidMethod7(context.Context, *InvalidTargetType) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) InvalidMethod8 ¶
func (UnimplementedInvalidServiceServer) InvalidMethod8(context.Context, *InvalidNestedRequest) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) InvalidMethod9 ¶
func (UnimplementedInvalidServiceServer) InvalidMethod9(context.Context, *InvalidMethodRequestWithRepo) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) MaintenanceWithInvalidNestedRequest ¶
func (UnimplementedInvalidServiceServer) MaintenanceWithInvalidNestedRequest(context.Context, *InvalidNestedRequest) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) MaintenanceWithInvalidTargetType ¶
func (UnimplementedInvalidServiceServer) MaintenanceWithInvalidTargetType(context.Context, *InvalidTargetType) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) MaintenanceWithMissingRepository ¶
func (UnimplementedInvalidServiceServer) MaintenanceWithMissingRepository(context.Context, *InvalidMethodRequest) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) MaintenanceWithNestedStorageAndRepository ¶
func (UnimplementedInvalidServiceServer) MaintenanceWithNestedStorageAndRepository(context.Context, *RequestWithNestedStorageAndRepo) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) MaintenanceWithStorageAndRepository ¶
func (UnimplementedInvalidServiceServer) MaintenanceWithStorageAndRepository(context.Context, *RequestWithStorageAndRepo) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) MaintenanceWithStorageScope ¶
func (UnimplementedInvalidServiceServer) MaintenanceWithStorageScope(context.Context, *InvalidMethodRequestWithRepo) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) MaintenanceWithUnflaggedRepository ¶
func (UnimplementedInvalidServiceServer) MaintenanceWithUnflaggedRepository(context.Context, *RequestWithNestedRepoNotFlagged) (*InvalidMethodResponse, error)
func (UnimplementedInvalidServiceServer) MaintenanceWithWrongNestedRepositoryType ¶
func (UnimplementedInvalidServiceServer) MaintenanceWithWrongNestedRepositoryType(context.Context, *RequestWithWrongTypeRepository) (*InvalidMethodResponse, error)
type UnimplementedValidServiceServer ¶
type UnimplementedValidServiceServer struct { }
UnimplementedValidServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedValidServiceServer) TestMaintenance ¶
func (UnimplementedValidServiceServer) TestMaintenance(context.Context, *ValidRequest) (*ValidResponse, error)
func (UnimplementedValidServiceServer) TestMaintenanceWithExplicitScope ¶
func (UnimplementedValidServiceServer) TestMaintenanceWithExplicitScope(context.Context, *ValidRequest) (*ValidResponse, error)
func (UnimplementedValidServiceServer) TestMaintenanceWithNestedRequest ¶
func (UnimplementedValidServiceServer) TestMaintenanceWithNestedRequest(context.Context, *ValidNestedRequest) (*ValidResponse, error)
func (UnimplementedValidServiceServer) TestMaintenanceWithNestedSharedRequest ¶
func (UnimplementedValidServiceServer) TestMaintenanceWithNestedSharedRequest(context.Context, *ValidNestedSharedRequest) (*ValidResponse, error)
func (UnimplementedValidServiceServer) TestMethod ¶
func (UnimplementedValidServiceServer) TestMethod(context.Context, *ValidRequest) (*ValidResponse, error)
func (UnimplementedValidServiceServer) TestMethod10 ¶
func (UnimplementedValidServiceServer) TestMethod10(context.Context, *ValidStorageRequest) (*ValidResponse, error)
func (UnimplementedValidServiceServer) TestMethod2 ¶
func (UnimplementedValidServiceServer) TestMethod2(context.Context, *ValidRequest) (*ValidResponse, error)
func (UnimplementedValidServiceServer) TestMethod3 ¶
func (UnimplementedValidServiceServer) TestMethod3(context.Context, *ValidRequest) (*ValidResponse, error)
func (UnimplementedValidServiceServer) TestMethod5 ¶
func (UnimplementedValidServiceServer) TestMethod5(context.Context, *ValidNestedRequest) (*ValidResponse, error)
func (UnimplementedValidServiceServer) TestMethod6 ¶
func (UnimplementedValidServiceServer) TestMethod6(context.Context, *ValidNestedSharedRequest) (*ValidResponse, error)
func (UnimplementedValidServiceServer) TestMethod7 ¶
func (UnimplementedValidServiceServer) TestMethod7(context.Context, *ValidInnerNestedRequest) (*ValidResponse, error)
func (UnimplementedValidServiceServer) TestMethod8 ¶
func (UnimplementedValidServiceServer) TestMethod8(context.Context, *ValidStorageRequest) (*ValidResponse, error)
func (UnimplementedValidServiceServer) TestMethod9 ¶
func (UnimplementedValidServiceServer) TestMethod9(context.Context, *ValidStorageNestedRequest) (*ValidResponse, error)
func (UnimplementedValidServiceServer) TestMutatorWithInnerNestedRequest ¶
func (UnimplementedValidServiceServer) TestMutatorWithInnerNestedRequest(context.Context, *ValidInnerNestedRequest) (*ValidResponse, error)
type UnsafeInterceptedServiceServer ¶
type UnsafeInterceptedServiceServer interface {
// contains filtered or unexported methods
}
UnsafeInterceptedServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to InterceptedServiceServer will result in compilation errors.
type UnsafeInterceptedWithOperationTypeServer ¶
type UnsafeInterceptedWithOperationTypeServer interface {
// contains filtered or unexported methods
}
UnsafeInterceptedWithOperationTypeServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to InterceptedWithOperationTypeServer will result in compilation errors.
type UnsafeInvalidServiceServer ¶
type UnsafeInvalidServiceServer interface {
// contains filtered or unexported methods
}
UnsafeInvalidServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to InvalidServiceServer will result in compilation errors.
type UnsafeValidServiceServer ¶
type UnsafeValidServiceServer interface {
// contains filtered or unexported methods
}
UnsafeValidServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ValidServiceServer will result in compilation errors.
type ValidInnerNestedRequest ¶
type ValidInnerNestedRequest struct { Header *ValidInnerNestedRequest_Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // contains filtered or unexported fields }
func (*ValidInnerNestedRequest) Descriptor
deprecated
func (*ValidInnerNestedRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidInnerNestedRequest.ProtoReflect.Descriptor instead.
func (*ValidInnerNestedRequest) GetHeader ¶
func (x *ValidInnerNestedRequest) GetHeader() *ValidInnerNestedRequest_Header
func (*ValidInnerNestedRequest) ProtoMessage ¶
func (*ValidInnerNestedRequest) ProtoMessage()
func (*ValidInnerNestedRequest) ProtoReflect ¶
func (x *ValidInnerNestedRequest) ProtoReflect() protoreflect.Message
func (*ValidInnerNestedRequest) Reset ¶
func (x *ValidInnerNestedRequest) Reset()
func (*ValidInnerNestedRequest) String ¶
func (x *ValidInnerNestedRequest) String() string
type ValidInnerNestedRequest_Header ¶
type ValidInnerNestedRequest_Header struct { Destination *gitalypb.Repository `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"` // contains filtered or unexported fields }
func (*ValidInnerNestedRequest_Header) Descriptor
deprecated
func (*ValidInnerNestedRequest_Header) Descriptor() ([]byte, []int)
Deprecated: Use ValidInnerNestedRequest_Header.ProtoReflect.Descriptor instead.
func (*ValidInnerNestedRequest_Header) GetDestination ¶
func (x *ValidInnerNestedRequest_Header) GetDestination() *gitalypb.Repository
func (*ValidInnerNestedRequest_Header) ProtoMessage ¶
func (*ValidInnerNestedRequest_Header) ProtoMessage()
func (*ValidInnerNestedRequest_Header) ProtoReflect ¶
func (x *ValidInnerNestedRequest_Header) ProtoReflect() protoreflect.Message
func (*ValidInnerNestedRequest_Header) Reset ¶
func (x *ValidInnerNestedRequest_Header) Reset()
func (*ValidInnerNestedRequest_Header) String ¶
func (x *ValidInnerNestedRequest_Header) String() string
type ValidNestedRequest ¶
type ValidNestedRequest struct { InnerMessage *ValidRequest `protobuf:"bytes,1,opt,name=inner_message,json=innerMessage,proto3" json:"inner_message,omitempty"` // contains filtered or unexported fields }
func (*ValidNestedRequest) Descriptor
deprecated
func (*ValidNestedRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidNestedRequest.ProtoReflect.Descriptor instead.
func (*ValidNestedRequest) GetInnerMessage ¶
func (x *ValidNestedRequest) GetInnerMessage() *ValidRequest
func (*ValidNestedRequest) ProtoMessage ¶
func (*ValidNestedRequest) ProtoMessage()
func (*ValidNestedRequest) ProtoReflect ¶
func (x *ValidNestedRequest) ProtoReflect() protoreflect.Message
func (*ValidNestedRequest) Reset ¶
func (x *ValidNestedRequest) Reset()
func (*ValidNestedRequest) String ¶
func (x *ValidNestedRequest) String() string
type ValidNestedSharedRequest ¶
type ValidNestedSharedRequest struct { // contains filtered or unexported fields }
func (*ValidNestedSharedRequest) Descriptor
deprecated
func (*ValidNestedSharedRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidNestedSharedRequest.ProtoReflect.Descriptor instead.
func (*ValidNestedSharedRequest) GetNestedTargetRepo ¶
func (x *ValidNestedSharedRequest) GetNestedTargetRepo() *gitalypb.ObjectPool
func (*ValidNestedSharedRequest) ProtoMessage ¶
func (*ValidNestedSharedRequest) ProtoMessage()
func (*ValidNestedSharedRequest) ProtoReflect ¶
func (x *ValidNestedSharedRequest) ProtoReflect() protoreflect.Message
func (*ValidNestedSharedRequest) Reset ¶
func (x *ValidNestedSharedRequest) Reset()
func (*ValidNestedSharedRequest) String ¶
func (x *ValidNestedSharedRequest) String() string
type ValidRequest ¶
type ValidRequest struct { Destination *gitalypb.Repository `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"` // contains filtered or unexported fields }
func (*ValidRequest) Descriptor
deprecated
func (*ValidRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidRequest.ProtoReflect.Descriptor instead.
func (*ValidRequest) GetDestination ¶
func (x *ValidRequest) GetDestination() *gitalypb.Repository
func (*ValidRequest) ProtoMessage ¶
func (*ValidRequest) ProtoMessage()
func (*ValidRequest) ProtoReflect ¶
func (x *ValidRequest) ProtoReflect() protoreflect.Message
func (*ValidRequest) Reset ¶
func (x *ValidRequest) Reset()
func (*ValidRequest) String ¶
func (x *ValidRequest) String() string
type ValidRequestWithoutRepo ¶
type ValidRequestWithoutRepo struct {
// contains filtered or unexported fields
}
func (*ValidRequestWithoutRepo) Descriptor
deprecated
func (*ValidRequestWithoutRepo) Descriptor() ([]byte, []int)
Deprecated: Use ValidRequestWithoutRepo.ProtoReflect.Descriptor instead.
func (*ValidRequestWithoutRepo) ProtoMessage ¶
func (*ValidRequestWithoutRepo) ProtoMessage()
func (*ValidRequestWithoutRepo) ProtoReflect ¶
func (x *ValidRequestWithoutRepo) ProtoReflect() protoreflect.Message
func (*ValidRequestWithoutRepo) Reset ¶
func (x *ValidRequestWithoutRepo) Reset()
func (*ValidRequestWithoutRepo) String ¶
func (x *ValidRequestWithoutRepo) String() string
type ValidResponse ¶
type ValidResponse struct {
// contains filtered or unexported fields
}
func (*ValidResponse) Descriptor
deprecated
func (*ValidResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidResponse.ProtoReflect.Descriptor instead.
func (*ValidResponse) ProtoMessage ¶
func (*ValidResponse) ProtoMessage()
func (*ValidResponse) ProtoReflect ¶
func (x *ValidResponse) ProtoReflect() protoreflect.Message
func (*ValidResponse) Reset ¶
func (x *ValidResponse) Reset()
func (*ValidResponse) String ¶
func (x *ValidResponse) String() string
type ValidServiceClient ¶
type ValidServiceClient interface { TestMethod(ctx context.Context, in *ValidRequest, opts ...grpc.CallOption) (*ValidResponse, error) TestMethod2(ctx context.Context, in *ValidRequest, opts ...grpc.CallOption) (*ValidResponse, error) TestMethod3(ctx context.Context, in *ValidRequest, opts ...grpc.CallOption) (*ValidResponse, error) TestMethod5(ctx context.Context, in *ValidNestedRequest, opts ...grpc.CallOption) (*ValidResponse, error) TestMethod6(ctx context.Context, in *ValidNestedSharedRequest, opts ...grpc.CallOption) (*ValidResponse, error) TestMethod7(ctx context.Context, in *ValidInnerNestedRequest, opts ...grpc.CallOption) (*ValidResponse, error) TestMethod8(ctx context.Context, in *ValidStorageRequest, opts ...grpc.CallOption) (*ValidResponse, error) TestMethod9(ctx context.Context, in *ValidStorageNestedRequest, opts ...grpc.CallOption) (*ValidResponse, error) // Intercepted methods do not need operation type annotations. TestMethod10(ctx context.Context, in *ValidStorageRequest, opts ...grpc.CallOption) (*ValidResponse, error) TestMaintenance(ctx context.Context, in *ValidRequest, opts ...grpc.CallOption) (*ValidResponse, error) TestMaintenanceWithExplicitScope(ctx context.Context, in *ValidRequest, opts ...grpc.CallOption) (*ValidResponse, error) TestMaintenanceWithNestedRequest(ctx context.Context, in *ValidNestedRequest, opts ...grpc.CallOption) (*ValidResponse, error) TestMutatorWithInnerNestedRequest(ctx context.Context, in *ValidInnerNestedRequest, opts ...grpc.CallOption) (*ValidResponse, error) }
ValidServiceClient is the client API for ValidService 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 NewValidServiceClient ¶
func NewValidServiceClient(cc grpc.ClientConnInterface) ValidServiceClient
type ValidServiceServer ¶
type ValidServiceServer interface { TestMethod(context.Context, *ValidRequest) (*ValidResponse, error) TestMethod2(context.Context, *ValidRequest) (*ValidResponse, error) TestMethod3(context.Context, *ValidRequest) (*ValidResponse, error) TestMethod5(context.Context, *ValidNestedRequest) (*ValidResponse, error) TestMethod6(context.Context, *ValidNestedSharedRequest) (*ValidResponse, error) TestMethod7(context.Context, *ValidInnerNestedRequest) (*ValidResponse, error) TestMethod8(context.Context, *ValidStorageRequest) (*ValidResponse, error) TestMethod9(context.Context, *ValidStorageNestedRequest) (*ValidResponse, error) // Intercepted methods do not need operation type annotations. TestMethod10(context.Context, *ValidStorageRequest) (*ValidResponse, error) TestMaintenance(context.Context, *ValidRequest) (*ValidResponse, error) TestMaintenanceWithExplicitScope(context.Context, *ValidRequest) (*ValidResponse, error) TestMaintenanceWithNestedRequest(context.Context, *ValidNestedRequest) (*ValidResponse, error) TestMutatorWithInnerNestedRequest(context.Context, *ValidInnerNestedRequest) (*ValidResponse, error) // contains filtered or unexported methods }
ValidServiceServer is the server API for ValidService service. All implementations must embed UnimplementedValidServiceServer for forward compatibility
type ValidStorageInnerNestedRequest ¶
type ValidStorageInnerNestedRequest struct { Header *ValidStorageInnerNestedRequest_Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // contains filtered or unexported fields }
func (*ValidStorageInnerNestedRequest) Descriptor
deprecated
func (*ValidStorageInnerNestedRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidStorageInnerNestedRequest.ProtoReflect.Descriptor instead.
func (*ValidStorageInnerNestedRequest) GetHeader ¶
func (x *ValidStorageInnerNestedRequest) GetHeader() *ValidStorageInnerNestedRequest_Header
func (*ValidStorageInnerNestedRequest) ProtoMessage ¶
func (*ValidStorageInnerNestedRequest) ProtoMessage()
func (*ValidStorageInnerNestedRequest) ProtoReflect ¶
func (x *ValidStorageInnerNestedRequest) ProtoReflect() protoreflect.Message
func (*ValidStorageInnerNestedRequest) Reset ¶
func (x *ValidStorageInnerNestedRequest) Reset()
func (*ValidStorageInnerNestedRequest) String ¶
func (x *ValidStorageInnerNestedRequest) String() string
type ValidStorageInnerNestedRequest_Header ¶
type ValidStorageInnerNestedRequest_Header struct { StorageName string `protobuf:"bytes,1,opt,name=storage_name,json=storageName,proto3" json:"storage_name,omitempty"` // contains filtered or unexported fields }
func (*ValidStorageInnerNestedRequest_Header) Descriptor
deprecated
func (*ValidStorageInnerNestedRequest_Header) Descriptor() ([]byte, []int)
Deprecated: Use ValidStorageInnerNestedRequest_Header.ProtoReflect.Descriptor instead.
func (*ValidStorageInnerNestedRequest_Header) GetStorageName ¶
func (x *ValidStorageInnerNestedRequest_Header) GetStorageName() string
func (*ValidStorageInnerNestedRequest_Header) ProtoMessage ¶
func (*ValidStorageInnerNestedRequest_Header) ProtoMessage()
func (*ValidStorageInnerNestedRequest_Header) ProtoReflect ¶
func (x *ValidStorageInnerNestedRequest_Header) ProtoReflect() protoreflect.Message
func (*ValidStorageInnerNestedRequest_Header) Reset ¶
func (x *ValidStorageInnerNestedRequest_Header) Reset()
func (*ValidStorageInnerNestedRequest_Header) String ¶
func (x *ValidStorageInnerNestedRequest_Header) String() string
type ValidStorageNestedRequest ¶
type ValidStorageNestedRequest struct { InnerMessage *ValidStorageRequest `protobuf:"bytes,1,opt,name=inner_message,json=innerMessage,proto3" json:"inner_message,omitempty"` // contains filtered or unexported fields }
func (*ValidStorageNestedRequest) Descriptor
deprecated
func (*ValidStorageNestedRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidStorageNestedRequest.ProtoReflect.Descriptor instead.
func (*ValidStorageNestedRequest) GetInnerMessage ¶
func (x *ValidStorageNestedRequest) GetInnerMessage() *ValidStorageRequest
func (*ValidStorageNestedRequest) ProtoMessage ¶
func (*ValidStorageNestedRequest) ProtoMessage()
func (*ValidStorageNestedRequest) ProtoReflect ¶
func (x *ValidStorageNestedRequest) ProtoReflect() protoreflect.Message
func (*ValidStorageNestedRequest) Reset ¶
func (x *ValidStorageNestedRequest) Reset()
func (*ValidStorageNestedRequest) String ¶
func (x *ValidStorageNestedRequest) String() string
type ValidStorageRequest ¶
type ValidStorageRequest struct { StorageName string `protobuf:"bytes,1,opt,name=storage_name,json=storageName,proto3" json:"storage_name,omitempty"` // contains filtered or unexported fields }
func (*ValidStorageRequest) Descriptor
deprecated
func (*ValidStorageRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidStorageRequest.ProtoReflect.Descriptor instead.
func (*ValidStorageRequest) GetStorageName ¶
func (x *ValidStorageRequest) GetStorageName() string
func (*ValidStorageRequest) ProtoMessage ¶
func (*ValidStorageRequest) ProtoMessage()
func (*ValidStorageRequest) ProtoReflect ¶
func (x *ValidStorageRequest) ProtoReflect() protoreflect.Message
func (*ValidStorageRequest) Reset ¶
func (x *ValidStorageRequest) Reset()
func (*ValidStorageRequest) String ¶
func (x *ValidStorageRequest) String() string