Package com.google.dataflow.v1beta3
Class ListSnapshotsRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsRequest.Builder>
-
- com.google.dataflow.v1beta3.ListSnapshotsRequest.Builder
-
- All Implemented Interfaces:
ListSnapshotsRequestOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ListSnapshotsRequest
public static final class ListSnapshotsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsRequest.Builder> implements ListSnapshotsRequestOrBuilder
Request to list snapshots.
Protobuf typegoogle.dataflow.v1beta3.ListSnapshotsRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSnapshotsRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListSnapshotsRequestbuild()ListSnapshotsRequestbuildPartial()ListSnapshotsRequest.Builderclear()ListSnapshotsRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ListSnapshotsRequest.BuilderclearJobId()If specified, list snapshots created from this job.ListSnapshotsRequest.BuilderclearLocation()The location to list snapshots in.ListSnapshotsRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ListSnapshotsRequest.BuilderclearProjectId()The project ID to list snapshots for.ListSnapshotsRequest.Builderclone()ListSnapshotsRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetJobId()If specified, list snapshots created from this job.com.google.protobuf.ByteStringgetJobIdBytes()If specified, list snapshots created from this job.StringgetLocation()The location to list snapshots in.com.google.protobuf.ByteStringgetLocationBytes()The location to list snapshots in.StringgetProjectId()The project ID to list snapshots for.com.google.protobuf.ByteStringgetProjectIdBytes()The project ID to list snapshots for.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ListSnapshotsRequest.BuildermergeFrom(ListSnapshotsRequest other)ListSnapshotsRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ListSnapshotsRequest.BuildermergeFrom(com.google.protobuf.Message other)ListSnapshotsRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ListSnapshotsRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListSnapshotsRequest.BuildersetJobId(String value)If specified, list snapshots created from this job.ListSnapshotsRequest.BuildersetJobIdBytes(com.google.protobuf.ByteString value)If specified, list snapshots created from this job.ListSnapshotsRequest.BuildersetLocation(String value)The location to list snapshots in.ListSnapshotsRequest.BuildersetLocationBytes(com.google.protobuf.ByteString value)The location to list snapshots in.ListSnapshotsRequest.BuildersetProjectId(String value)The project ID to list snapshots for.ListSnapshotsRequest.BuildersetProjectIdBytes(com.google.protobuf.ByteString value)The project ID to list snapshots for.ListSnapshotsRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ListSnapshotsRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsRequest.Builder>
-
clear
public ListSnapshotsRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsRequest.Builder>
-
getDefaultInstanceForType
public ListSnapshotsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListSnapshotsRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListSnapshotsRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListSnapshotsRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsRequest.Builder>
-
setField
public ListSnapshotsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsRequest.Builder>
-
clearField
public ListSnapshotsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsRequest.Builder>
-
clearOneof
public ListSnapshotsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsRequest.Builder>
-
setRepeatedField
public ListSnapshotsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsRequest.Builder>
-
addRepeatedField
public ListSnapshotsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsRequest.Builder>
-
mergeFrom
public ListSnapshotsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListSnapshotsRequest.Builder>
-
mergeFrom
public ListSnapshotsRequest.Builder mergeFrom(ListSnapshotsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsRequest.Builder>
-
mergeFrom
public ListSnapshotsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListSnapshotsRequest.Builder>- Throws:
IOException
-
getProjectId
public String getProjectId()
The project ID to list snapshots for.
string project_id = 1;- Specified by:
getProjectIdin interfaceListSnapshotsRequestOrBuilder- Returns:
- The projectId.
-
getProjectIdBytes
public com.google.protobuf.ByteString getProjectIdBytes()
The project ID to list snapshots for.
string project_id = 1;- Specified by:
getProjectIdBytesin interfaceListSnapshotsRequestOrBuilder- Returns:
- The bytes for projectId.
-
setProjectId
public ListSnapshotsRequest.Builder setProjectId(String value)
The project ID to list snapshots for.
string project_id = 1;- Parameters:
value- The projectId to set.- Returns:
- This builder for chaining.
-
clearProjectId
public ListSnapshotsRequest.Builder clearProjectId()
The project ID to list snapshots for.
string project_id = 1;- Returns:
- This builder for chaining.
-
setProjectIdBytes
public ListSnapshotsRequest.Builder setProjectIdBytes(com.google.protobuf.ByteString value)
The project ID to list snapshots for.
string project_id = 1;- Parameters:
value- The bytes for projectId to set.- Returns:
- This builder for chaining.
-
getJobId
public String getJobId()
If specified, list snapshots created from this job.
string job_id = 3;- Specified by:
getJobIdin interfaceListSnapshotsRequestOrBuilder- Returns:
- The jobId.
-
getJobIdBytes
public com.google.protobuf.ByteString getJobIdBytes()
If specified, list snapshots created from this job.
string job_id = 3;- Specified by:
getJobIdBytesin interfaceListSnapshotsRequestOrBuilder- Returns:
- The bytes for jobId.
-
setJobId
public ListSnapshotsRequest.Builder setJobId(String value)
If specified, list snapshots created from this job.
string job_id = 3;- Parameters:
value- The jobId to set.- Returns:
- This builder for chaining.
-
clearJobId
public ListSnapshotsRequest.Builder clearJobId()
If specified, list snapshots created from this job.
string job_id = 3;- Returns:
- This builder for chaining.
-
setJobIdBytes
public ListSnapshotsRequest.Builder setJobIdBytes(com.google.protobuf.ByteString value)
If specified, list snapshots created from this job.
string job_id = 3;- Parameters:
value- The bytes for jobId to set.- Returns:
- This builder for chaining.
-
getLocation
public String getLocation()
The location to list snapshots in.
string location = 2;- Specified by:
getLocationin interfaceListSnapshotsRequestOrBuilder- Returns:
- The location.
-
getLocationBytes
public com.google.protobuf.ByteString getLocationBytes()
The location to list snapshots in.
string location = 2;- Specified by:
getLocationBytesin interfaceListSnapshotsRequestOrBuilder- Returns:
- The bytes for location.
-
setLocation
public ListSnapshotsRequest.Builder setLocation(String value)
The location to list snapshots in.
string location = 2;- Parameters:
value- The location to set.- Returns:
- This builder for chaining.
-
clearLocation
public ListSnapshotsRequest.Builder clearLocation()
The location to list snapshots in.
string location = 2;- Returns:
- This builder for chaining.
-
setLocationBytes
public ListSnapshotsRequest.Builder setLocationBytes(com.google.protobuf.ByteString value)
The location to list snapshots in.
string location = 2;- Parameters:
value- The bytes for location to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListSnapshotsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsRequest.Builder>
-
mergeUnknownFields
public final ListSnapshotsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsRequest.Builder>
-
-