type google.golang.org/genproto/googleapis/container/v1.SetLegacyAbacRequest
21 uses
google.golang.org/genproto/googleapis/container/v1 (current package)
cluster_service.pb.go#L6981: type SetLegacyAbacRequest struct {
cluster_service.pb.go#L7011: func (x *SetLegacyAbacRequest) Reset() {
cluster_service.pb.go#L7012: *x = SetLegacyAbacRequest{}
cluster_service.pb.go#L7020: func (x *SetLegacyAbacRequest) String() string {
cluster_service.pb.go#L7024: func (*SetLegacyAbacRequest) ProtoMessage() {}
cluster_service.pb.go#L7026: func (x *SetLegacyAbacRequest) ProtoReflect() protoreflect.Message {
cluster_service.pb.go#L7039: func (*SetLegacyAbacRequest) Descriptor() ([]byte, []int) {
cluster_service.pb.go#L7044: func (x *SetLegacyAbacRequest) GetProjectId() string {
cluster_service.pb.go#L7052: func (x *SetLegacyAbacRequest) GetZone() string {
cluster_service.pb.go#L7060: func (x *SetLegacyAbacRequest) GetClusterId() string {
cluster_service.pb.go#L7067: func (x *SetLegacyAbacRequest) GetEnabled() bool {
cluster_service.pb.go#L7074: func (x *SetLegacyAbacRequest) GetName() string {
cluster_service.pb.go#L10356: (*SetLegacyAbacRequest)(nil), // 72: google.container.v1.SetLegacyAbacRequest
cluster_service.pb.go#L11291: switch v := v.(*SetLegacyAbacRequest); i {
cluster_service.pb.go#L11641: SetLegacyAbac(ctx context.Context, in *SetLegacyAbacRequest, opts ...grpc.CallOption) (*Operation, error)
cluster_service.pb.go#L11880: func (c *clusterManagerClient) SetLegacyAbac(ctx context.Context, in *SetLegacyAbacRequest, opts ...grpc.CallOption) (*Operation, error) {
cluster_service.pb.go#L12018: SetLegacyAbac(context.Context, *SetLegacyAbacRequest) (*Operation, error)
cluster_service.pb.go#L12109: func (*UnimplementedClusterManagerServer) SetLegacyAbac(context.Context, *SetLegacyAbacRequest) (*Operation, error) {
cluster_service.pb.go#L12568: in := new(SetLegacyAbacRequest)
cluster_service.pb.go#L12580: return srv.(ClusterManagerServer).SetLegacyAbac(ctx, req.(*SetLegacyAbacRequest))
cloud.google.com/go/container/apiv1
cluster_manager_client.go#L845: func (c *ClusterManagerClient) SetLegacyAbac(ctx context.Context, req *containerpb.SetLegacyAbacRequest, 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. |