Class CreateConnectionProfileRequest.Builder (1.0.0)

public static final class CreateConnectionProfileRequest.Builder extends GeneratedMessageV3.Builder<CreateConnectionProfileRequest.Builder> implements CreateConnectionProfileRequestOrBuilder

Protobuf type google.cloud.datastream.v1alpha1.CreateConnectionProfileRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CreateConnectionProfileRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

build()

public CreateConnectionProfileRequest build()
Returns

buildPartial()

public CreateConnectionProfileRequest buildPartial()
Returns

clear()

public CreateConnectionProfileRequest.Builder clear()
Returns Overrides

clearConnectionProfile()

public CreateConnectionProfileRequest.Builder clearConnectionProfile()

Required. The connection profile resource to create.

.google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 3 [(.google.api.field_behavior) = REQUIRED];

Returns

clearConnectionProfileId()

public CreateConnectionProfileRequest.Builder clearConnectionProfileId()

Required. The connection profile identifier.

string connection_profile_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CreateConnectionProfileRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public CreateConnectionProfileRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public CreateConnectionProfileRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns Overrides

clearParent()

public CreateConnectionProfileRequest.Builder clearParent()

Required. The parent that owns the collection of ConnectionProfiles.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
CreateConnectionProfileRequest.Builder

This builder for chaining.

clearRequestId()

public CreateConnectionProfileRequest.Builder clearRequestId()

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
CreateConnectionProfileRequest.Builder

This builder for chaining.

clone()

public CreateConnectionProfileRequest.Builder clone()
Returns Overrides

getConnectionProfile()

public ConnectionProfile getConnectionProfile()

Required. The connection profile resource to create.

.google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ConnectionProfile

The connectionProfile.

getConnectionProfileBuilder()

public ConnectionProfile.Builder getConnectionProfileBuilder()

Required. The connection profile resource to create.

.google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 3 [(.google.api.field_behavior) = REQUIRED];

Returns

getConnectionProfileId()

public String getConnectionProfileId()

Required. The connection profile identifier.

string connection_profile_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The connectionProfileId.

getConnectionProfileIdBytes()

public ByteString getConnectionProfileIdBytes()

Required. The connection profile identifier.

string connection_profile_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for connectionProfileId.

getConnectionProfileOrBuilder()

public ConnectionProfileOrBuilder getConnectionProfileOrBuilder()

Required. The connection profile resource to create.

.google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 3 [(.google.api.field_behavior) = REQUIRED];

Returns

getDefaultInstanceForType()

public CreateConnectionProfileRequest getDefaultInstanceForType()
Returns

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getParent()

public String getParent()

Required. The parent that owns the collection of ConnectionProfiles.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent that owns the collection of ConnectionProfiles.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getRequestId()

public String getRequestId()

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The requestId.

getRequestIdBytes()

public ByteString getRequestIdBytes()

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for requestId.

hasConnectionProfile()

public boolean hasConnectionProfile()

Required. The connection profile resource to create.

.google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the connectionProfile field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeConnectionProfile(ConnectionProfile value)

public CreateConnectionProfileRequest.Builder mergeConnectionProfile(ConnectionProfile value)

Required. The connection profile resource to create.

.google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueConnectionProfile
Returns

mergeFrom(CreateConnectionProfileRequest other)

public CreateConnectionProfileRequest.Builder mergeFrom(CreateConnectionProfileRequest other)
Parameter
NameDescription
otherCreateConnectionProfileRequest
Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateConnectionProfileRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public CreateConnectionProfileRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CreateConnectionProfileRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

setConnectionProfile(ConnectionProfile value)

public CreateConnectionProfileRequest.Builder setConnectionProfile(ConnectionProfile value)

Required. The connection profile resource to create.

.google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueConnectionProfile
Returns

setConnectionProfile(ConnectionProfile.Builder builderForValue)

public CreateConnectionProfileRequest.Builder setConnectionProfile(ConnectionProfile.Builder builderForValue)

Required. The connection profile resource to create.

.google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueConnectionProfile.Builder
Returns

setConnectionProfileId(String value)

public CreateConnectionProfileRequest.Builder setConnectionProfileId(String value)

Required. The connection profile identifier.

string connection_profile_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The connectionProfileId to set.

Returns
TypeDescription
CreateConnectionProfileRequest.Builder

This builder for chaining.

setConnectionProfileIdBytes(ByteString value)

public CreateConnectionProfileRequest.Builder setConnectionProfileIdBytes(ByteString value)

Required. The connection profile identifier.

string connection_profile_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for connectionProfileId to set.

Returns
TypeDescription
CreateConnectionProfileRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public CreateConnectionProfileRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

setParent(String value)

public CreateConnectionProfileRequest.Builder setParent(String value)

Required. The parent that owns the collection of ConnectionProfiles.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
CreateConnectionProfileRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateConnectionProfileRequest.Builder setParentBytes(ByteString value)

Required. The parent that owns the collection of ConnectionProfiles.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
CreateConnectionProfileRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public CreateConnectionProfileRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns Overrides

setRequestId(String value)

public CreateConnectionProfileRequest.Builder setRequestId(String value)

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The requestId to set.

Returns
TypeDescription
CreateConnectionProfileRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public CreateConnectionProfileRequest.Builder setRequestIdBytes(ByteString value)

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for requestId to set.

Returns
TypeDescription
CreateConnectionProfileRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final CreateConnectionProfileRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides