public interface ReportInstanceInfoRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsMetadata(String key)
public abstract boolean containsMetadata(String key)The metadata reported to Notebooks API. This will be merged to the instance metadata store
map<string, string> metadata = 3;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getMetadata()
public abstract Map<String,String> getMetadata()Use #getMetadataMap() instead.
| Type | Description |
| Map<String,String> |
getMetadataCount()
public abstract int getMetadataCount()The metadata reported to Notebooks API. This will be merged to the instance metadata store
map<string, string> metadata = 3;
| Type | Description |
| int |
getMetadataMap()
public abstract Map<String,String> getMetadataMap()The metadata reported to Notebooks API. This will be merged to the instance metadata store
map<string, string> metadata = 3;
| Type | Description |
| Map<String,String> |
getMetadataOrDefault(String key, String defaultValue)
public abstract String getMetadataOrDefault(String key, String defaultValue)The metadata reported to Notebooks API. This will be merged to the instance metadata store
map<string, string> metadata = 3;
| Name | Description |
| key | String |
| defaultValue | String |
| Type | Description |
| String |
getMetadataOrThrow(String key)
public abstract String getMetadataOrThrow(String key)The metadata reported to Notebooks API. This will be merged to the instance metadata store
map<string, string> metadata = 3;
| Name | Description |
| key | String |
| Type | Description |
| String |
getName()
public abstract String getName() Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| 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];
| Type | Description |
| ByteString | The bytes for name. |
getVmId()
public abstract String getVmId()Required. The VM hardware token for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity
string vm_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The vmId. |
getVmIdBytes()
public abstract ByteString getVmIdBytes()Required. The VM hardware token for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity
string vm_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for vmId. |