- 2.81.0 (latest)
 - 2.79.0
 - 2.78.0
 - 2.77.0
 - 2.76.0
 - 2.75.0
 - 2.73.0
 - 2.71.0
 - 2.70.0
 - 2.67.0
 - 2.66.0
 - 2.65.0
 - 2.63.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.52.0
 - 2.51.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.40.0
 - 2.39.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.27.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.2
 - 2.4.1
 - 2.3.8
 
public static final class ListUsableSubnetworksRequest.Builder extends GeneratedMessageV3.Builder<ListUsableSubnetworksRequest.Builder> implements ListUsableSubnetworksRequestOrBuilderListUsableSubnetworksRequest requests the list of usable subnetworks. available to a user for creating clusters.
 Protobuf type google.container.v1beta1.ListUsableSubnetworksRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListUsableSubnetworksRequest.BuilderImplements
ListUsableSubnetworksRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
Descriptor | 
        
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListUsableSubnetworksRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        
build()
public ListUsableSubnetworksRequest build()| Type | Description | 
ListUsableSubnetworksRequest | 
        
buildPartial()
public ListUsableSubnetworksRequest buildPartial()| Type | Description | 
ListUsableSubnetworksRequest | 
        
clear()
public ListUsableSubnetworksRequest.Builder clear()| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        
clearField(Descriptors.FieldDescriptor field)
public ListUsableSubnetworksRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
field | 
        FieldDescriptor | 
      
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        
clearFilter()
public ListUsableSubnetworksRequest.Builder clearFilter() Filtering currently only supports equality on the networkProjectId and must
 be in the form: "networkProjectId=[PROJECTID]", where networkProjectId
 is the project which owns the listed subnetworks. This defaults to the
 parent project ID.
 string filter = 2;
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public ListUsableSubnetworksRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        
clearPageSize()
public ListUsableSubnetworksRequest.Builder clearPageSize() The max number of results per page that should be returned. If the number
 of available results is larger than page_size, a next_page_token is
 returned which can be used to get the next page of results in subsequent
 requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
 int32 page_size = 3;
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        This builder for chaining.  | 
      
clearPageToken()
public ListUsableSubnetworksRequest.Builder clearPageToken()Specifies a page token to use. Set this to the nextPageToken returned by previous list requests to get the next page of results.
 string page_token = 4;
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        This builder for chaining.  | 
      
clearParent()
public ListUsableSubnetworksRequest.Builder clearParent() Required. The parent project where subnetworks are usable.
 Specified in the format projects/*.
 string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        This builder for chaining.  | 
      
clone()
public ListUsableSubnetworksRequest.Builder clone()| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        
getDefaultInstanceForType()
public ListUsableSubnetworksRequest getDefaultInstanceForType()| Type | Description | 
ListUsableSubnetworksRequest | 
        
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
Descriptor | 
        
getFilter()
public String getFilter() Filtering currently only supports equality on the networkProjectId and must
 be in the form: "networkProjectId=[PROJECTID]", where networkProjectId
 is the project which owns the listed subnetworks. This defaults to the
 parent project ID.
 string filter = 2;
| Type | Description | 
String | 
        The filter.  | 
      
getFilterBytes()
public ByteString getFilterBytes() Filtering currently only supports equality on the networkProjectId and must
 be in the form: "networkProjectId=[PROJECTID]", where networkProjectId
 is the project which owns the listed subnetworks. This defaults to the
 parent project ID.
 string filter = 2;
| Type | Description | 
ByteString | 
        The bytes for filter.  | 
      
getPageSize()
public int getPageSize() The max number of results per page that should be returned. If the number
 of available results is larger than page_size, a next_page_token is
 returned which can be used to get the next page of results in subsequent
 requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
 int32 page_size = 3;
| Type | Description | 
int | 
        The pageSize.  | 
      
getPageToken()
public String getPageToken()Specifies a page token to use. Set this to the nextPageToken returned by previous list requests to get the next page of results.
 string page_token = 4;
| Type | Description | 
String | 
        The pageToken.  | 
      
getPageTokenBytes()
public ByteString getPageTokenBytes()Specifies a page token to use. Set this to the nextPageToken returned by previous list requests to get the next page of results.
 string page_token = 4;
| Type | Description | 
ByteString | 
        The bytes for pageToken.  | 
      
getParent()
public String getParent() Required. The parent project where subnetworks are usable.
 Specified in the format projects/*.
 string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description | 
String | 
        The parent.  | 
      
getParentBytes()
public ByteString getParentBytes() Required. The parent project where subnetworks are usable.
 Specified in the format projects/*.
 string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description | 
ByteString | 
        The bytes for parent.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
FieldAccessorTable | 
        
isInitialized()
public final boolean isInitialized()| Type | Description | 
boolean | 
        
mergeFrom(ListUsableSubnetworksRequest other)
public ListUsableSubnetworksRequest.Builder mergeFrom(ListUsableSubnetworksRequest other)| Name | Description | 
other | 
        ListUsableSubnetworksRequest | 
      
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListUsableSubnetworksRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        
| Type | Description | 
IOException | 
        
mergeFrom(Message other)
public ListUsableSubnetworksRequest.Builder mergeFrom(Message other)| Name | Description | 
other | 
        Message | 
      
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListUsableSubnetworksRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        
setField(Descriptors.FieldDescriptor field, Object value)
public ListUsableSubnetworksRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        
setFilter(String value)
public ListUsableSubnetworksRequest.Builder setFilter(String value) Filtering currently only supports equality on the networkProjectId and must
 be in the form: "networkProjectId=[PROJECTID]", where networkProjectId
 is the project which owns the listed subnetworks. This defaults to the
 parent project ID.
 string filter = 2;
| Name | Description | 
value | 
        StringThe filter to set.  | 
      
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        This builder for chaining.  | 
      
setFilterBytes(ByteString value)
public ListUsableSubnetworksRequest.Builder setFilterBytes(ByteString value) Filtering currently only supports equality on the networkProjectId and must
 be in the form: "networkProjectId=[PROJECTID]", where networkProjectId
 is the project which owns the listed subnetworks. This defaults to the
 parent project ID.
 string filter = 2;
| Name | Description | 
value | 
        ByteStringThe bytes for filter to set.  | 
      
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        This builder for chaining.  | 
      
setPageSize(int value)
public ListUsableSubnetworksRequest.Builder setPageSize(int value) The max number of results per page that should be returned. If the number
 of available results is larger than page_size, a next_page_token is
 returned which can be used to get the next page of results in subsequent
 requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
 int32 page_size = 3;
| Name | Description | 
value | 
        intThe pageSize to set.  | 
      
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        This builder for chaining.  | 
      
setPageToken(String value)
public ListUsableSubnetworksRequest.Builder setPageToken(String value)Specifies a page token to use. Set this to the nextPageToken returned by previous list requests to get the next page of results.
 string page_token = 4;
| Name | Description | 
value | 
        StringThe pageToken to set.  | 
      
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        This builder for chaining.  | 
      
setPageTokenBytes(ByteString value)
public ListUsableSubnetworksRequest.Builder setPageTokenBytes(ByteString value)Specifies a page token to use. Set this to the nextPageToken returned by previous list requests to get the next page of results.
 string page_token = 4;
| Name | Description | 
value | 
        ByteStringThe bytes for pageToken to set.  | 
      
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        This builder for chaining.  | 
      
setParent(String value)
public ListUsableSubnetworksRequest.Builder setParent(String value) Required. The parent project where subnetworks are usable.
 Specified in the format projects/*.
 string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description | 
value | 
        StringThe parent to set.  | 
      
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        This builder for chaining.  | 
      
setParentBytes(ByteString value)
public ListUsableSubnetworksRequest.Builder setParentBytes(ByteString value) Required. The parent project where subnetworks are usable.
 Specified in the format projects/*.
 string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description | 
value | 
        ByteStringThe bytes for parent to set.  | 
      
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListUsableSubnetworksRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Type | Description | 
ListUsableSubnetworksRequest.Builder | 
        
setUnknownFields(UnknownFieldSet unknownFields)
public final ListUsableSubnetworksRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Type | Description | 
ListUsableSubnetworksRequest.Builder |