public static final class BackgroundJobLogEntry.ApplyJobDetails.Builder extends GeneratedMessageV3.Builder<BackgroundJobLogEntry.ApplyJobDetails.Builder> implements BackgroundJobLogEntry.ApplyJobDetailsOrBuilder
Details regarding an Apply background job.
Protobuf type google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BackgroundJobLogEntry.ApplyJobDetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public BackgroundJobLogEntry.ApplyJobDetails build()
buildPartial()
public BackgroundJobLogEntry.ApplyJobDetails buildPartial()
clear()
public BackgroundJobLogEntry.ApplyJobDetails.Builder clear()
Overrides
clearConnectionProfile()
public BackgroundJobLogEntry.ApplyJobDetails.Builder clearConnectionProfile()
Output only. The connection profile which was used for the apply job.
string connection_profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearField(Descriptors.FieldDescriptor field)
public BackgroundJobLogEntry.ApplyJobDetails.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearFilter()
public BackgroundJobLogEntry.ApplyJobDetails.Builder clearFilter()
Output only. AIP-160 based filter used to specify the entities to apply
string filter = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearOneof(Descriptors.OneofDescriptor oneof)
public BackgroundJobLogEntry.ApplyJobDetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public BackgroundJobLogEntry.ApplyJobDetails.Builder clone()
Overrides
getConnectionProfile()
public String getConnectionProfile()
Output only. The connection profile which was used for the apply job.
string connection_profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
String | The connectionProfile.
|
getConnectionProfileBytes()
public ByteString getConnectionProfileBytes()
Output only. The connection profile which was used for the apply job.
string connection_profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
ByteString | The bytes for connectionProfile.
|
getDefaultInstanceForType()
public BackgroundJobLogEntry.ApplyJobDetails getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getFilter()
public String getFilter()
Output only. AIP-160 based filter used to specify the entities to apply
string filter = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
String | The filter.
|
getFilterBytes()
public ByteString getFilterBytes()
Output only. AIP-160 based filter used to specify the entities to apply
string filter = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
ByteString | The bytes for filter.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(BackgroundJobLogEntry.ApplyJobDetails other)
public BackgroundJobLogEntry.ApplyJobDetails.Builder mergeFrom(BackgroundJobLogEntry.ApplyJobDetails other)
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BackgroundJobLogEntry.ApplyJobDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public BackgroundJobLogEntry.ApplyJobDetails.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BackgroundJobLogEntry.ApplyJobDetails.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setConnectionProfile(String value)
public BackgroundJobLogEntry.ApplyJobDetails.Builder setConnectionProfile(String value)
Output only. The connection profile which was used for the apply job.
string connection_profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
---|
Name | Description |
value | String
The connectionProfile to set.
|
setConnectionProfileBytes(ByteString value)
public BackgroundJobLogEntry.ApplyJobDetails.Builder setConnectionProfileBytes(ByteString value)
Output only. The connection profile which was used for the apply job.
string connection_profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for connectionProfile to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public BackgroundJobLogEntry.ApplyJobDetails.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setFilter(String value)
public BackgroundJobLogEntry.ApplyJobDetails.Builder setFilter(String value)
Output only. AIP-160 based filter used to specify the entities to apply
string filter = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
---|
Name | Description |
value | String
The filter to set.
|
setFilterBytes(ByteString value)
public BackgroundJobLogEntry.ApplyJobDetails.Builder setFilterBytes(ByteString value)
Output only. AIP-160 based filter used to specify the entities to apply
string filter = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for filter to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BackgroundJobLogEntry.ApplyJobDetails.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final BackgroundJobLogEntry.ApplyJobDetails.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides