Class CompleteIPRotationRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CompleteIPRotationRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CompleteIPRotationRequest.Builder>
      • getDefaultInstanceForType

        public CompleteIPRotationRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public CompleteIPRotationRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public CompleteIPRotationRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public CompleteIPRotationRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                  int index,
                                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CompleteIPRotationRequest.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CompleteIPRotationRequest.Builder>
      • mergeFrom

        public CompleteIPRotationRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CompleteIPRotationRequest.Builder>
        Throws:
        IOException
      • getProjectId

        @Deprecated
        public String getProjectId()
        Deprecated.
        google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See google/container/v1/cluster_service.proto;l=4071
         Deprecated. The Google Developers Console [project ID or project
         number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
         This field has been deprecated and replaced by the name field.
         
        string project_id = 1 [deprecated = true];
        Specified by:
        getProjectId in interface CompleteIPRotationRequestOrBuilder
        Returns:
        The projectId.
      • getProjectIdBytes

        @Deprecated
        public com.google.protobuf.ByteString getProjectIdBytes()
        Deprecated.
        google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See google/container/v1/cluster_service.proto;l=4071
         Deprecated. The Google Developers Console [project ID or project
         number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
         This field has been deprecated and replaced by the name field.
         
        string project_id = 1 [deprecated = true];
        Specified by:
        getProjectIdBytes in interface CompleteIPRotationRequestOrBuilder
        Returns:
        The bytes for projectId.
      • setProjectId

        @Deprecated
        public CompleteIPRotationRequest.Builder setProjectId​(String value)
        Deprecated.
        google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See google/container/v1/cluster_service.proto;l=4071
         Deprecated. The Google Developers Console [project ID or project
         number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
         This field has been deprecated and replaced by the name field.
         
        string project_id = 1 [deprecated = true];
        Parameters:
        value - The projectId to set.
        Returns:
        This builder for chaining.
      • clearProjectId

        @Deprecated
        public CompleteIPRotationRequest.Builder clearProjectId()
        Deprecated.
        google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See google/container/v1/cluster_service.proto;l=4071
         Deprecated. The Google Developers Console [project ID or project
         number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
         This field has been deprecated and replaced by the name field.
         
        string project_id = 1 [deprecated = true];
        Returns:
        This builder for chaining.
      • setProjectIdBytes

        @Deprecated
        public CompleteIPRotationRequest.Builder setProjectIdBytes​(com.google.protobuf.ByteString value)
        Deprecated.
        google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See google/container/v1/cluster_service.proto;l=4071
         Deprecated. The Google Developers Console [project ID or project
         number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
         This field has been deprecated and replaced by the name field.
         
        string project_id = 1 [deprecated = true];
        Parameters:
        value - The bytes for projectId to set.
        Returns:
        This builder for chaining.
      • getZone

        @Deprecated
        public String getZone()
        Deprecated.
        google.container.v1.CompleteIPRotationRequest.zone is deprecated. See google/container/v1/cluster_service.proto;l=4077
         Deprecated. The name of the Google Compute Engine
         [zone](https://cloud.google.com/compute/docs/zones#available) in which the
         cluster resides. This field has been deprecated and replaced by the name
         field.
         
        string zone = 2 [deprecated = true];
        Specified by:
        getZone in interface CompleteIPRotationRequestOrBuilder
        Returns:
        The zone.
      • getZoneBytes

        @Deprecated
        public com.google.protobuf.ByteString getZoneBytes()
        Deprecated.
        google.container.v1.CompleteIPRotationRequest.zone is deprecated. See google/container/v1/cluster_service.proto;l=4077
         Deprecated. The name of the Google Compute Engine
         [zone](https://cloud.google.com/compute/docs/zones#available) in which the
         cluster resides. This field has been deprecated and replaced by the name
         field.
         
        string zone = 2 [deprecated = true];
        Specified by:
        getZoneBytes in interface CompleteIPRotationRequestOrBuilder
        Returns:
        The bytes for zone.
      • setZone

        @Deprecated
        public CompleteIPRotationRequest.Builder setZone​(String value)
        Deprecated.
        google.container.v1.CompleteIPRotationRequest.zone is deprecated. See google/container/v1/cluster_service.proto;l=4077
         Deprecated. The name of the Google Compute Engine
         [zone](https://cloud.google.com/compute/docs/zones#available) in which the
         cluster resides. This field has been deprecated and replaced by the name
         field.
         
        string zone = 2 [deprecated = true];
        Parameters:
        value - The zone to set.
        Returns:
        This builder for chaining.
      • clearZone

        @Deprecated
        public CompleteIPRotationRequest.Builder clearZone()
        Deprecated.
        google.container.v1.CompleteIPRotationRequest.zone is deprecated. See google/container/v1/cluster_service.proto;l=4077
         Deprecated. The name of the Google Compute Engine
         [zone](https://cloud.google.com/compute/docs/zones#available) in which the
         cluster resides. This field has been deprecated and replaced by the name
         field.
         
        string zone = 2 [deprecated = true];
        Returns:
        This builder for chaining.
      • setZoneBytes

        @Deprecated
        public CompleteIPRotationRequest.Builder setZoneBytes​(com.google.protobuf.ByteString value)
        Deprecated.
        google.container.v1.CompleteIPRotationRequest.zone is deprecated. See google/container/v1/cluster_service.proto;l=4077
         Deprecated. The name of the Google Compute Engine
         [zone](https://cloud.google.com/compute/docs/zones#available) in which the
         cluster resides. This field has been deprecated and replaced by the name
         field.
         
        string zone = 2 [deprecated = true];
        Parameters:
        value - The bytes for zone to set.
        Returns:
        This builder for chaining.
      • getClusterId

        @Deprecated
        public String getClusterId()
        Deprecated.
        google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See google/container/v1/cluster_service.proto;l=4081
         Deprecated. The name of the cluster.
         This field has been deprecated and replaced by the name field.
         
        string cluster_id = 3 [deprecated = true];
        Specified by:
        getClusterId in interface CompleteIPRotationRequestOrBuilder
        Returns:
        The clusterId.
      • getClusterIdBytes

        @Deprecated
        public com.google.protobuf.ByteString getClusterIdBytes()
        Deprecated.
        google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See google/container/v1/cluster_service.proto;l=4081
         Deprecated. The name of the cluster.
         This field has been deprecated and replaced by the name field.
         
        string cluster_id = 3 [deprecated = true];
        Specified by:
        getClusterIdBytes in interface CompleteIPRotationRequestOrBuilder
        Returns:
        The bytes for clusterId.
      • setClusterId

        @Deprecated
        public CompleteIPRotationRequest.Builder setClusterId​(String value)
        Deprecated.
        google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See google/container/v1/cluster_service.proto;l=4081
         Deprecated. The name of the cluster.
         This field has been deprecated and replaced by the name field.
         
        string cluster_id = 3 [deprecated = true];
        Parameters:
        value - The clusterId to set.
        Returns:
        This builder for chaining.
      • clearClusterId

        @Deprecated
        public CompleteIPRotationRequest.Builder clearClusterId()
        Deprecated.
        google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See google/container/v1/cluster_service.proto;l=4081
         Deprecated. The name of the cluster.
         This field has been deprecated and replaced by the name field.
         
        string cluster_id = 3 [deprecated = true];
        Returns:
        This builder for chaining.
      • setClusterIdBytes

        @Deprecated
        public CompleteIPRotationRequest.Builder setClusterIdBytes​(com.google.protobuf.ByteString value)
        Deprecated.
        google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See google/container/v1/cluster_service.proto;l=4081
         Deprecated. The name of the cluster.
         This field has been deprecated and replaced by the name field.
         
        string cluster_id = 3 [deprecated = true];
        Parameters:
        value - The bytes for clusterId to set.
        Returns:
        This builder for chaining.
      • getName

        public String getName()
         The name (project, location, cluster name) of the cluster to complete IP
         rotation. Specified in the format `projects/*/locations/*/clusters/*`.
         
        string name = 7;
        Specified by:
        getName in interface CompleteIPRotationRequestOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The name (project, location, cluster name) of the cluster to complete IP
         rotation. Specified in the format `projects/*/locations/*/clusters/*`.
         
        string name = 7;
        Specified by:
        getNameBytes in interface CompleteIPRotationRequestOrBuilder
        Returns:
        The bytes for name.
      • setName

        public CompleteIPRotationRequest.Builder setName​(String value)
         The name (project, location, cluster name) of the cluster to complete IP
         rotation. Specified in the format `projects/*/locations/*/clusters/*`.
         
        string name = 7;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public CompleteIPRotationRequest.Builder clearName()
         The name (project, location, cluster name) of the cluster to complete IP
         rotation. Specified in the format `projects/*/locations/*/clusters/*`.
         
        string name = 7;
        Returns:
        This builder for chaining.
      • setNameBytes

        public CompleteIPRotationRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         The name (project, location, cluster name) of the cluster to complete IP
         rotation. Specified in the format `projects/*/locations/*/clusters/*`.
         
        string name = 7;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final CompleteIPRotationRequest.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CompleteIPRotationRequest.Builder>
      • mergeUnknownFields

        public final CompleteIPRotationRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CompleteIPRotationRequest.Builder>