Class ListNotificationsRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
-
- com.google.cloud.advisorynotifications.v1.ListNotificationsRequest.Builder
-
- All Implemented Interfaces:
ListNotificationsRequestOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ListNotificationsRequest
public static final class ListNotificationsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder> implements ListNotificationsRequestOrBuilder
Request for fetching all notifications for a given parent.
Protobuf typegoogle.cloud.advisorynotifications.v1.ListNotificationsRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListNotificationsRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListNotificationsRequestbuild()ListNotificationsRequestbuildPartial()ListNotificationsRequest.Builderclear()ListNotificationsRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ListNotificationsRequest.BuilderclearLanguageCode()ISO code for requested localization language.ListNotificationsRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ListNotificationsRequest.BuilderclearPageSize()The maximum number of notifications to return.ListNotificationsRequest.BuilderclearPageToken()A page token returned from a previous request.ListNotificationsRequest.BuilderclearParent()Required.ListNotificationsRequest.BuilderclearView()Specifies which parts of the notification resource should be returned in the response.ListNotificationsRequest.Builderclone()ListNotificationsRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetLanguageCode()ISO code for requested localization language.com.google.protobuf.ByteStringgetLanguageCodeBytes()ISO code for requested localization language.intgetPageSize()The maximum number of notifications to return.StringgetPageToken()A page token returned from a previous request.com.google.protobuf.ByteStringgetPageTokenBytes()A page token returned from a previous request.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.NotificationViewgetView()Specifies which parts of the notification resource should be returned in the response.intgetViewValue()Specifies which parts of the notification resource should be returned in the response.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ListNotificationsRequest.BuildermergeFrom(ListNotificationsRequest other)ListNotificationsRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ListNotificationsRequest.BuildermergeFrom(com.google.protobuf.Message other)ListNotificationsRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ListNotificationsRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListNotificationsRequest.BuildersetLanguageCode(String value)ISO code for requested localization language.ListNotificationsRequest.BuildersetLanguageCodeBytes(com.google.protobuf.ByteString value)ISO code for requested localization language.ListNotificationsRequest.BuildersetPageSize(int value)The maximum number of notifications to return.ListNotificationsRequest.BuildersetPageToken(String value)A page token returned from a previous request.ListNotificationsRequest.BuildersetPageTokenBytes(com.google.protobuf.ByteString value)A page token returned from a previous request.ListNotificationsRequest.BuildersetParent(String value)Required.ListNotificationsRequest.BuildersetParentBytes(com.google.protobuf.ByteString value)Required.ListNotificationsRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ListNotificationsRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ListNotificationsRequest.BuildersetView(NotificationView value)Specifies which parts of the notification resource should be returned in the response.ListNotificationsRequest.BuildersetViewValue(int value)Specifies which parts of the notification resource should be returned in the response.-
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<ListNotificationsRequest.Builder>
-
clear
public ListNotificationsRequest.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<ListNotificationsRequest.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<ListNotificationsRequest.Builder>
-
getDefaultInstanceForType
public ListNotificationsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListNotificationsRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListNotificationsRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListNotificationsRequest.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<ListNotificationsRequest.Builder>
-
setField
public ListNotificationsRequest.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<ListNotificationsRequest.Builder>
-
clearField
public ListNotificationsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
-
clearOneof
public ListNotificationsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
-
setRepeatedField
public ListNotificationsRequest.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<ListNotificationsRequest.Builder>
-
addRepeatedField
public ListNotificationsRequest.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<ListNotificationsRequest.Builder>
-
mergeFrom
public ListNotificationsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListNotificationsRequest.Builder>
-
mergeFrom
public ListNotificationsRequest.Builder mergeFrom(ListNotificationsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
-
mergeFrom
public ListNotificationsRequest.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<ListNotificationsRequest.Builder>- Throws:
IOException
-
getParent
public String getParent()
Required. The parent, which owns this collection of notifications. Must be of the form "organizations/{organization}/locations/{location}".string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Specified by:
getParentin interfaceListNotificationsRequestOrBuilder- Returns:
- The parent.
-
getParentBytes
public com.google.protobuf.ByteString getParentBytes()
Required. The parent, which owns this collection of notifications. Must be of the form "organizations/{organization}/locations/{location}".string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Specified by:
getParentBytesin interfaceListNotificationsRequestOrBuilder- Returns:
- The bytes for parent.
-
setParent
public ListNotificationsRequest.Builder setParent(String value)
Required. The parent, which owns this collection of notifications. Must be of the form "organizations/{organization}/locations/{location}".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 ListNotificationsRequest.Builder clearParent()
Required. The parent, which owns this collection of notifications. Must be of the form "organizations/{organization}/locations/{location}".string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- This builder for chaining.
-
setParentBytes
public ListNotificationsRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. The parent, which owns this collection of notifications. Must be of the form "organizations/{organization}/locations/{location}".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.
-
getPageSize
public int getPageSize()
The maximum number of notifications to return. The service may return fewer than this value. If unspecified or equal to 0, at most 50 notifications will be returned. The maximum value is 50; values above 50 will be coerced to 50.
int32 page_size = 2;- Specified by:
getPageSizein interfaceListNotificationsRequestOrBuilder- Returns:
- The pageSize.
-
setPageSize
public ListNotificationsRequest.Builder setPageSize(int value)
The maximum number of notifications to return. The service may return fewer than this value. If unspecified or equal to 0, at most 50 notifications will be returned. The maximum value is 50; values above 50 will be coerced to 50.
int32 page_size = 2;- Parameters:
value- The pageSize to set.- Returns:
- This builder for chaining.
-
clearPageSize
public ListNotificationsRequest.Builder clearPageSize()
The maximum number of notifications to return. The service may return fewer than this value. If unspecified or equal to 0, at most 50 notifications will be returned. The maximum value is 50; values above 50 will be coerced to 50.
int32 page_size = 2;- Returns:
- This builder for chaining.
-
getPageToken
public String getPageToken()
A page token returned from a previous request. When paginating, all other parameters provided in the request must match the call that returned the page token.
string page_token = 3;- Specified by:
getPageTokenin interfaceListNotificationsRequestOrBuilder- Returns:
- The pageToken.
-
getPageTokenBytes
public com.google.protobuf.ByteString getPageTokenBytes()
A page token returned from a previous request. When paginating, all other parameters provided in the request must match the call that returned the page token.
string page_token = 3;- Specified by:
getPageTokenBytesin interfaceListNotificationsRequestOrBuilder- Returns:
- The bytes for pageToken.
-
setPageToken
public ListNotificationsRequest.Builder setPageToken(String value)
A page token returned from a previous request. When paginating, all other parameters provided in the request must match the call that returned the page token.
string page_token = 3;- Parameters:
value- The pageToken to set.- Returns:
- This builder for chaining.
-
clearPageToken
public ListNotificationsRequest.Builder clearPageToken()
A page token returned from a previous request. When paginating, all other parameters provided in the request must match the call that returned the page token.
string page_token = 3;- Returns:
- This builder for chaining.
-
setPageTokenBytes
public ListNotificationsRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
A page token returned from a previous request. When paginating, all other parameters provided in the request must match the call that returned the page token.
string page_token = 3;- Parameters:
value- The bytes for pageToken to set.- Returns:
- This builder for chaining.
-
getViewValue
public int getViewValue()
Specifies which parts of the notification resource should be returned in the response.
.google.cloud.advisorynotifications.v1.NotificationView view = 4;- Specified by:
getViewValuein interfaceListNotificationsRequestOrBuilder- Returns:
- The enum numeric value on the wire for view.
-
setViewValue
public ListNotificationsRequest.Builder setViewValue(int value)
Specifies which parts of the notification resource should be returned in the response.
.google.cloud.advisorynotifications.v1.NotificationView view = 4;- Parameters:
value- The enum numeric value on the wire for view to set.- Returns:
- This builder for chaining.
-
getView
public NotificationView getView()
Specifies which parts of the notification resource should be returned in the response.
.google.cloud.advisorynotifications.v1.NotificationView view = 4;- Specified by:
getViewin interfaceListNotificationsRequestOrBuilder- Returns:
- The view.
-
setView
public ListNotificationsRequest.Builder setView(NotificationView value)
Specifies which parts of the notification resource should be returned in the response.
.google.cloud.advisorynotifications.v1.NotificationView view = 4;- Parameters:
value- The view to set.- Returns:
- This builder for chaining.
-
clearView
public ListNotificationsRequest.Builder clearView()
Specifies which parts of the notification resource should be returned in the response.
.google.cloud.advisorynotifications.v1.NotificationView view = 4;- Returns:
- This builder for chaining.
-
getLanguageCode
public String getLanguageCode()
ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.
string language_code = 5;- Specified by:
getLanguageCodein interfaceListNotificationsRequestOrBuilder- Returns:
- The languageCode.
-
getLanguageCodeBytes
public com.google.protobuf.ByteString getLanguageCodeBytes()
ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.
string language_code = 5;- Specified by:
getLanguageCodeBytesin interfaceListNotificationsRequestOrBuilder- Returns:
- The bytes for languageCode.
-
setLanguageCode
public ListNotificationsRequest.Builder setLanguageCode(String value)
ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.
string language_code = 5;- Parameters:
value- The languageCode to set.- Returns:
- This builder for chaining.
-
clearLanguageCode
public ListNotificationsRequest.Builder clearLanguageCode()
ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.
string language_code = 5;- Returns:
- This builder for chaining.
-
setLanguageCodeBytes
public ListNotificationsRequest.Builder setLanguageCodeBytes(com.google.protobuf.ByteString value)
ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.
string language_code = 5;- Parameters:
value- The bytes for languageCode to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListNotificationsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
-
mergeUnknownFields
public final ListNotificationsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
-
-