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.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListNotificationsRequest
build()
ListNotificationsRequest
buildPartial()
ListNotificationsRequest.Builder
clear()
ListNotificationsRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListNotificationsRequest.Builder
clearLanguageCode()
ISO code for requested localization language.ListNotificationsRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListNotificationsRequest.Builder
clearPageSize()
The maximum number of notifications to return.ListNotificationsRequest.Builder
clearPageToken()
A page token returned from a previous request.ListNotificationsRequest.Builder
clearParent()
Required.ListNotificationsRequest.Builder
clearView()
Specifies which parts of the notification resource should be returned in the response.ListNotificationsRequest.Builder
clone()
ListNotificationsRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getLanguageCode()
ISO code for requested localization language.com.google.protobuf.ByteString
getLanguageCodeBytes()
ISO code for requested localization language.int
getPageSize()
The maximum number of notifications to return.String
getPageToken()
A page token returned from a previous request.com.google.protobuf.ByteString
getPageTokenBytes()
A page token returned from a previous request.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.NotificationView
getView()
Specifies which parts of the notification resource should be returned in the response.int
getViewValue()
Specifies which parts of the notification resource should be returned in the response.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListNotificationsRequest.Builder
mergeFrom(ListNotificationsRequest other)
ListNotificationsRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListNotificationsRequest.Builder
mergeFrom(com.google.protobuf.Message other)
ListNotificationsRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListNotificationsRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListNotificationsRequest.Builder
setLanguageCode(String value)
ISO code for requested localization language.ListNotificationsRequest.Builder
setLanguageCodeBytes(com.google.protobuf.ByteString value)
ISO code for requested localization language.ListNotificationsRequest.Builder
setPageSize(int value)
The maximum number of notifications to return.ListNotificationsRequest.Builder
setPageToken(String value)
A page token returned from a previous request.ListNotificationsRequest.Builder
setPageTokenBytes(com.google.protobuf.ByteString value)
A page token returned from a previous request.ListNotificationsRequest.Builder
setParent(String value)
Required.ListNotificationsRequest.Builder
setParentBytes(com.google.protobuf.ByteString value)
Required.ListNotificationsRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListNotificationsRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListNotificationsRequest.Builder
setView(NotificationView value)
Specifies which parts of the notification resource should be returned in the response.ListNotificationsRequest.Builder
setViewValue(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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
-
clear
public ListNotificationsRequest.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<ListNotificationsRequest.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<ListNotificationsRequest.Builder>
-
getDefaultInstanceForType
public ListNotificationsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListNotificationsRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListNotificationsRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListNotificationsRequest.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<ListNotificationsRequest.Builder>
-
setField
public ListNotificationsRequest.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<ListNotificationsRequest.Builder>
-
clearField
public ListNotificationsRequest.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<ListNotificationsRequest.Builder>
-
clearOneof
public ListNotificationsRequest.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<ListNotificationsRequest.Builder>
-
setRepeatedField
public ListNotificationsRequest.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<ListNotificationsRequest.Builder>
-
addRepeatedField
public ListNotificationsRequest.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<ListNotificationsRequest.Builder>
-
mergeFrom
public ListNotificationsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListNotificationsRequest.Builder>
-
mergeFrom
public ListNotificationsRequest.Builder mergeFrom(ListNotificationsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in 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:
getParent
in 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:
getParentBytes
in 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:
getPageSize
in 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:
getPageToken
in 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:
getPageTokenBytes
in 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:
getViewValue
in 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:
getView
in 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:
getLanguageCode
in 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:
getLanguageCodeBytes
in 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:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
-
mergeUnknownFields
public final ListNotificationsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
-
-