public interface CreateConnectionProfileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConnectionProfile |
getConnectionProfile()
Required.
|
String |
getConnectionProfileId()
Required.
|
com.google.protobuf.ByteString |
getConnectionProfileIdBytes()
Required.
|
ConnectionProfileOrBuilder |
getConnectionProfileOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
String |
getRequestId()
Optional.
|
com.google.protobuf.ByteString |
getRequestIdBytes()
Optional.
|
boolean |
getSkipValidation()
Optional.
|
boolean |
getValidateOnly()
Optional.
|
boolean |
hasConnectionProfile()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent which owns this collection of connection profiles.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent which owns this collection of connection profiles.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getConnectionProfileId()
Required. The connection profile identifier.
string connection_profile_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getConnectionProfileIdBytes()
Required. The connection profile identifier.
string connection_profile_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasConnectionProfile()
Required. The create request body including the connection profile data
.google.cloud.clouddms.v1.ConnectionProfile connection_profile = 3 [(.google.api.field_behavior) = REQUIRED];
ConnectionProfile getConnectionProfile()
Required. The create request body including the connection profile data
.google.cloud.clouddms.v1.ConnectionProfile connection_profile = 3 [(.google.api.field_behavior) = REQUIRED];
ConnectionProfileOrBuilder getConnectionProfileOrBuilder()
Required. The create request body including the connection profile data
.google.cloud.clouddms.v1.ConnectionProfile connection_profile = 3 [(.google.api.field_behavior) = REQUIRED];
String getRequestId()
Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getRequestIdBytes()
Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];boolean getValidateOnly()
Optional. Only validate the connection profile, but don't create any resources. The default is false. Only supported for Oracle connection profiles.
bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL];boolean getSkipValidation()
Optional. Create the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.
bool skip_validation = 6 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.