Package com.google.cloud.gsuiteaddons.v1
Class ListDeploymentsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListDeploymentsResponse.Builder>
-
- com.google.cloud.gsuiteaddons.v1.ListDeploymentsResponse.Builder
-
- All Implemented Interfaces:
ListDeploymentsResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListDeploymentsResponse
public static final class ListDeploymentsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListDeploymentsResponse.Builder> implements ListDeploymentsResponseOrBuilder
Response message to list deployments.
Protobuf typegoogle.cloud.gsuiteaddons.v1.ListDeploymentsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDeploymentsResponse.Builder
addAllDeployments(Iterable<? extends Deployment> values)
The list of deployments for the given project.ListDeploymentsResponse.Builder
addDeployments(int index, Deployment value)
The list of deployments for the given project.ListDeploymentsResponse.Builder
addDeployments(int index, Deployment.Builder builderForValue)
The list of deployments for the given project.ListDeploymentsResponse.Builder
addDeployments(Deployment value)
The list of deployments for the given project.ListDeploymentsResponse.Builder
addDeployments(Deployment.Builder builderForValue)
The list of deployments for the given project.Deployment.Builder
addDeploymentsBuilder()
The list of deployments for the given project.Deployment.Builder
addDeploymentsBuilder(int index)
The list of deployments for the given project.ListDeploymentsResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListDeploymentsResponse
build()
ListDeploymentsResponse
buildPartial()
ListDeploymentsResponse.Builder
clear()
ListDeploymentsResponse.Builder
clearDeployments()
The list of deployments for the given project.ListDeploymentsResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListDeploymentsResponse.Builder
clearNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.ListDeploymentsResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListDeploymentsResponse.Builder
clone()
ListDeploymentsResponse
getDefaultInstanceForType()
Deployment
getDeployments(int index)
The list of deployments for the given project.Deployment.Builder
getDeploymentsBuilder(int index)
The list of deployments for the given project.List<Deployment.Builder>
getDeploymentsBuilderList()
The list of deployments for the given project.int
getDeploymentsCount()
The list of deployments for the given project.List<Deployment>
getDeploymentsList()
The list of deployments for the given project.DeploymentOrBuilder
getDeploymentsOrBuilder(int index)
The list of deployments for the given project.List<? extends DeploymentOrBuilder>
getDeploymentsOrBuilderList()
The list of deployments for the given project.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.com.google.protobuf.ByteString
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListDeploymentsResponse.Builder
mergeFrom(ListDeploymentsResponse other)
ListDeploymentsResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListDeploymentsResponse.Builder
mergeFrom(com.google.protobuf.Message other)
ListDeploymentsResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListDeploymentsResponse.Builder
removeDeployments(int index)
The list of deployments for the given project.ListDeploymentsResponse.Builder
setDeployments(int index, Deployment value)
The list of deployments for the given project.ListDeploymentsResponse.Builder
setDeployments(int index, Deployment.Builder builderForValue)
The list of deployments for the given project.ListDeploymentsResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListDeploymentsResponse.Builder
setNextPageToken(String value)
A token, which can be sent as `page_token` to retrieve the next page.ListDeploymentsResponse.Builder
setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token, which can be sent as `page_token` to retrieve the next page.ListDeploymentsResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListDeploymentsResponse.Builder
setUnknownFields(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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDeploymentsResponse.Builder>
-
clear
public ListDeploymentsResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDeploymentsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDeploymentsResponse.Builder>
-
getDefaultInstanceForType
public ListDeploymentsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListDeploymentsResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListDeploymentsResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListDeploymentsResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDeploymentsResponse.Builder>
-
setField
public ListDeploymentsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDeploymentsResponse.Builder>
-
clearField
public ListDeploymentsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDeploymentsResponse.Builder>
-
clearOneof
public ListDeploymentsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDeploymentsResponse.Builder>
-
setRepeatedField
public ListDeploymentsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDeploymentsResponse.Builder>
-
addRepeatedField
public ListDeploymentsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDeploymentsResponse.Builder>
-
mergeFrom
public ListDeploymentsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListDeploymentsResponse.Builder>
-
mergeFrom
public ListDeploymentsResponse.Builder mergeFrom(ListDeploymentsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDeploymentsResponse.Builder>
-
mergeFrom
public ListDeploymentsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListDeploymentsResponse.Builder>
- Throws:
IOException
-
getDeploymentsList
public List<Deployment> getDeploymentsList()
The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
- Specified by:
getDeploymentsList
in interfaceListDeploymentsResponseOrBuilder
-
getDeploymentsCount
public int getDeploymentsCount()
The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
- Specified by:
getDeploymentsCount
in interfaceListDeploymentsResponseOrBuilder
-
getDeployments
public Deployment getDeployments(int index)
The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
- Specified by:
getDeployments
in interfaceListDeploymentsResponseOrBuilder
-
setDeployments
public ListDeploymentsResponse.Builder setDeployments(int index, Deployment value)
The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
-
setDeployments
public ListDeploymentsResponse.Builder setDeployments(int index, Deployment.Builder builderForValue)
The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
-
addDeployments
public ListDeploymentsResponse.Builder addDeployments(Deployment value)
The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
-
addDeployments
public ListDeploymentsResponse.Builder addDeployments(int index, Deployment value)
The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
-
addDeployments
public ListDeploymentsResponse.Builder addDeployments(Deployment.Builder builderForValue)
The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
-
addDeployments
public ListDeploymentsResponse.Builder addDeployments(int index, Deployment.Builder builderForValue)
The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
-
addAllDeployments
public ListDeploymentsResponse.Builder addAllDeployments(Iterable<? extends Deployment> values)
The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
-
clearDeployments
public ListDeploymentsResponse.Builder clearDeployments()
The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
-
removeDeployments
public ListDeploymentsResponse.Builder removeDeployments(int index)
The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
-
getDeploymentsBuilder
public Deployment.Builder getDeploymentsBuilder(int index)
The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
-
getDeploymentsOrBuilder
public DeploymentOrBuilder getDeploymentsOrBuilder(int index)
The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
- Specified by:
getDeploymentsOrBuilder
in interfaceListDeploymentsResponseOrBuilder
-
getDeploymentsOrBuilderList
public List<? extends DeploymentOrBuilder> getDeploymentsOrBuilderList()
The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
- Specified by:
getDeploymentsOrBuilderList
in interfaceListDeploymentsResponseOrBuilder
-
addDeploymentsBuilder
public Deployment.Builder addDeploymentsBuilder()
The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
-
addDeploymentsBuilder
public Deployment.Builder addDeploymentsBuilder(int index)
The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
-
getDeploymentsBuilderList
public List<Deployment.Builder> getDeploymentsBuilderList()
The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
-
getNextPageToken
public String getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
- Specified by:
getNextPageToken
in interfaceListDeploymentsResponseOrBuilder
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
- Specified by:
getNextPageTokenBytes
in interfaceListDeploymentsResponseOrBuilder
- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public ListDeploymentsResponse.Builder setNextPageToken(String value)
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
- Parameters:
value
- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
public ListDeploymentsResponse.Builder clearNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
- Returns:
- This builder for chaining.
-
setNextPageTokenBytes
public ListDeploymentsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
- Parameters:
value
- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListDeploymentsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDeploymentsResponse.Builder>
-
mergeUnknownFields
public final ListDeploymentsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDeploymentsResponse.Builder>
-
-