public interface UpdateInstanceConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfig()
public abstract InstanceConfig getConfig()The instance configurations to be updated.
.google.cloud.notebooks.v1.InstanceConfig config = 2;
| Returns | |
|---|---|
| Type | Description |
InstanceConfig |
The config. |
getConfigOrBuilder()
public abstract InstanceConfigOrBuilder getConfigOrBuilder()The instance configurations to be updated.
.google.cloud.notebooks.v1.InstanceConfig config = 2;
| Returns | |
|---|---|
| Type | Description |
InstanceConfigOrBuilder |
|
getName()
public abstract String getName() Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasConfig()
public abstract boolean hasConfig()The instance configurations to be updated.
.google.cloud.notebooks.v1.InstanceConfig config = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the config field is set. |