Package com.google.cloud.datafusion.v1
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 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.-
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.v1.Instance instance = 3;
- Returns:
- Whether the instance field is set.
-
getInstance
Instance getInstance()
An instance resource.
.google.cloud.datafusion.v1.Instance instance = 3;
- Returns:
- The instance.
-
getInstanceOrBuilder
InstanceOrBuilder getInstanceOrBuilder()
An instance resource.
.google.cloud.datafusion.v1.Instance instance = 3;
-
-