Class InstanceList.Builder

  • All Implemented Interfaces:
    InstanceListOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    InstanceList

    public static final class InstanceList.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<InstanceList.Builder>
    implements InstanceListOrBuilder
     Contains a list of instances.
     
    Protobuf type google.cloud.compute.v1.InstanceList
    • 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<InstanceList.Builder>
      • clear

        public InstanceList.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceList.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<InstanceList.Builder>
      • getDefaultInstanceForType

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

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

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

        public InstanceList.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceList.Builder>
      • setField

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

        public InstanceList.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceList.Builder>
      • clearOneof

        public InstanceList.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceList.Builder>
      • setRepeatedField

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

        public InstanceList.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<InstanceList.Builder>
      • mergeFrom

        public InstanceList.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<InstanceList.Builder>
      • isInitialized

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

        public InstanceList.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<InstanceList.Builder>
        Throws:
        IOException
      • hasId

        public boolean hasId()
         [Output Only] Unique identifier for the resource; defined by the server.
         
        optional string id = 3355;
        Specified by:
        hasId in interface InstanceListOrBuilder
        Returns:
        Whether the id field is set.
      • getId

        public String getId()
         [Output Only] Unique identifier for the resource; defined by the server.
         
        optional string id = 3355;
        Specified by:
        getId in interface InstanceListOrBuilder
        Returns:
        The id.
      • getIdBytes

        public com.google.protobuf.ByteString getIdBytes()
         [Output Only] Unique identifier for the resource; defined by the server.
         
        optional string id = 3355;
        Specified by:
        getIdBytes in interface InstanceListOrBuilder
        Returns:
        The bytes for id.
      • setId

        public InstanceList.Builder setId​(String value)
         [Output Only] Unique identifier for the resource; defined by the server.
         
        optional string id = 3355;
        Parameters:
        value - The id to set.
        Returns:
        This builder for chaining.
      • clearId

        public InstanceList.Builder clearId()
         [Output Only] Unique identifier for the resource; defined by the server.
         
        optional string id = 3355;
        Returns:
        This builder for chaining.
      • setIdBytes

        public InstanceList.Builder setIdBytes​(com.google.protobuf.ByteString value)
         [Output Only] Unique identifier for the resource; defined by the server.
         
        optional string id = 3355;
        Parameters:
        value - The bytes for id to set.
        Returns:
        This builder for chaining.
      • getItemsCount

        public int getItemsCount()
         A list of Instance resources.
         
        repeated .google.cloud.compute.v1.Instance items = 100526016;
        Specified by:
        getItemsCount in interface InstanceListOrBuilder
      • getItems

        public Instance getItems​(int index)
         A list of Instance resources.
         
        repeated .google.cloud.compute.v1.Instance items = 100526016;
        Specified by:
        getItems in interface InstanceListOrBuilder
      • setItems

        public InstanceList.Builder setItems​(int index,
                                             Instance value)
         A list of Instance resources.
         
        repeated .google.cloud.compute.v1.Instance items = 100526016;
      • setItems

        public InstanceList.Builder setItems​(int index,
                                             Instance.Builder builderForValue)
         A list of Instance resources.
         
        repeated .google.cloud.compute.v1.Instance items = 100526016;
      • addItems

        public InstanceList.Builder addItems​(Instance value)
         A list of Instance resources.
         
        repeated .google.cloud.compute.v1.Instance items = 100526016;
      • addItems

        public InstanceList.Builder addItems​(int index,
                                             Instance value)
         A list of Instance resources.
         
        repeated .google.cloud.compute.v1.Instance items = 100526016;
      • addItems

        public InstanceList.Builder addItems​(int index,
                                             Instance.Builder builderForValue)
         A list of Instance resources.
         
        repeated .google.cloud.compute.v1.Instance items = 100526016;
      • addAllItems

        public InstanceList.Builder addAllItems​(Iterable<? extends Instance> values)
         A list of Instance resources.
         
        repeated .google.cloud.compute.v1.Instance items = 100526016;
      • clearItems

        public InstanceList.Builder clearItems()
         A list of Instance resources.
         
        repeated .google.cloud.compute.v1.Instance items = 100526016;
      • removeItems

        public InstanceList.Builder removeItems​(int index)
         A list of Instance resources.
         
        repeated .google.cloud.compute.v1.Instance items = 100526016;
      • getItemsBuilder

        public Instance.Builder getItemsBuilder​(int index)
         A list of Instance resources.
         
        repeated .google.cloud.compute.v1.Instance items = 100526016;
      • addItemsBuilder

        public Instance.Builder addItemsBuilder()
         A list of Instance resources.
         
        repeated .google.cloud.compute.v1.Instance items = 100526016;
      • addItemsBuilder

        public Instance.Builder addItemsBuilder​(int index)
         A list of Instance resources.
         
        repeated .google.cloud.compute.v1.Instance items = 100526016;
      • getItemsBuilderList

        public List<Instance.Builder> getItemsBuilderList()
         A list of Instance resources.
         
        repeated .google.cloud.compute.v1.Instance items = 100526016;
      • hasKind

        public boolean hasKind()
         [Output Only] Type of resource. Always compute#instanceList for lists of Instance resources.
         
        optional string kind = 3292052;
        Specified by:
        hasKind in interface InstanceListOrBuilder
        Returns:
        Whether the kind field is set.
      • getKind

        public String getKind()
         [Output Only] Type of resource. Always compute#instanceList for lists of Instance resources.
         
        optional string kind = 3292052;
        Specified by:
        getKind in interface InstanceListOrBuilder
        Returns:
        The kind.
      • getKindBytes

        public com.google.protobuf.ByteString getKindBytes()
         [Output Only] Type of resource. Always compute#instanceList for lists of Instance resources.
         
        optional string kind = 3292052;
        Specified by:
        getKindBytes in interface InstanceListOrBuilder
        Returns:
        The bytes for kind.
      • setKind

        public InstanceList.Builder setKind​(String value)
         [Output Only] Type of resource. Always compute#instanceList for lists of Instance resources.
         
        optional string kind = 3292052;
        Parameters:
        value - The kind to set.
        Returns:
        This builder for chaining.
      • clearKind

        public InstanceList.Builder clearKind()
         [Output Only] Type of resource. Always compute#instanceList for lists of Instance resources.
         
        optional string kind = 3292052;
        Returns:
        This builder for chaining.
      • setKindBytes

        public InstanceList.Builder setKindBytes​(com.google.protobuf.ByteString value)
         [Output Only] Type of resource. Always compute#instanceList for lists of Instance resources.
         
        optional string kind = 3292052;
        Parameters:
        value - The bytes for kind to set.
        Returns:
        This builder for chaining.
      • hasNextPageToken

        public boolean hasNextPageToken()
         [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
         
        optional string next_page_token = 79797525;
        Specified by:
        hasNextPageToken in interface InstanceListOrBuilder
        Returns:
        Whether the nextPageToken field is set.
      • getNextPageToken

        public String getNextPageToken()
         [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
         
        optional string next_page_token = 79797525;
        Specified by:
        getNextPageToken in interface InstanceListOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
         
        optional string next_page_token = 79797525;
        Specified by:
        getNextPageTokenBytes in interface InstanceListOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public InstanceList.Builder setNextPageToken​(String value)
         [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
         
        optional string next_page_token = 79797525;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public InstanceList.Builder clearNextPageToken()
         [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
         
        optional string next_page_token = 79797525;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public InstanceList.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
         
        optional string next_page_token = 79797525;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.
      • hasSelfLink

        public boolean hasSelfLink()
         [Output Only] Server-defined URL for this resource.
         
        optional string self_link = 456214797;
        Specified by:
        hasSelfLink in interface InstanceListOrBuilder
        Returns:
        Whether the selfLink field is set.
      • getSelfLink

        public String getSelfLink()
         [Output Only] Server-defined URL for this resource.
         
        optional string self_link = 456214797;
        Specified by:
        getSelfLink in interface InstanceListOrBuilder
        Returns:
        The selfLink.
      • getSelfLinkBytes

        public com.google.protobuf.ByteString getSelfLinkBytes()
         [Output Only] Server-defined URL for this resource.
         
        optional string self_link = 456214797;
        Specified by:
        getSelfLinkBytes in interface InstanceListOrBuilder
        Returns:
        The bytes for selfLink.
      • setSelfLink

        public InstanceList.Builder setSelfLink​(String value)
         [Output Only] Server-defined URL for this resource.
         
        optional string self_link = 456214797;
        Parameters:
        value - The selfLink to set.
        Returns:
        This builder for chaining.
      • clearSelfLink

        public InstanceList.Builder clearSelfLink()
         [Output Only] Server-defined URL for this resource.
         
        optional string self_link = 456214797;
        Returns:
        This builder for chaining.
      • setSelfLinkBytes

        public InstanceList.Builder setSelfLinkBytes​(com.google.protobuf.ByteString value)
         [Output Only] Server-defined URL for this resource.
         
        optional string self_link = 456214797;
        Parameters:
        value - The bytes for selfLink to set.
        Returns:
        This builder for chaining.
      • hasWarning

        public boolean hasWarning()
         [Output Only] Informational warning message.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Specified by:
        hasWarning in interface InstanceListOrBuilder
        Returns:
        Whether the warning field is set.
      • getWarning

        public Warning getWarning()
         [Output Only] Informational warning message.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Specified by:
        getWarning in interface InstanceListOrBuilder
        Returns:
        The warning.
      • setWarning

        public InstanceList.Builder setWarning​(Warning value)
         [Output Only] Informational warning message.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • setWarning

        public InstanceList.Builder setWarning​(Warning.Builder builderForValue)
         [Output Only] Informational warning message.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • mergeWarning

        public InstanceList.Builder mergeWarning​(Warning value)
         [Output Only] Informational warning message.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • clearWarning

        public InstanceList.Builder clearWarning()
         [Output Only] Informational warning message.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • getWarningBuilder

        public Warning.Builder getWarningBuilder()
         [Output Only] Informational warning message.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • setUnknownFields

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

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