public interface RegisterInstanceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceId()
Required.
|
com.google.protobuf.ByteString |
getInstanceIdBytes()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Format:
`parent=projects/{project_id}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getParentBytes()
Required. Format:
`parent=projects/{project_id}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED];String getInstanceId()
Required. User defined unique ID of this instance. The `instance_id` must be 1 to 63 characters long and contain only lowercase letters, numeric characters, and dashes. The first character must be a lowercase letter and the last character cannot be a dash.
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getInstanceIdBytes()
Required. User defined unique ID of this instance. The `instance_id` must be 1 to 63 characters long and contain only lowercase letters, numeric characters, and dashes. The first character must be a lowercase letter and the last character cannot be a dash.
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.