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.Builder
addAllNotificationCategories(Iterable<? extends NotificationCategory> values)
The categories of notifications to compute contacts for.ComputeContactsRequest.Builder
addAllNotificationCategoriesValue(Iterable<Integer> values)
The categories of notifications to compute contacts for.ComputeContactsRequest.Builder
addNotificationCategories(NotificationCategory value)
The categories of notifications to compute contacts for.ComputeContactsRequest.Builder
addNotificationCategoriesValue(int value)
The categories of notifications to compute contacts for.ComputeContactsRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ComputeContactsRequest
build()
ComputeContactsRequest
buildPartial()
ComputeContactsRequest.Builder
clear()
ComputeContactsRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ComputeContactsRequest.Builder
clearNotificationCategories()
The categories of notifications to compute contacts for.ComputeContactsRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ComputeContactsRequest.Builder
clearPageSize()
Optional.ComputeContactsRequest.Builder
clearPageToken()
Optional.ComputeContactsRequest.Builder
clearParent()
Required.ComputeContactsRequest.Builder
clone()
ComputeContactsRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
NotificationCategory
getNotificationCategories(int index)
The categories of notifications to compute contacts for.int
getNotificationCategoriesCount()
The categories of notifications to compute contacts for.List<NotificationCategory>
getNotificationCategoriesList()
The categories of notifications to compute contacts for.int
getNotificationCategoriesValue(int index)
The categories of notifications to compute contacts for.List<Integer>
getNotificationCategoriesValueList()
The categories of notifications to compute contacts for.int
getPageSize()
Optional.String
getPageToken()
Optional.com.google.protobuf.ByteString
getPageTokenBytes()
Optional.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ComputeContactsRequest.Builder
mergeFrom(ComputeContactsRequest other)
ComputeContactsRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ComputeContactsRequest.Builder
mergeFrom(com.google.protobuf.Message other)
ComputeContactsRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ComputeContactsRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ComputeContactsRequest.Builder
setNotificationCategories(int index, NotificationCategory value)
The categories of notifications to compute contacts for.ComputeContactsRequest.Builder
setNotificationCategoriesValue(int index, int value)
The categories of notifications to compute contacts for.ComputeContactsRequest.Builder
setPageSize(int value)
Optional.ComputeContactsRequest.Builder
setPageToken(String value)
Optional.ComputeContactsRequest.Builder
setPageTokenBytes(com.google.protobuf.ByteString value)
Optional.ComputeContactsRequest.Builder
setParent(String value)
Required.ComputeContactsRequest.Builder
setParentBytes(com.google.protobuf.ByteString value)
Required.ComputeContactsRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ComputeContactsRequest.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<ComputeContactsRequest.Builder>
-
clear
public ComputeContactsRequest.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<ComputeContactsRequest.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<ComputeContactsRequest.Builder>
-
getDefaultInstanceForType
public ComputeContactsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ComputeContactsRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ComputeContactsRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ComputeContactsRequest.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<ComputeContactsRequest.Builder>
-
setField
public ComputeContactsRequest.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<ComputeContactsRequest.Builder>
-
clearField
public ComputeContactsRequest.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<ComputeContactsRequest.Builder>
-
clearOneof
public ComputeContactsRequest.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<ComputeContactsRequest.Builder>
-
setRepeatedField
public ComputeContactsRequest.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<ComputeContactsRequest.Builder>
-
addRepeatedField
public ComputeContactsRequest.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<ComputeContactsRequest.Builder>
-
mergeFrom
public ComputeContactsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ComputeContactsRequest.Builder>
-
mergeFrom
public ComputeContactsRequest.Builder mergeFrom(ComputeContactsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in 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:
getParent
in 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:
getParentBytes
in 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:
getNotificationCategoriesList
in 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:
getNotificationCategoriesCount
in 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:
getNotificationCategories
in 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:
getNotificationCategoriesValueList
in 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:
getNotificationCategoriesValue
in 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:
getPageSize
in 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:
getPageToken
in 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:
getPageTokenBytes
in 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:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ComputeContactsRequest.Builder>
-
mergeUnknownFields
public final ComputeContactsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ComputeContactsRequest.Builder>
-
-