type google.golang.org/genproto/googleapis/container/v1.CompleteIPRotationRequest
20 uses
google.golang.org/genproto/googleapis/container/v1 (current package)
cluster_service.pb.go#L7184: type CompleteIPRotationRequest struct {
cluster_service.pb.go#L7212: func (x *CompleteIPRotationRequest) Reset() {
cluster_service.pb.go#L7213: *x = CompleteIPRotationRequest{}
cluster_service.pb.go#L7221: func (x *CompleteIPRotationRequest) String() string {
cluster_service.pb.go#L7225: func (*CompleteIPRotationRequest) ProtoMessage() {}
cluster_service.pb.go#L7227: func (x *CompleteIPRotationRequest) ProtoReflect() protoreflect.Message {
cluster_service.pb.go#L7240: func (*CompleteIPRotationRequest) Descriptor() ([]byte, []int) {
cluster_service.pb.go#L7245: func (x *CompleteIPRotationRequest) GetProjectId() string {
cluster_service.pb.go#L7253: func (x *CompleteIPRotationRequest) GetZone() string {
cluster_service.pb.go#L7261: func (x *CompleteIPRotationRequest) GetClusterId() string {
cluster_service.pb.go#L7268: func (x *CompleteIPRotationRequest) GetName() string {
cluster_service.pb.go#L10358: (*CompleteIPRotationRequest)(nil), // 74: google.container.v1.CompleteIPRotationRequest
cluster_service.pb.go#L11315: switch v := v.(*CompleteIPRotationRequest); i {
cluster_service.pb.go#L11645: CompleteIPRotation(ctx context.Context, in *CompleteIPRotationRequest, opts ...grpc.CallOption) (*Operation, error)
cluster_service.pb.go#L11898: func (c *clusterManagerClient) CompleteIPRotation(ctx context.Context, in *CompleteIPRotationRequest, opts ...grpc.CallOption) (*Operation, error) {
cluster_service.pb.go#L12022: CompleteIPRotation(context.Context, *CompleteIPRotationRequest) (*Operation, error)
cluster_service.pb.go#L12115: func (*UnimplementedClusterManagerServer) CompleteIPRotation(context.Context, *CompleteIPRotationRequest) (*Operation, error) {
cluster_service.pb.go#L12604: in := new(CompleteIPRotationRequest)
cluster_service.pb.go#L12616: return srv.(ClusterManagerServer).CompleteIPRotation(ctx, req.(*CompleteIPRotationRequest))
cloud.google.com/go/container/apiv1
cluster_manager_client.go#L889: func (c *ClusterManagerClient) CompleteIPRotation(ctx context.Context, req *containerpb.CompleteIPRotationRequest, 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. |