Class ListContactsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListContactsResponse.Builder>
-
- com.google.cloud.essentialcontacts.v1.ListContactsResponse.Builder
-
- All Implemented Interfaces:
ListContactsResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListContactsResponse
public static final class ListContactsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListContactsResponse.Builder> implements ListContactsResponseOrBuilder
Response message for the ListContacts method.
Protobuf typegoogle.cloud.essentialcontacts.v1.ListContactsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListContactsResponse.Builder
addAllContacts(Iterable<? extends Contact> values)
The contacts for the specified resource.ListContactsResponse.Builder
addContacts(int index, Contact value)
The contacts for the specified resource.ListContactsResponse.Builder
addContacts(int index, Contact.Builder builderForValue)
The contacts for the specified resource.ListContactsResponse.Builder
addContacts(Contact value)
The contacts for the specified resource.ListContactsResponse.Builder
addContacts(Contact.Builder builderForValue)
The contacts for the specified resource.Contact.Builder
addContactsBuilder()
The contacts for the specified resource.Contact.Builder
addContactsBuilder(int index)
The contacts for the specified resource.ListContactsResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListContactsResponse
build()
ListContactsResponse
buildPartial()
ListContactsResponse.Builder
clear()
ListContactsResponse.Builder
clearContacts()
The contacts for the specified resource.ListContactsResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListContactsResponse.Builder
clearNextPageToken()
If there are more results than those appearing in this response, then `next_page_token` is included.ListContactsResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListContactsResponse.Builder
clone()
Contact
getContacts(int index)
The contacts for the specified resource.Contact.Builder
getContactsBuilder(int index)
The contacts for the specified resource.List<Contact.Builder>
getContactsBuilderList()
The contacts for the specified resource.int
getContactsCount()
The contacts for the specified resource.List<Contact>
getContactsList()
The contacts for the specified resource.ContactOrBuilder
getContactsOrBuilder(int index)
The contacts for the specified resource.List<? extends ContactOrBuilder>
getContactsOrBuilderList()
The contacts for the specified resource.ListContactsResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getNextPageToken()
If there are more results than those appearing in this response, then `next_page_token` is included.com.google.protobuf.ByteString
getNextPageTokenBytes()
If there are more results than those appearing in this response, then `next_page_token` is included.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListContactsResponse.Builder
mergeFrom(ListContactsResponse other)
ListContactsResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListContactsResponse.Builder
mergeFrom(com.google.protobuf.Message other)
ListContactsResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListContactsResponse.Builder
removeContacts(int index)
The contacts for the specified resource.ListContactsResponse.Builder
setContacts(int index, Contact value)
The contacts for the specified resource.ListContactsResponse.Builder
setContacts(int index, Contact.Builder builderForValue)
The contacts for the specified resource.ListContactsResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListContactsResponse.Builder
setNextPageToken(String value)
If there are more results than those appearing in this response, then `next_page_token` is included.ListContactsResponse.Builder
setNextPageTokenBytes(com.google.protobuf.ByteString value)
If there are more results than those appearing in this response, then `next_page_token` is included.ListContactsResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListContactsResponse.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<ListContactsResponse.Builder>
-
clear
public ListContactsResponse.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<ListContactsResponse.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<ListContactsResponse.Builder>
-
getDefaultInstanceForType
public ListContactsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListContactsResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListContactsResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListContactsResponse.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<ListContactsResponse.Builder>
-
setField
public ListContactsResponse.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<ListContactsResponse.Builder>
-
clearField
public ListContactsResponse.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<ListContactsResponse.Builder>
-
clearOneof
public ListContactsResponse.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<ListContactsResponse.Builder>
-
setRepeatedField
public ListContactsResponse.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<ListContactsResponse.Builder>
-
addRepeatedField
public ListContactsResponse.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<ListContactsResponse.Builder>
-
mergeFrom
public ListContactsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListContactsResponse.Builder>
-
mergeFrom
public ListContactsResponse.Builder mergeFrom(ListContactsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListContactsResponse.Builder>
-
mergeFrom
public ListContactsResponse.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<ListContactsResponse.Builder>
- Throws:
IOException
-
getContactsList
public List<Contact> getContactsList()
The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
- Specified by:
getContactsList
in interfaceListContactsResponseOrBuilder
-
getContactsCount
public int getContactsCount()
The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
- Specified by:
getContactsCount
in interfaceListContactsResponseOrBuilder
-
getContacts
public Contact getContacts(int index)
The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
- Specified by:
getContacts
in interfaceListContactsResponseOrBuilder
-
setContacts
public ListContactsResponse.Builder setContacts(int index, Contact value)
The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
-
setContacts
public ListContactsResponse.Builder setContacts(int index, Contact.Builder builderForValue)
The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
-
addContacts
public ListContactsResponse.Builder addContacts(Contact value)
The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
-
addContacts
public ListContactsResponse.Builder addContacts(int index, Contact value)
The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
-
addContacts
public ListContactsResponse.Builder addContacts(Contact.Builder builderForValue)
The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
-
addContacts
public ListContactsResponse.Builder addContacts(int index, Contact.Builder builderForValue)
The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
-
addAllContacts
public ListContactsResponse.Builder addAllContacts(Iterable<? extends Contact> values)
The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
-
clearContacts
public ListContactsResponse.Builder clearContacts()
The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
-
removeContacts
public ListContactsResponse.Builder removeContacts(int index)
The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
-
getContactsBuilder
public Contact.Builder getContactsBuilder(int index)
The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
-
getContactsOrBuilder
public ContactOrBuilder getContactsOrBuilder(int index)
The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
- Specified by:
getContactsOrBuilder
in interfaceListContactsResponseOrBuilder
-
getContactsOrBuilderList
public List<? extends ContactOrBuilder> getContactsOrBuilderList()
The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
- Specified by:
getContactsOrBuilderList
in interfaceListContactsResponseOrBuilder
-
addContactsBuilder
public Contact.Builder addContactsBuilder()
The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
-
addContactsBuilder
public Contact.Builder addContactsBuilder(int index)
The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
-
getContactsBuilderList
public List<Contact.Builder> getContactsBuilderList()
The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
-
getNextPageToken
public String getNextPageToken()
If there are more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token` and the rest of the parameters the same as the original request.
string next_page_token = 2;
- Specified by:
getNextPageToken
in interfaceListContactsResponseOrBuilder
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()
If there are more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token` and the rest of the parameters the same as the original request.
string next_page_token = 2;
- Specified by:
getNextPageTokenBytes
in interfaceListContactsResponseOrBuilder
- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public ListContactsResponse.Builder setNextPageToken(String value)
If there are more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token` and the rest of the parameters the same as the original request.
string next_page_token = 2;
- Parameters:
value
- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
public ListContactsResponse.Builder clearNextPageToken()
If there are more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token` and the rest of the parameters the same as the original request.
string next_page_token = 2;
- Returns:
- This builder for chaining.
-
setNextPageTokenBytes
public ListContactsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
If there are more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token` and the rest of the parameters the same as the original request.
string next_page_token = 2;
- Parameters:
value
- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListContactsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListContactsResponse.Builder>
-
mergeUnknownFields
public final ListContactsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListContactsResponse.Builder>
-
-