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

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

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

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

        public ListPrivateCloudsResponse.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<ListPrivateCloudsResponse.Builder>
      • isInitialized

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

        public ListPrivateCloudsResponse.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<ListPrivateCloudsResponse.Builder>
        Throws:
        IOException
      • clearPrivateClouds

        public ListPrivateCloudsResponse.Builder clearPrivateClouds()
         A list of private clouds.
         
        repeated .google.cloud.vmwareengine.v1.PrivateCloud private_clouds = 1;
      • removePrivateClouds

        public ListPrivateCloudsResponse.Builder removePrivateClouds​(int index)
         A list of private clouds.
         
        repeated .google.cloud.vmwareengine.v1.PrivateCloud private_clouds = 1;
      • getPrivateCloudsBuilder

        public PrivateCloud.Builder getPrivateCloudsBuilder​(int index)
         A list of private clouds.
         
        repeated .google.cloud.vmwareengine.v1.PrivateCloud private_clouds = 1;
      • addPrivateCloudsBuilder

        public PrivateCloud.Builder addPrivateCloudsBuilder()
         A list of private clouds.
         
        repeated .google.cloud.vmwareengine.v1.PrivateCloud private_clouds = 1;
      • addPrivateCloudsBuilder

        public PrivateCloud.Builder addPrivateCloudsBuilder​(int index)
         A list of private clouds.
         
        repeated .google.cloud.vmwareengine.v1.PrivateCloud private_clouds = 1;
      • getPrivateCloudsBuilderList

        public List<PrivateCloud.Builder> getPrivateCloudsBuilderList()
         A list of private clouds.
         
        repeated .google.cloud.vmwareengine.v1.PrivateCloud private_clouds = 1;
      • getNextPageToken

        public String getNextPageToken()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Specified by:
        getNextPageToken in interface ListPrivateCloudsResponseOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Specified by:
        getNextPageTokenBytes in interface ListPrivateCloudsResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListPrivateCloudsResponse.Builder setNextPageToken​(String value)
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListPrivateCloudsResponse.Builder clearNextPageToken()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListPrivateCloudsResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.
      • getUnreachableList

        public com.google.protobuf.ProtocolStringList getUnreachableList()
         Locations that could not be reached when making an aggregated query using
         wildcards.
         
        repeated string unreachable = 3;
        Specified by:
        getUnreachableList in interface ListPrivateCloudsResponseOrBuilder
        Returns:
        A list containing the unreachable.
      • getUnreachableCount

        public int getUnreachableCount()
         Locations that could not be reached when making an aggregated query using
         wildcards.
         
        repeated string unreachable = 3;
        Specified by:
        getUnreachableCount in interface ListPrivateCloudsResponseOrBuilder
        Returns:
        The count of unreachable.
      • getUnreachable

        public String getUnreachable​(int index)
         Locations that could not be reached when making an aggregated query using
         wildcards.
         
        repeated string unreachable = 3;
        Specified by:
        getUnreachable in interface ListPrivateCloudsResponseOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The unreachable at the given index.
      • getUnreachableBytes

        public com.google.protobuf.ByteString getUnreachableBytes​(int index)
         Locations that could not be reached when making an aggregated query using
         wildcards.
         
        repeated string unreachable = 3;
        Specified by:
        getUnreachableBytes in interface ListPrivateCloudsResponseOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the unreachable at the given index.
      • setUnreachable

        public ListPrivateCloudsResponse.Builder setUnreachable​(int index,
                                                                String value)
         Locations that could not be reached when making an aggregated query using
         wildcards.
         
        repeated string unreachable = 3;
        Parameters:
        index - The index to set the value at.
        value - The unreachable to set.
        Returns:
        This builder for chaining.
      • addUnreachable

        public ListPrivateCloudsResponse.Builder addUnreachable​(String value)
         Locations that could not be reached when making an aggregated query using
         wildcards.
         
        repeated string unreachable = 3;
        Parameters:
        value - The unreachable to add.
        Returns:
        This builder for chaining.
      • addAllUnreachable

        public ListPrivateCloudsResponse.Builder addAllUnreachable​(Iterable<String> values)
         Locations that could not be reached when making an aggregated query using
         wildcards.
         
        repeated string unreachable = 3;
        Parameters:
        values - The unreachable to add.
        Returns:
        This builder for chaining.
      • clearUnreachable

        public ListPrivateCloudsResponse.Builder clearUnreachable()
         Locations that could not be reached when making an aggregated query using
         wildcards.
         
        repeated string unreachable = 3;
        Returns:
        This builder for chaining.
      • addUnreachableBytes

        public ListPrivateCloudsResponse.Builder addUnreachableBytes​(com.google.protobuf.ByteString value)
         Locations that could not be reached when making an aggregated query using
         wildcards.
         
        repeated string unreachable = 3;
        Parameters:
        value - The bytes of the unreachable to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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