type google.golang.org/genproto/googleapis/container/v1.SetLoggingServiceRequest
21 uses
google.golang.org/genproto/googleapis/container/v1 (current package)
cluster_service.pb.go#L3753: type SetLoggingServiceRequest struct {
cluster_service.pb.go#L3787: func (x *SetLoggingServiceRequest) Reset() {
cluster_service.pb.go#L3788: *x = SetLoggingServiceRequest{}
cluster_service.pb.go#L3796: func (x *SetLoggingServiceRequest) String() string {
cluster_service.pb.go#L3800: func (*SetLoggingServiceRequest) ProtoMessage() {}
cluster_service.pb.go#L3802: func (x *SetLoggingServiceRequest) ProtoReflect() protoreflect.Message {
cluster_service.pb.go#L3815: func (*SetLoggingServiceRequest) Descriptor() ([]byte, []int) {
cluster_service.pb.go#L3820: func (x *SetLoggingServiceRequest) GetProjectId() string {
cluster_service.pb.go#L3828: func (x *SetLoggingServiceRequest) GetZone() string {
cluster_service.pb.go#L3836: func (x *SetLoggingServiceRequest) GetClusterId() string {
cluster_service.pb.go#L3843: func (x *SetLoggingServiceRequest) GetLoggingService() string {
cluster_service.pb.go#L3850: func (x *SetLoggingServiceRequest) GetName() string {
cluster_service.pb.go#L10320: (*SetLoggingServiceRequest)(nil), // 36: google.container.v1.SetLoggingServiceRequest
cluster_service.pb.go#L10859: switch v := v.(*SetLoggingServiceRequest); i {
cluster_service.pb.go#L11594: SetLoggingService(ctx context.Context, in *SetLoggingServiceRequest, opts ...grpc.CallOption) (*Operation, error)
cluster_service.pb.go#L11718: func (c *clusterManagerClient) SetLoggingService(ctx context.Context, in *SetLoggingServiceRequest, opts ...grpc.CallOption) (*Operation, error) {
cluster_service.pb.go#L11971: SetLoggingService(context.Context, *SetLoggingServiceRequest) (*Operation, error)
cluster_service.pb.go#L12055: func (*UnimplementedClusterManagerServer) SetLoggingService(context.Context, *SetLoggingServiceRequest) (*Operation, error) {
cluster_service.pb.go#L12244: in := new(SetLoggingServiceRequest)
cluster_service.pb.go#L12256: return srv.(ClusterManagerServer).SetLoggingService(ctx, req.(*SetLoggingServiceRequest))
cloud.google.com/go/container/apiv1
cluster_manager_client.go#L442: func (c *ClusterManagerClient) SetLoggingService(ctx context.Context, req *containerpb.SetLoggingServiceRequest, opts ...gax.CallOption) (*containerpb.Operation, error) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |