Class Hub.Builder

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

    public static final class Hub.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Hub.Builder>
    implements HubOrBuilder
     Network Connectivity Center is a hub-and-spoke abstraction for
     network connectivity management in Google Cloud. It reduces
     operational complexity through a simple, centralized connectivity management
     model. Following is the resource message of a hub.
     
    Protobuf type google.cloud.networkconnectivity.v1alpha1.Hub
    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Hub.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Hub.Builder>
      • internalGetFieldAccessorTable

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

        public Hub.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<Hub.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<Hub.Builder>
      • getDefaultInstanceForType

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

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

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

        public Hub.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<Hub.Builder>
      • setField

        public Hub.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<Hub.Builder>
      • clearField

        public Hub.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<Hub.Builder>
      • clearOneof

        public Hub.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<Hub.Builder>
      • setRepeatedField

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

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

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

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

        public Hub.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<Hub.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Immutable. The name of a Hub resource.
         
        string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getName in interface HubOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Immutable. The name of a Hub resource.
         
        string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getNameBytes in interface HubOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Hub.Builder setName​(String value)
         Immutable. The name of a Hub resource.
         
        string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Hub.Builder clearName()
         Immutable. The name of a Hub resource.
         
        string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        This builder for chaining.
      • setNameBytes

        public Hub.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Immutable. The name of a Hub resource.
         
        string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • hasCreateTime

        public boolean hasCreateTime()
         Time when the Hub was created.
         
        .google.protobuf.Timestamp create_time = 2;
        Specified by:
        hasCreateTime in interface HubOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Time when the Hub was created.
         
        .google.protobuf.Timestamp create_time = 2;
        Specified by:
        getCreateTime in interface HubOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public Hub.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Time when the Hub was created.
         
        .google.protobuf.Timestamp create_time = 2;
      • setCreateTime

        public Hub.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Time when the Hub was created.
         
        .google.protobuf.Timestamp create_time = 2;
      • mergeCreateTime

        public Hub.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Time when the Hub was created.
         
        .google.protobuf.Timestamp create_time = 2;
      • clearCreateTime

        public Hub.Builder clearCreateTime()
         Time when the Hub was created.
         
        .google.protobuf.Timestamp create_time = 2;
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Time when the Hub was created.
         
        .google.protobuf.Timestamp create_time = 2;
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Time when the Hub was created.
         
        .google.protobuf.Timestamp create_time = 2;
        Specified by:
        getCreateTimeOrBuilder in interface HubOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
         Time when the Hub was updated.
         
        .google.protobuf.Timestamp update_time = 3;
        Specified by:
        hasUpdateTime in interface HubOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
         Time when the Hub was updated.
         
        .google.protobuf.Timestamp update_time = 3;
        Specified by:
        getUpdateTime in interface HubOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public Hub.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Time when the Hub was updated.
         
        .google.protobuf.Timestamp update_time = 3;
      • setUpdateTime

        public Hub.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Time when the Hub was updated.
         
        .google.protobuf.Timestamp update_time = 3;
      • mergeUpdateTime

        public Hub.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Time when the Hub was updated.
         
        .google.protobuf.Timestamp update_time = 3;
      • clearUpdateTime

        public Hub.Builder clearUpdateTime()
         Time when the Hub was updated.
         
        .google.protobuf.Timestamp update_time = 3;
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Time when the Hub was updated.
         
        .google.protobuf.Timestamp update_time = 3;
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Time when the Hub was updated.
         
        .google.protobuf.Timestamp update_time = 3;
        Specified by:
        getUpdateTimeOrBuilder in interface HubOrBuilder
      • getLabelsCount

        public int getLabelsCount()
        Description copied from interface: HubOrBuilder
         User-defined labels.
         
        map<string, string> labels = 4;
        Specified by:
        getLabelsCount in interface HubOrBuilder
      • containsLabels

        public boolean containsLabels​(String key)
         User-defined labels.
         
        map<string, string> labels = 4;
        Specified by:
        containsLabels in interface HubOrBuilder
      • removeLabels

        public Hub.Builder removeLabels​(String key)
         User-defined labels.
         
        map<string, string> labels = 4;
      • getMutableLabels

        @Deprecated
        public Map<String,​String> getMutableLabels()
        Deprecated.
        Use alternate mutation accessors instead.
      • putLabels

        public Hub.Builder putLabels​(String key,
                                     String value)
         User-defined labels.
         
        map<string, string> labels = 4;
      • putAllLabels

        public Hub.Builder putAllLabels​(Map<String,​String> values)
         User-defined labels.
         
        map<string, string> labels = 4;
      • getDescription

        public String getDescription()
         Short description of the hub resource.
         
        string description = 5;
        Specified by:
        getDescription in interface HubOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         Short description of the hub resource.
         
        string description = 5;
        Specified by:
        getDescriptionBytes in interface HubOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public Hub.Builder setDescription​(String value)
         Short description of the hub resource.
         
        string description = 5;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public Hub.Builder clearDescription()
         Short description of the hub resource.
         
        string description = 5;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public Hub.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         Short description of the hub resource.
         
        string description = 5;
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • getSpokesList

        public com.google.protobuf.ProtocolStringList getSpokesList()
         Output only. A list of the URIs of all attached spokes
         
        repeated string spokes = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getSpokesList in interface HubOrBuilder
        Returns:
        A list containing the spokes.
      • getSpokesCount

        public int getSpokesCount()
         Output only. A list of the URIs of all attached spokes
         
        repeated string spokes = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getSpokesCount in interface HubOrBuilder
        Returns:
        The count of spokes.
      • getSpokes

        public String getSpokes​(int index)
         Output only. A list of the URIs of all attached spokes
         
        repeated string spokes = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getSpokes in interface HubOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The spokes at the given index.
      • getSpokesBytes

        public com.google.protobuf.ByteString getSpokesBytes​(int index)
         Output only. A list of the URIs of all attached spokes
         
        repeated string spokes = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getSpokesBytes in interface HubOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the spokes at the given index.
      • setSpokes

        public Hub.Builder setSpokes​(int index,
                                     String value)
         Output only. A list of the URIs of all attached spokes
         
        repeated string spokes = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        index - The index to set the value at.
        value - The spokes to set.
        Returns:
        This builder for chaining.
      • addSpokes

        public Hub.Builder addSpokes​(String value)
         Output only. A list of the URIs of all attached spokes
         
        repeated string spokes = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The spokes to add.
        Returns:
        This builder for chaining.
      • addAllSpokes

        public Hub.Builder addAllSpokes​(Iterable<String> values)
         Output only. A list of the URIs of all attached spokes
         
        repeated string spokes = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        values - The spokes to add.
        Returns:
        This builder for chaining.
      • clearSpokes

        public Hub.Builder clearSpokes()
         Output only. A list of the URIs of all attached spokes
         
        repeated string spokes = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • addSpokesBytes

        public Hub.Builder addSpokesBytes​(com.google.protobuf.ByteString value)
         Output only. A list of the URIs of all attached spokes
         
        repeated string spokes = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes of the spokes to add.
        Returns:
        This builder for chaining.
      • getUniqueId

        public String getUniqueId()
         Output only. Google-generated UUID for this resource. This is unique across all Hub
         resources. If a Hub resource is deleted and another with the same name is
         created, it gets a different unique_id.
         
        string unique_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUniqueId in interface HubOrBuilder
        Returns:
        The uniqueId.
      • getUniqueIdBytes

        public com.google.protobuf.ByteString getUniqueIdBytes()
         Output only. Google-generated UUID for this resource. This is unique across all Hub
         resources. If a Hub resource is deleted and another with the same name is
         created, it gets a different unique_id.
         
        string unique_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUniqueIdBytes in interface HubOrBuilder
        Returns:
        The bytes for uniqueId.
      • setUniqueId

        public Hub.Builder setUniqueId​(String value)
         Output only. Google-generated UUID for this resource. This is unique across all Hub
         resources. If a Hub resource is deleted and another with the same name is
         created, it gets a different unique_id.
         
        string unique_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The uniqueId to set.
        Returns:
        This builder for chaining.
      • clearUniqueId

        public Hub.Builder clearUniqueId()
         Output only. Google-generated UUID for this resource. This is unique across all Hub
         resources. If a Hub resource is deleted and another with the same name is
         created, it gets a different unique_id.
         
        string unique_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setUniqueIdBytes

        public Hub.Builder setUniqueIdBytes​(com.google.protobuf.ByteString value)
         Output only. Google-generated UUID for this resource. This is unique across all Hub
         resources. If a Hub resource is deleted and another with the same name is
         created, it gets a different unique_id.
         
        string unique_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for uniqueId to set.
        Returns:
        This builder for chaining.
      • getStateValue

        public int getStateValue()
         Output only. The current lifecycle state of this Hub.
         
        .google.cloud.networkconnectivity.v1alpha1.State state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateValue in interface HubOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • setStateValue

        public Hub.Builder setStateValue​(int value)
         Output only. The current lifecycle state of this Hub.
         
        .google.cloud.networkconnectivity.v1alpha1.State state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for state to set.
        Returns:
        This builder for chaining.
      • getState

        public State getState()
         Output only. The current lifecycle state of this Hub.
         
        .google.cloud.networkconnectivity.v1alpha1.State state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getState in interface HubOrBuilder
        Returns:
        The state.
      • setState

        public Hub.Builder setState​(State value)
         Output only. The current lifecycle state of this Hub.
         
        .google.cloud.networkconnectivity.v1alpha1.State state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The state to set.
        Returns:
        This builder for chaining.
      • clearState

        public Hub.Builder clearState()
         Output only. The current lifecycle state of this Hub.
         
        .google.cloud.networkconnectivity.v1alpha1.State state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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