public static final class DatastoreIODetails.Builder extends GeneratedMessageV3.Builder<DatastoreIODetails.Builder> implements DatastoreIODetailsOrBuilder
Metadata for a Datastore connector used by the job.
Protobuf type google.events.cloud.dataflow.v1beta3.DatastoreIODetails
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DatastoreIODetails.BuilderImplements
DatastoreIODetailsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DatastoreIODetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
DatastoreIODetails.Builder |
build()
public DatastoreIODetails build()
Returns | |
---|---|
Type | Description |
DatastoreIODetails |
buildPartial()
public DatastoreIODetails buildPartial()
Returns | |
---|---|
Type | Description |
DatastoreIODetails |
clear()
public DatastoreIODetails.Builder clear()
Returns | |
---|---|
Type | Description |
DatastoreIODetails.Builder |
clearField(Descriptors.FieldDescriptor field)
public DatastoreIODetails.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
DatastoreIODetails.Builder |
clearNamespace()
public DatastoreIODetails.Builder clearNamespace()
Namespace used in the connection.
string namespace = 1;
Returns | |
---|---|
Type | Description |
DatastoreIODetails.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DatastoreIODetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
DatastoreIODetails.Builder |
clearProjectId()
public DatastoreIODetails.Builder clearProjectId()
ProjectId accessed in the connection.
string project_id = 2;
Returns | |
---|---|
Type | Description |
DatastoreIODetails.Builder |
This builder for chaining. |
clone()
public DatastoreIODetails.Builder clone()
Returns | |
---|---|
Type | Description |
DatastoreIODetails.Builder |
getDefaultInstanceForType()
public DatastoreIODetails getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DatastoreIODetails |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getNamespace()
public String getNamespace()
Namespace used in the connection.
string namespace = 1;
Returns | |
---|---|
Type | Description |
String |
The namespace. |
getNamespaceBytes()
public ByteString getNamespaceBytes()
Namespace used in the connection.
string namespace = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for namespace. |
getProjectId()
public String getProjectId()
ProjectId accessed in the connection.
string project_id = 2;
Returns | |
---|---|
Type | Description |
String |
The projectId. |
getProjectIdBytes()
public ByteString getProjectIdBytes()
ProjectId accessed in the connection.
string project_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for projectId. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(DatastoreIODetails other)
public DatastoreIODetails.Builder mergeFrom(DatastoreIODetails other)
Parameter | |
---|---|
Name | Description |
other |
DatastoreIODetails |
Returns | |
---|---|
Type | Description |
DatastoreIODetails.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DatastoreIODetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DatastoreIODetails.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DatastoreIODetails.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
DatastoreIODetails.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DatastoreIODetails.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DatastoreIODetails.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DatastoreIODetails.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
DatastoreIODetails.Builder |
setNamespace(String value)
public DatastoreIODetails.Builder setNamespace(String value)
Namespace used in the connection.
string namespace = 1;
Parameter | |
---|---|
Name | Description |
value |
String The namespace to set. |
Returns | |
---|---|
Type | Description |
DatastoreIODetails.Builder |
This builder for chaining. |
setNamespaceBytes(ByteString value)
public DatastoreIODetails.Builder setNamespaceBytes(ByteString value)
Namespace used in the connection.
string namespace = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for namespace to set. |
Returns | |
---|---|
Type | Description |
DatastoreIODetails.Builder |
This builder for chaining. |
setProjectId(String value)
public DatastoreIODetails.Builder setProjectId(String value)
ProjectId accessed in the connection.
string project_id = 2;
Parameter | |
---|---|
Name | Description |
value |
String The projectId to set. |
Returns | |
---|---|
Type | Description |
DatastoreIODetails.Builder |
This builder for chaining. |
setProjectIdBytes(ByteString value)
public DatastoreIODetails.Builder setProjectIdBytes(ByteString value)
ProjectId accessed in the connection.
string project_id = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for projectId to set. |
Returns | |
---|---|
Type | Description |
DatastoreIODetails.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DatastoreIODetails.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
DatastoreIODetails.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DatastoreIODetails.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DatastoreIODetails.Builder |