public interface CreateInstanceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Instance |
getInstance()
An instance resource.
|
String |
getInstanceId()
Required.
|
com.google.protobuf.ByteString |
getInstanceIdBytes()
Required.
|
InstanceOrBuilder |
getInstanceOrBuilder()
An instance resource.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasInstance()
An instance resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The instance's project and location in the format
projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The instance's project and location in the format
projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getInstanceId()
Required. The name of the instance to create.
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getInstanceIdBytes()
Required. The name of the instance to create.
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasInstance()
An instance resource.
.google.cloud.datafusion.v1beta1.Instance instance = 3;Instance getInstance()
An instance resource.
.google.cloud.datafusion.v1beta1.Instance instance = 3;InstanceOrBuilder getInstanceOrBuilder()
An instance resource.
.google.cloud.datafusion.v1beta1.Instance instance = 3;Copyright © 2023 Google LLC. All rights reserved.