Class Instance.Builder

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

    public static final class Instance.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Instance.Builder>
    implements InstanceOrBuilder
     The definition of a notebook instance.
     
    Protobuf type google.cloud.notebooks.v2.Instance
    • 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<Instance.Builder>
      • internalGetMutableMapField

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public String getName()
         Output only. The name of this notebook instance. Format:
         `projects/{project_id}/locations/{location}/instances/{instance_id}`
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getName in interface InstanceOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Output only. The name of this notebook instance. Format:
         `projects/{project_id}/locations/{location}/instances/{instance_id}`
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getNameBytes in interface InstanceOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Instance.Builder setName​(String value)
         Output only. The name of this notebook instance. Format:
         `projects/{project_id}/locations/{location}/instances/{instance_id}`
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Instance.Builder clearName()
         Output only. The name of this notebook instance. Format:
         `projects/{project_id}/locations/{location}/instances/{instance_id}`
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setNameBytes

        public Instance.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Output only. The name of this notebook instance. Format:
         `projects/{project_id}/locations/{location}/instances/{instance_id}`
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • hasGceSetup

        public boolean hasGceSetup()
         Optional. Compute Engine setup for the notebook. Uses notebook-defined
         fields.
         
        .google.cloud.notebooks.v2.GceSetup gce_setup = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasGceSetup in interface InstanceOrBuilder
        Returns:
        Whether the gceSetup field is set.
      • getGceSetup

        public GceSetup getGceSetup()
         Optional. Compute Engine setup for the notebook. Uses notebook-defined
         fields.
         
        .google.cloud.notebooks.v2.GceSetup gce_setup = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getGceSetup in interface InstanceOrBuilder
        Returns:
        The gceSetup.
      • setGceSetup

        public Instance.Builder setGceSetup​(GceSetup value)
         Optional. Compute Engine setup for the notebook. Uses notebook-defined
         fields.
         
        .google.cloud.notebooks.v2.GceSetup gce_setup = 2 [(.google.api.field_behavior) = OPTIONAL];
      • setGceSetup

        public Instance.Builder setGceSetup​(GceSetup.Builder builderForValue)
         Optional. Compute Engine setup for the notebook. Uses notebook-defined
         fields.
         
        .google.cloud.notebooks.v2.GceSetup gce_setup = 2 [(.google.api.field_behavior) = OPTIONAL];
      • mergeGceSetup

        public Instance.Builder mergeGceSetup​(GceSetup value)
         Optional. Compute Engine setup for the notebook. Uses notebook-defined
         fields.
         
        .google.cloud.notebooks.v2.GceSetup gce_setup = 2 [(.google.api.field_behavior) = OPTIONAL];
      • clearGceSetup

        public Instance.Builder clearGceSetup()
         Optional. Compute Engine setup for the notebook. Uses notebook-defined
         fields.
         
        .google.cloud.notebooks.v2.GceSetup gce_setup = 2 [(.google.api.field_behavior) = OPTIONAL];
      • getGceSetupBuilder

        public GceSetup.Builder getGceSetupBuilder()
         Optional. Compute Engine setup for the notebook. Uses notebook-defined
         fields.
         
        .google.cloud.notebooks.v2.GceSetup gce_setup = 2 [(.google.api.field_behavior) = OPTIONAL];
      • getGceSetupOrBuilder

        public GceSetupOrBuilder getGceSetupOrBuilder()
         Optional. Compute Engine setup for the notebook. Uses notebook-defined
         fields.
         
        .google.cloud.notebooks.v2.GceSetup gce_setup = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getGceSetupOrBuilder in interface InstanceOrBuilder
      • getProxyUri

        public String getProxyUri()
         Output only. The proxy endpoint that is used to access the Jupyter
         notebook.
         
        string proxy_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getProxyUri in interface InstanceOrBuilder
        Returns:
        The proxyUri.
      • getProxyUriBytes

        public com.google.protobuf.ByteString getProxyUriBytes()
         Output only. The proxy endpoint that is used to access the Jupyter
         notebook.
         
        string proxy_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getProxyUriBytes in interface InstanceOrBuilder
        Returns:
        The bytes for proxyUri.
      • setProxyUri

        public Instance.Builder setProxyUri​(String value)
         Output only. The proxy endpoint that is used to access the Jupyter
         notebook.
         
        string proxy_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The proxyUri to set.
        Returns:
        This builder for chaining.
      • clearProxyUri

        public Instance.Builder clearProxyUri()
         Output only. The proxy endpoint that is used to access the Jupyter
         notebook.
         
        string proxy_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setProxyUriBytes

        public Instance.Builder setProxyUriBytes​(com.google.protobuf.ByteString value)
         Output only. The proxy endpoint that is used to access the Jupyter
         notebook.
         
        string proxy_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for proxyUri to set.
        Returns:
        This builder for chaining.
      • getInstanceOwnersList

        public com.google.protobuf.ProtocolStringList getInstanceOwnersList()
         Optional. Input only. The owner of this instance after creation. Format:
         `alias@example.com`
        
         Currently supports one owner only. If not specified, all of the service
         account users of your VM instance's service account can use
         the instance.
         
        repeated string instance_owners = 4 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getInstanceOwnersList in interface InstanceOrBuilder
        Returns:
        A list containing the instanceOwners.
      • getInstanceOwnersCount

        public int getInstanceOwnersCount()
         Optional. Input only. The owner of this instance after creation. Format:
         `alias@example.com`
        
         Currently supports one owner only. If not specified, all of the service
         account users of your VM instance's service account can use
         the instance.
         
        repeated string instance_owners = 4 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getInstanceOwnersCount in interface InstanceOrBuilder
        Returns:
        The count of instanceOwners.
      • getInstanceOwners

        public String getInstanceOwners​(int index)
         Optional. Input only. The owner of this instance after creation. Format:
         `alias@example.com`
        
         Currently supports one owner only. If not specified, all of the service
         account users of your VM instance's service account can use
         the instance.
         
        repeated string instance_owners = 4 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getInstanceOwners in interface InstanceOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The instanceOwners at the given index.
      • getInstanceOwnersBytes

        public com.google.protobuf.ByteString getInstanceOwnersBytes​(int index)
         Optional. Input only. The owner of this instance after creation. Format:
         `alias@example.com`
        
         Currently supports one owner only. If not specified, all of the service
         account users of your VM instance's service account can use
         the instance.
         
        repeated string instance_owners = 4 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getInstanceOwnersBytes in interface InstanceOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the instanceOwners at the given index.
      • setInstanceOwners

        public Instance.Builder setInstanceOwners​(int index,
                                                  String value)
         Optional. Input only. The owner of this instance after creation. Format:
         `alias@example.com`
        
         Currently supports one owner only. If not specified, all of the service
         account users of your VM instance's service account can use
         the instance.
         
        repeated string instance_owners = 4 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
        Parameters:
        index - The index to set the value at.
        value - The instanceOwners to set.
        Returns:
        This builder for chaining.
      • addInstanceOwners

        public Instance.Builder addInstanceOwners​(String value)
         Optional. Input only. The owner of this instance after creation. Format:
         `alias@example.com`
        
         Currently supports one owner only. If not specified, all of the service
         account users of your VM instance's service account can use
         the instance.
         
        repeated string instance_owners = 4 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The instanceOwners to add.
        Returns:
        This builder for chaining.
      • addAllInstanceOwners

        public Instance.Builder addAllInstanceOwners​(Iterable<String> values)
         Optional. Input only. The owner of this instance after creation. Format:
         `alias@example.com`
        
         Currently supports one owner only. If not specified, all of the service
         account users of your VM instance's service account can use
         the instance.
         
        repeated string instance_owners = 4 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
        Parameters:
        values - The instanceOwners to add.
        Returns:
        This builder for chaining.
      • clearInstanceOwners

        public Instance.Builder clearInstanceOwners()
         Optional. Input only. The owner of this instance after creation. Format:
         `alias@example.com`
        
         Currently supports one owner only. If not specified, all of the service
         account users of your VM instance's service account can use
         the instance.
         
        repeated string instance_owners = 4 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • addInstanceOwnersBytes

        public Instance.Builder addInstanceOwnersBytes​(com.google.protobuf.ByteString value)
         Optional. Input only. The owner of this instance after creation. Format:
         `alias@example.com`
        
         Currently supports one owner only. If not specified, all of the service
         account users of your VM instance's service account can use
         the instance.
         
        repeated string instance_owners = 4 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes of the instanceOwners to add.
        Returns:
        This builder for chaining.
      • getCreator

        public String getCreator()
         Output only. Email address of entity that sent original CreateInstance
         request.
         
        string creator = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreator in interface InstanceOrBuilder
        Returns:
        The creator.
      • getCreatorBytes

        public com.google.protobuf.ByteString getCreatorBytes()
         Output only. Email address of entity that sent original CreateInstance
         request.
         
        string creator = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreatorBytes in interface InstanceOrBuilder
        Returns:
        The bytes for creator.
      • setCreator

        public Instance.Builder setCreator​(String value)
         Output only. Email address of entity that sent original CreateInstance
         request.
         
        string creator = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The creator to set.
        Returns:
        This builder for chaining.
      • clearCreator

        public Instance.Builder clearCreator()
         Output only. Email address of entity that sent original CreateInstance
         request.
         
        string creator = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setCreatorBytes

        public Instance.Builder setCreatorBytes​(com.google.protobuf.ByteString value)
         Output only. Email address of entity that sent original CreateInstance
         request.
         
        string creator = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for creator to set.
        Returns:
        This builder for chaining.
      • getStateValue

        public int getStateValue()
         Output only. The state of this instance.
         
        .google.cloud.notebooks.v2.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateValue in interface InstanceOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • setStateValue

        public Instance.Builder setStateValue​(int value)
         Output only. The state of this instance.
         
        .google.cloud.notebooks.v2.State state = 6 [(.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 state of this instance.
         
        .google.cloud.notebooks.v2.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getState in interface InstanceOrBuilder
        Returns:
        The state.
      • setState

        public Instance.Builder setState​(State value)
         Output only. The state of this instance.
         
        .google.cloud.notebooks.v2.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The state to set.
        Returns:
        This builder for chaining.
      • clearState

        public Instance.Builder clearState()
         Output only. The state of this instance.
         
        .google.cloud.notebooks.v2.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getUpgradeHistoryList

        public List<UpgradeHistoryEntry> getUpgradeHistoryList()
         Output only. The upgrade history of this instance.
         
        repeated .google.cloud.notebooks.v2.UpgradeHistoryEntry upgrade_history = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpgradeHistoryList in interface InstanceOrBuilder
      • getUpgradeHistoryCount

        public int getUpgradeHistoryCount()
         Output only. The upgrade history of this instance.
         
        repeated .google.cloud.notebooks.v2.UpgradeHistoryEntry upgrade_history = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpgradeHistoryCount in interface InstanceOrBuilder
      • getUpgradeHistory

        public UpgradeHistoryEntry getUpgradeHistory​(int index)
         Output only. The upgrade history of this instance.
         
        repeated .google.cloud.notebooks.v2.UpgradeHistoryEntry upgrade_history = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpgradeHistory in interface InstanceOrBuilder
      • setUpgradeHistory

        public Instance.Builder setUpgradeHistory​(int index,
                                                  UpgradeHistoryEntry value)
         Output only. The upgrade history of this instance.
         
        repeated .google.cloud.notebooks.v2.UpgradeHistoryEntry upgrade_history = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUpgradeHistory

        public Instance.Builder setUpgradeHistory​(int index,
                                                  UpgradeHistoryEntry.Builder builderForValue)
         Output only. The upgrade history of this instance.
         
        repeated .google.cloud.notebooks.v2.UpgradeHistoryEntry upgrade_history = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addUpgradeHistory

        public Instance.Builder addUpgradeHistory​(UpgradeHistoryEntry value)
         Output only. The upgrade history of this instance.
         
        repeated .google.cloud.notebooks.v2.UpgradeHistoryEntry upgrade_history = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addUpgradeHistory

        public Instance.Builder addUpgradeHistory​(int index,
                                                  UpgradeHistoryEntry value)
         Output only. The upgrade history of this instance.
         
        repeated .google.cloud.notebooks.v2.UpgradeHistoryEntry upgrade_history = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addUpgradeHistory

        public Instance.Builder addUpgradeHistory​(UpgradeHistoryEntry.Builder builderForValue)
         Output only. The upgrade history of this instance.
         
        repeated .google.cloud.notebooks.v2.UpgradeHistoryEntry upgrade_history = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addUpgradeHistory

        public Instance.Builder addUpgradeHistory​(int index,
                                                  UpgradeHistoryEntry.Builder builderForValue)
         Output only. The upgrade history of this instance.
         
        repeated .google.cloud.notebooks.v2.UpgradeHistoryEntry upgrade_history = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAllUpgradeHistory

        public Instance.Builder addAllUpgradeHistory​(Iterable<? extends UpgradeHistoryEntry> values)
         Output only. The upgrade history of this instance.
         
        repeated .google.cloud.notebooks.v2.UpgradeHistoryEntry upgrade_history = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearUpgradeHistory

        public Instance.Builder clearUpgradeHistory()
         Output only. The upgrade history of this instance.
         
        repeated .google.cloud.notebooks.v2.UpgradeHistoryEntry upgrade_history = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • removeUpgradeHistory

        public Instance.Builder removeUpgradeHistory​(int index)
         Output only. The upgrade history of this instance.
         
        repeated .google.cloud.notebooks.v2.UpgradeHistoryEntry upgrade_history = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpgradeHistoryBuilder

        public UpgradeHistoryEntry.Builder getUpgradeHistoryBuilder​(int index)
         Output only. The upgrade history of this instance.
         
        repeated .google.cloud.notebooks.v2.UpgradeHistoryEntry upgrade_history = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpgradeHistoryOrBuilder

        public UpgradeHistoryEntryOrBuilder getUpgradeHistoryOrBuilder​(int index)
         Output only. The upgrade history of this instance.
         
        repeated .google.cloud.notebooks.v2.UpgradeHistoryEntry upgrade_history = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpgradeHistoryOrBuilder in interface InstanceOrBuilder
      • addUpgradeHistoryBuilder

        public UpgradeHistoryEntry.Builder addUpgradeHistoryBuilder()
         Output only. The upgrade history of this instance.
         
        repeated .google.cloud.notebooks.v2.UpgradeHistoryEntry upgrade_history = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addUpgradeHistoryBuilder

        public UpgradeHistoryEntry.Builder addUpgradeHistoryBuilder​(int index)
         Output only. The upgrade history of this instance.
         
        repeated .google.cloud.notebooks.v2.UpgradeHistoryEntry upgrade_history = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpgradeHistoryBuilderList

        public List<UpgradeHistoryEntry.Builder> getUpgradeHistoryBuilderList()
         Output only. The upgrade history of this instance.
         
        repeated .google.cloud.notebooks.v2.UpgradeHistoryEntry upgrade_history = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getId

        public String getId()
         Output only. Unique ID of the resource.
         
        string id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getId in interface InstanceOrBuilder
        Returns:
        The id.
      • getIdBytes

        public com.google.protobuf.ByteString getIdBytes()
         Output only. Unique ID of the resource.
         
        string id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getIdBytes in interface InstanceOrBuilder
        Returns:
        The bytes for id.
      • setId

        public Instance.Builder setId​(String value)
         Output only. Unique ID of the resource.
         
        string id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The id to set.
        Returns:
        This builder for chaining.
      • clearId

        public Instance.Builder clearId()
         Output only. Unique ID of the resource.
         
        string id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setIdBytes

        public Instance.Builder setIdBytes​(com.google.protobuf.ByteString value)
         Output only. Unique ID of the resource.
         
        string id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for id to set.
        Returns:
        This builder for chaining.
      • getHealthStateValue

        public int getHealthStateValue()
         Output only. Instance health_state.
         
        .google.cloud.notebooks.v2.HealthState health_state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getHealthStateValue in interface InstanceOrBuilder
        Returns:
        The enum numeric value on the wire for healthState.
      • setHealthStateValue

        public Instance.Builder setHealthStateValue​(int value)
         Output only. Instance health_state.
         
        .google.cloud.notebooks.v2.HealthState health_state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for healthState to set.
        Returns:
        This builder for chaining.
      • getHealthState

        public HealthState getHealthState()
         Output only. Instance health_state.
         
        .google.cloud.notebooks.v2.HealthState health_state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getHealthState in interface InstanceOrBuilder
        Returns:
        The healthState.
      • setHealthState

        public Instance.Builder setHealthState​(HealthState value)
         Output only. Instance health_state.
         
        .google.cloud.notebooks.v2.HealthState health_state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The healthState to set.
        Returns:
        This builder for chaining.
      • clearHealthState

        public Instance.Builder clearHealthState()
         Output only. Instance health_state.
         
        .google.cloud.notebooks.v2.HealthState health_state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getHealthInfoCount

        public int getHealthInfoCount()
        Description copied from interface: InstanceOrBuilder
         Output only. Additional information about instance health.
         Example:
        
             healthInfo": {
               "docker_proxy_agent_status": "1",
               "docker_status": "1",
               "jupyterlab_api_status": "-1",
               "jupyterlab_status": "-1",
               "updated": "2020-10-18 09:40:03.573409"
             }
         
        map<string, string> health_info = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getHealthInfoCount in interface InstanceOrBuilder
      • containsHealthInfo

        public boolean containsHealthInfo​(String key)
         Output only. Additional information about instance health.
         Example:
        
             healthInfo": {
               "docker_proxy_agent_status": "1",
               "docker_status": "1",
               "jupyterlab_api_status": "-1",
               "jupyterlab_status": "-1",
               "updated": "2020-10-18 09:40:03.573409"
             }
         
        map<string, string> health_info = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        containsHealthInfo in interface InstanceOrBuilder
      • getHealthInfoMap

        public Map<String,​String> getHealthInfoMap()
         Output only. Additional information about instance health.
         Example:
        
             healthInfo": {
               "docker_proxy_agent_status": "1",
               "docker_status": "1",
               "jupyterlab_api_status": "-1",
               "jupyterlab_status": "-1",
               "updated": "2020-10-18 09:40:03.573409"
             }
         
        map<string, string> health_info = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getHealthInfoMap in interface InstanceOrBuilder
      • getHealthInfoOrDefault

        public String getHealthInfoOrDefault​(String key,
                                             String defaultValue)
         Output only. Additional information about instance health.
         Example:
        
             healthInfo": {
               "docker_proxy_agent_status": "1",
               "docker_status": "1",
               "jupyterlab_api_status": "-1",
               "jupyterlab_status": "-1",
               "updated": "2020-10-18 09:40:03.573409"
             }
         
        map<string, string> health_info = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getHealthInfoOrDefault in interface InstanceOrBuilder
      • getHealthInfoOrThrow

        public String getHealthInfoOrThrow​(String key)
         Output only. Additional information about instance health.
         Example:
        
             healthInfo": {
               "docker_proxy_agent_status": "1",
               "docker_status": "1",
               "jupyterlab_api_status": "-1",
               "jupyterlab_status": "-1",
               "updated": "2020-10-18 09:40:03.573409"
             }
         
        map<string, string> health_info = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getHealthInfoOrThrow in interface InstanceOrBuilder
      • removeHealthInfo

        public Instance.Builder removeHealthInfo​(String key)
         Output only. Additional information about instance health.
         Example:
        
             healthInfo": {
               "docker_proxy_agent_status": "1",
               "docker_status": "1",
               "jupyterlab_api_status": "-1",
               "jupyterlab_status": "-1",
               "updated": "2020-10-18 09:40:03.573409"
             }
         
        map<string, string> health_info = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getMutableHealthInfo

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

        public Instance.Builder putHealthInfo​(String key,
                                              String value)
         Output only. Additional information about instance health.
         Example:
        
             healthInfo": {
               "docker_proxy_agent_status": "1",
               "docker_status": "1",
               "jupyterlab_api_status": "-1",
               "jupyterlab_status": "-1",
               "updated": "2020-10-18 09:40:03.573409"
             }
         
        map<string, string> health_info = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • putAllHealthInfo

        public Instance.Builder putAllHealthInfo​(Map<String,​String> values)
         Output only. Additional information about instance health.
         Example:
        
             healthInfo": {
               "docker_proxy_agent_status": "1",
               "docker_status": "1",
               "jupyterlab_api_status": "-1",
               "jupyterlab_status": "-1",
               "updated": "2020-10-18 09:40:03.573409"
             }
         
        map<string, string> health_info = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. Instance creation time.
         
        .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface InstanceOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. Instance creation time.
         
        .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface InstanceOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public Instance.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Output only. Instance creation time.
         
        .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCreateTime

        public Instance.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Instance creation time.
         
        .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCreateTime

        public Instance.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Output only. Instance creation time.
         
        .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCreateTime

        public Instance.Builder clearCreateTime()
         Output only. Instance creation time.
         
        .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Output only. Instance creation time.
         
        .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. Instance creation time.
         
        .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface InstanceOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
         Output only. Instance update time.
         
        .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasUpdateTime in interface InstanceOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
         Output only. Instance update time.
         
        .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTime in interface InstanceOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public Instance.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. Instance update time.
         
        .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUpdateTime

        public Instance.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Instance update time.
         
        .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeUpdateTime

        public Instance.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. Instance update time.
         
        .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearUpdateTime

        public Instance.Builder clearUpdateTime()
         Output only. Instance update time.
         
        .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Output only. Instance update time.
         
        .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. Instance update time.
         
        .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTimeOrBuilder in interface InstanceOrBuilder
      • getDisableProxyAccess

        public boolean getDisableProxyAccess()
         Optional. If true, the notebook instance will not register with the proxy.
         
        bool disable_proxy_access = 13 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDisableProxyAccess in interface InstanceOrBuilder
        Returns:
        The disableProxyAccess.
      • setDisableProxyAccess

        public Instance.Builder setDisableProxyAccess​(boolean value)
         Optional. If true, the notebook instance will not register with the proxy.
         
        bool disable_proxy_access = 13 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The disableProxyAccess to set.
        Returns:
        This builder for chaining.
      • clearDisableProxyAccess

        public Instance.Builder clearDisableProxyAccess()
         Optional. If true, the notebook instance will not register with the proxy.
         
        bool disable_proxy_access = 13 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • getLabelsCount

        public int getLabelsCount()
        Description copied from interface: InstanceOrBuilder
         Optional. Labels to apply to this instance.
         These can be later modified by the UpdateInstance method.
         
        map<string, string> labels = 14 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getLabelsCount in interface InstanceOrBuilder
      • containsLabels

        public boolean containsLabels​(String key)
         Optional. Labels to apply to this instance.
         These can be later modified by the UpdateInstance method.
         
        map<string, string> labels = 14 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        containsLabels in interface InstanceOrBuilder
      • getLabelsMap

        public Map<String,​String> getLabelsMap()
         Optional. Labels to apply to this instance.
         These can be later modified by the UpdateInstance method.
         
        map<string, string> labels = 14 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getLabelsMap in interface InstanceOrBuilder
      • getLabelsOrDefault

        public String getLabelsOrDefault​(String key,
                                         String defaultValue)
         Optional. Labels to apply to this instance.
         These can be later modified by the UpdateInstance method.
         
        map<string, string> labels = 14 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getLabelsOrDefault in interface InstanceOrBuilder
      • getLabelsOrThrow

        public String getLabelsOrThrow​(String key)
         Optional. Labels to apply to this instance.
         These can be later modified by the UpdateInstance method.
         
        map<string, string> labels = 14 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getLabelsOrThrow in interface InstanceOrBuilder
      • removeLabels

        public Instance.Builder removeLabels​(String key)
         Optional. Labels to apply to this instance.
         These can be later modified by the UpdateInstance method.
         
        map<string, string> labels = 14 [(.google.api.field_behavior) = OPTIONAL];
      • getMutableLabels

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

        public Instance.Builder putLabels​(String key,
                                          String value)
         Optional. Labels to apply to this instance.
         These can be later modified by the UpdateInstance method.
         
        map<string, string> labels = 14 [(.google.api.field_behavior) = OPTIONAL];
      • putAllLabels

        public Instance.Builder putAllLabels​(Map<String,​String> values)
         Optional. Labels to apply to this instance.
         These can be later modified by the UpdateInstance method.
         
        map<string, string> labels = 14 [(.google.api.field_behavior) = OPTIONAL];
      • setUnknownFields

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

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