Class ComputeContactsRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ComputeContactsRequest.Builder>
-
- com.google.cloud.essentialcontacts.v1.ComputeContactsRequest.Builder
-
- All Implemented Interfaces:
ComputeContactsRequestOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ComputeContactsRequest
public static final class ComputeContactsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ComputeContactsRequest.Builder> implements ComputeContactsRequestOrBuilder
Request message for the ComputeContacts method.
Protobuf typegoogle.cloud.essentialcontacts.v1.ComputeContactsRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeContactsRequest.BuilderaddAllNotificationCategories(Iterable<? extends NotificationCategory> values)The categories of notifications to compute contacts for.ComputeContactsRequest.BuilderaddAllNotificationCategoriesValue(Iterable<Integer> values)The categories of notifications to compute contacts for.ComputeContactsRequest.BuilderaddNotificationCategories(NotificationCategory value)The categories of notifications to compute contacts for.ComputeContactsRequest.BuilderaddNotificationCategoriesValue(int value)The categories of notifications to compute contacts for.ComputeContactsRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ComputeContactsRequestbuild()ComputeContactsRequestbuildPartial()ComputeContactsRequest.Builderclear()ComputeContactsRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ComputeContactsRequest.BuilderclearNotificationCategories()The categories of notifications to compute contacts for.ComputeContactsRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ComputeContactsRequest.BuilderclearPageSize()Optional.ComputeContactsRequest.BuilderclearPageToken()Optional.ComputeContactsRequest.BuilderclearParent()Required.ComputeContactsRequest.Builderclone()ComputeContactsRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()NotificationCategorygetNotificationCategories(int index)The categories of notifications to compute contacts for.intgetNotificationCategoriesCount()The categories of notifications to compute contacts for.List<NotificationCategory>getNotificationCategoriesList()The categories of notifications to compute contacts for.intgetNotificationCategoriesValue(int index)The categories of notifications to compute contacts for.List<Integer>getNotificationCategoriesValueList()The categories of notifications to compute contacts for.intgetPageSize()Optional.StringgetPageToken()Optional.com.google.protobuf.ByteStringgetPageTokenBytes()Optional.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ComputeContactsRequest.BuildermergeFrom(ComputeContactsRequest other)ComputeContactsRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ComputeContactsRequest.BuildermergeFrom(com.google.protobuf.Message other)ComputeContactsRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ComputeContactsRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ComputeContactsRequest.BuildersetNotificationCategories(int index, NotificationCategory value)The categories of notifications to compute contacts for.ComputeContactsRequest.BuildersetNotificationCategoriesValue(int index, int value)The categories of notifications to compute contacts for.ComputeContactsRequest.BuildersetPageSize(int value)Optional.ComputeContactsRequest.BuildersetPageToken(String value)Optional.ComputeContactsRequest.BuildersetPageTokenBytes(com.google.protobuf.ByteString value)Optional.ComputeContactsRequest.BuildersetParent(String value)Required.ComputeContactsRequest.BuildersetParentBytes(com.google.protobuf.ByteString value)Required.ComputeContactsRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ComputeContactsRequest.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<ComputeContactsRequest.Builder>
-
clear
public ComputeContactsRequest.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<ComputeContactsRequest.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<ComputeContactsRequest.Builder>
-
getDefaultInstanceForType
public ComputeContactsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ComputeContactsRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ComputeContactsRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ComputeContactsRequest.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<ComputeContactsRequest.Builder>
-
setField
public ComputeContactsRequest.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<ComputeContactsRequest.Builder>
-
clearField
public ComputeContactsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ComputeContactsRequest.Builder>
-
clearOneof
public ComputeContactsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ComputeContactsRequest.Builder>
-
setRepeatedField
public ComputeContactsRequest.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<ComputeContactsRequest.Builder>
-
addRepeatedField
public ComputeContactsRequest.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<ComputeContactsRequest.Builder>
-
mergeFrom
public ComputeContactsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ComputeContactsRequest.Builder>
-
mergeFrom
public ComputeContactsRequest.Builder mergeFrom(ComputeContactsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ComputeContactsRequest.Builder>
-
mergeFrom
public ComputeContactsRequest.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<ComputeContactsRequest.Builder>- Throws:
IOException
-
getParent
public String getParent()
Required. The name of the resource to compute contacts for. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Specified by:
getParentin interfaceComputeContactsRequestOrBuilder- Returns:
- The parent.
-
getParentBytes
public com.google.protobuf.ByteString getParentBytes()
Required. The name of the resource to compute contacts for. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Specified by:
getParentBytesin interfaceComputeContactsRequestOrBuilder- Returns:
- The bytes for parent.
-
setParent
public ComputeContactsRequest.Builder setParent(String value)
Required. The name of the resource to compute contacts for. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Parameters:
value- The parent to set.- Returns:
- This builder for chaining.
-
clearParent
public ComputeContactsRequest.Builder clearParent()
Required. The name of the resource to compute contacts for. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- This builder for chaining.
-
setParentBytes
public ComputeContactsRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. The name of the resource to compute contacts for. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Parameters:
value- The bytes for parent to set.- Returns:
- This builder for chaining.
-
getNotificationCategoriesList
public List<NotificationCategory> getNotificationCategoriesList()
The categories of notifications to compute contacts for. If ALL is included in this list, contacts subscribed to any notification category will be returned.
repeated .google.cloud.essentialcontacts.v1.NotificationCategory notification_categories = 6;- Specified by:
getNotificationCategoriesListin interfaceComputeContactsRequestOrBuilder- Returns:
- A list containing the notificationCategories.
-
getNotificationCategoriesCount
public int getNotificationCategoriesCount()
The categories of notifications to compute contacts for. If ALL is included in this list, contacts subscribed to any notification category will be returned.
repeated .google.cloud.essentialcontacts.v1.NotificationCategory notification_categories = 6;- Specified by:
getNotificationCategoriesCountin interfaceComputeContactsRequestOrBuilder- Returns:
- The count of notificationCategories.
-
getNotificationCategories
public NotificationCategory getNotificationCategories(int index)
The categories of notifications to compute contacts for. If ALL is included in this list, contacts subscribed to any notification category will be returned.
repeated .google.cloud.essentialcontacts.v1.NotificationCategory notification_categories = 6;- Specified by:
getNotificationCategoriesin interfaceComputeContactsRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The notificationCategories at the given index.
-
setNotificationCategories
public ComputeContactsRequest.Builder setNotificationCategories(int index, NotificationCategory value)
The categories of notifications to compute contacts for. If ALL is included in this list, contacts subscribed to any notification category will be returned.
repeated .google.cloud.essentialcontacts.v1.NotificationCategory notification_categories = 6;- Parameters:
index- The index to set the value at.value- The notificationCategories to set.- Returns:
- This builder for chaining.
-
addNotificationCategories
public ComputeContactsRequest.Builder addNotificationCategories(NotificationCategory value)
The categories of notifications to compute contacts for. If ALL is included in this list, contacts subscribed to any notification category will be returned.
repeated .google.cloud.essentialcontacts.v1.NotificationCategory notification_categories = 6;- Parameters:
value- The notificationCategories to add.- Returns:
- This builder for chaining.
-
addAllNotificationCategories
public ComputeContactsRequest.Builder addAllNotificationCategories(Iterable<? extends NotificationCategory> values)
The categories of notifications to compute contacts for. If ALL is included in this list, contacts subscribed to any notification category will be returned.
repeated .google.cloud.essentialcontacts.v1.NotificationCategory notification_categories = 6;- Parameters:
values- The notificationCategories to add.- Returns:
- This builder for chaining.
-
clearNotificationCategories
public ComputeContactsRequest.Builder clearNotificationCategories()
The categories of notifications to compute contacts for. If ALL is included in this list, contacts subscribed to any notification category will be returned.
repeated .google.cloud.essentialcontacts.v1.NotificationCategory notification_categories = 6;- Returns:
- This builder for chaining.
-
getNotificationCategoriesValueList
public List<Integer> getNotificationCategoriesValueList()
The categories of notifications to compute contacts for. If ALL is included in this list, contacts subscribed to any notification category will be returned.
repeated .google.cloud.essentialcontacts.v1.NotificationCategory notification_categories = 6;- Specified by:
getNotificationCategoriesValueListin interfaceComputeContactsRequestOrBuilder- Returns:
- A list containing the enum numeric values on the wire for notificationCategories.
-
getNotificationCategoriesValue
public int getNotificationCategoriesValue(int index)
The categories of notifications to compute contacts for. If ALL is included in this list, contacts subscribed to any notification category will be returned.
repeated .google.cloud.essentialcontacts.v1.NotificationCategory notification_categories = 6;- Specified by:
getNotificationCategoriesValuein interfaceComputeContactsRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of notificationCategories at the given index.
-
setNotificationCategoriesValue
public ComputeContactsRequest.Builder setNotificationCategoriesValue(int index, int value)
The categories of notifications to compute contacts for. If ALL is included in this list, contacts subscribed to any notification category will be returned.
repeated .google.cloud.essentialcontacts.v1.NotificationCategory notification_categories = 6;- Parameters:
index- The index to set the value at.value- The enum numeric value on the wire for notificationCategories to set.- Returns:
- This builder for chaining.
-
addNotificationCategoriesValue
public ComputeContactsRequest.Builder addNotificationCategoriesValue(int value)
The categories of notifications to compute contacts for. If ALL is included in this list, contacts subscribed to any notification category will be returned.
repeated .google.cloud.essentialcontacts.v1.NotificationCategory notification_categories = 6;- Parameters:
value- The enum numeric value on the wire for notificationCategories to add.- Returns:
- This builder for chaining.
-
addAllNotificationCategoriesValue
public ComputeContactsRequest.Builder addAllNotificationCategoriesValue(Iterable<Integer> values)
The categories of notifications to compute contacts for. If ALL is included in this list, contacts subscribed to any notification category will be returned.
repeated .google.cloud.essentialcontacts.v1.NotificationCategory notification_categories = 6;- Parameters:
values- The enum numeric values on the wire for notificationCategories to add.- Returns:
- This builder for chaining.
-
getPageSize
public int getPageSize()
Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of `next_page_token` in the response indicates that more results might be available. If not specified, the default page_size is 100.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getPageSizein interfaceComputeContactsRequestOrBuilder- Returns:
- The pageSize.
-
setPageSize
public ComputeContactsRequest.Builder setPageSize(int value)
Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of `next_page_token` in the response indicates that more results might be available. If not specified, the default page_size is 100.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The pageSize to set.- Returns:
- This builder for chaining.
-
clearPageSize
public ComputeContactsRequest.Builder clearPageSize()
Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of `next_page_token` in the response indicates that more results might be available. If not specified, the default page_size is 100.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
getPageToken
public String getPageToken()
Optional. If present, retrieves the next batch of results from the preceding call to this method. `page_token` must be the value of `next_page_token` from the previous response. The values of other method parameters should be identical to those in the previous call.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getPageTokenin interfaceComputeContactsRequestOrBuilder- Returns:
- The pageToken.
-
getPageTokenBytes
public com.google.protobuf.ByteString getPageTokenBytes()
Optional. If present, retrieves the next batch of results from the preceding call to this method. `page_token` must be the value of `next_page_token` from the previous response. The values of other method parameters should be identical to those in the previous call.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getPageTokenBytesin interfaceComputeContactsRequestOrBuilder- Returns:
- The bytes for pageToken.
-
setPageToken
public ComputeContactsRequest.Builder setPageToken(String value)
Optional. If present, retrieves the next batch of results from the preceding call to this method. `page_token` must be the value of `next_page_token` from the previous response. The values of other method parameters should be identical to those in the previous call.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The pageToken to set.- Returns:
- This builder for chaining.
-
clearPageToken
public ComputeContactsRequest.Builder clearPageToken()
Optional. If present, retrieves the next batch of results from the preceding call to this method. `page_token` must be the value of `next_page_token` from the previous response. The values of other method parameters should be identical to those in the previous call.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
setPageTokenBytes
public ComputeContactsRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
Optional. If present, retrieves the next batch of results from the preceding call to this method. `page_token` must be the value of `next_page_token` from the previous response. The values of other method parameters should be identical to those in the previous call.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The bytes for pageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ComputeContactsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ComputeContactsRequest.Builder>
-
mergeUnknownFields
public final ComputeContactsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ComputeContactsRequest.Builder>
-
-