Interface CreateInstanceRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateInstanceRequest,CreateInstanceRequest.Builder
public interface CreateInstanceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstancegetInstance()An instance resource.StringgetInstanceId()Required.com.google.protobuf.ByteStringgetInstanceIdBytes()Required.InstanceOrBuildergetInstanceOrBuilder()An instance resource.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.booleanhasInstance()An instance resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String 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) = { ... }- Returns:
- The parent.
-
getParentBytes
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) = { ... }- Returns:
- The bytes for parent.
-
getInstanceId
String getInstanceId()
Required. The name of the instance to create.
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The instanceId.
-
getInstanceIdBytes
com.google.protobuf.ByteString getInstanceIdBytes()
Required. The name of the instance to create.
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for instanceId.
-
hasInstance
boolean hasInstance()
An instance resource.
.google.cloud.datafusion.v1beta1.Instance instance = 3;- Returns:
- Whether the instance field is set.
-
getInstance
Instance getInstance()
An instance resource.
.google.cloud.datafusion.v1beta1.Instance instance = 3;- Returns:
- The instance.
-
getInstanceOrBuilder
InstanceOrBuilder getInstanceOrBuilder()
An instance resource.
.google.cloud.datafusion.v1beta1.Instance instance = 3;
-
-