Class ListAzureClustersRequest.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<ListAzureClustersRequest.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<ListAzureClustersRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public ListAzureClustersRequest.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<ListAzureClustersRequest.Builder>
      • addRepeatedField

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

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

        public ListAzureClustersRequest.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<ListAzureClustersRequest.Builder>
        Throws:
        IOException
      • getParent

        public String getParent()
         Required. The parent location which owns this collection of
         [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources.
        
         Location names are formatted as `projects/<project-id>/locations/<region>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud Platform resource names.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface ListAzureClustersRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The parent location which owns this collection of
         [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources.
        
         Location names are formatted as `projects/<project-id>/locations/<region>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud Platform resource names.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface ListAzureClustersRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ListAzureClustersRequest.Builder setParent​(String value)
         Required. The parent location which owns this collection of
         [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources.
        
         Location names are formatted as `projects/<project-id>/locations/<region>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud Platform resource names.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public ListAzureClustersRequest.Builder clearParent()
         Required. The parent location which owns this collection of
         [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources.
        
         Location names are formatted as `projects/<project-id>/locations/<region>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud Platform resource names.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public ListAzureClustersRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The parent location which owns this collection of
         [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources.
        
         Location names are formatted as `projects/<project-id>/locations/<region>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud Platform resource names.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • getPageSize

        public int getPageSize()
         The maximum number of items to return.
        
         If not specified, a default value of 50 will be used by the service.
         Regardless of the pageSize value, the response can include a partial list
         and a caller should only rely on response's
         [nextPageToken][google.cloud.gkemulticloud.v1.ListAzureClustersResponse.next_page_token]
         to determine if there are more instances left to be queried.
         
        int32 page_size = 2;
        Specified by:
        getPageSize in interface ListAzureClustersRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ListAzureClustersRequest.Builder setPageSize​(int value)
         The maximum number of items to return.
        
         If not specified, a default value of 50 will be used by the service.
         Regardless of the pageSize value, the response can include a partial list
         and a caller should only rely on response's
         [nextPageToken][google.cloud.gkemulticloud.v1.ListAzureClustersResponse.next_page_token]
         to determine if there are more instances left to be queried.
         
        int32 page_size = 2;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListAzureClustersRequest.Builder clearPageSize()
         The maximum number of items to return.
        
         If not specified, a default value of 50 will be used by the service.
         Regardless of the pageSize value, the response can include a partial list
         and a caller should only rely on response's
         [nextPageToken][google.cloud.gkemulticloud.v1.ListAzureClustersResponse.next_page_token]
         to determine if there are more instances left to be queried.
         
        int32 page_size = 2;
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         The `nextPageToken` value returned from a previous
         [azureClusters.list][google.cloud.gkemulticloud.v1.AzureClusters.ListAzureClusters]
         request, if any.
         
        string page_token = 3;
        Specified by:
        getPageToken in interface ListAzureClustersRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         The `nextPageToken` value returned from a previous
         [azureClusters.list][google.cloud.gkemulticloud.v1.AzureClusters.ListAzureClusters]
         request, if any.
         
        string page_token = 3;
        Specified by:
        getPageTokenBytes in interface ListAzureClustersRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListAzureClustersRequest.Builder setPageToken​(String value)
         The `nextPageToken` value returned from a previous
         [azureClusters.list][google.cloud.gkemulticloud.v1.AzureClusters.ListAzureClusters]
         request, if any.
         
        string page_token = 3;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListAzureClustersRequest.Builder clearPageToken()
         The `nextPageToken` value returned from a previous
         [azureClusters.list][google.cloud.gkemulticloud.v1.AzureClusters.ListAzureClusters]
         request, if any.
         
        string page_token = 3;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListAzureClustersRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         The `nextPageToken` value returned from a previous
         [azureClusters.list][google.cloud.gkemulticloud.v1.AzureClusters.ListAzureClusters]
         request, if any.
         
        string page_token = 3;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ListAzureClustersRequest.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<ListAzureClustersRequest.Builder>
      • mergeUnknownFields

        public final ListAzureClustersRequest.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<ListAzureClustersRequest.Builder>