public interface GetInstanceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
InstanceView |
getView()
The view of the instance to return.
|
int |
getViewValue()
The view of the instance to return.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The name of the resource. For the required format, see the comment on the Instance.name field.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The name of the resource. For the required format, see the comment on the Instance.name field.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getViewValue()
The view of the instance to return.
.google.cloud.alloydb.v1.InstanceView view = 2;InstanceView getView()
The view of the instance to return.
.google.cloud.alloydb.v1.InstanceView view = 2;Copyright © 2025 Google LLC. All rights reserved.