Class ComputeContactsResponse.Builder (2.12.0)

public static final class ComputeContactsResponse.Builder extends GeneratedMessageV3.Builder<ComputeContactsResponse.Builder> implements ComputeContactsResponseOrBuilder

Response message for the ComputeContacts method.

Protobuf type google.cloud.essentialcontacts.v1.ComputeContactsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllContacts(Iterable<? extends Contact> values)

public ComputeContactsResponse.Builder addAllContacts(Iterable<? extends Contact> values)

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.essentialcontacts.v1.Contact>
Returns
TypeDescription
ComputeContactsResponse.Builder

addContacts(Contact value)

public ComputeContactsResponse.Builder addContacts(Contact value)

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Parameter
NameDescription
valueContact
Returns
TypeDescription
ComputeContactsResponse.Builder

addContacts(Contact.Builder builderForValue)

public ComputeContactsResponse.Builder addContacts(Contact.Builder builderForValue)

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Parameter
NameDescription
builderForValueContact.Builder
Returns
TypeDescription
ComputeContactsResponse.Builder

addContacts(int index, Contact value)

public ComputeContactsResponse.Builder addContacts(int index, Contact value)

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Parameters
NameDescription
indexint
valueContact
Returns
TypeDescription
ComputeContactsResponse.Builder

addContacts(int index, Contact.Builder builderForValue)

public ComputeContactsResponse.Builder addContacts(int index, Contact.Builder builderForValue)

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Parameters
NameDescription
indexint
builderForValueContact.Builder
Returns
TypeDescription
ComputeContactsResponse.Builder

addContactsBuilder()

public Contact.Builder addContactsBuilder()

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Returns
TypeDescription
Contact.Builder

addContactsBuilder(int index)

public Contact.Builder addContactsBuilder(int index)

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Contact.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ComputeContactsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ComputeContactsResponse.Builder
Overrides

build()

public ComputeContactsResponse build()
Returns
TypeDescription
ComputeContactsResponse

buildPartial()

public ComputeContactsResponse buildPartial()
Returns
TypeDescription
ComputeContactsResponse

clear()

public ComputeContactsResponse.Builder clear()
Returns
TypeDescription
ComputeContactsResponse.Builder
Overrides

clearContacts()

public ComputeContactsResponse.Builder clearContacts()

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Returns
TypeDescription
ComputeContactsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ComputeContactsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ComputeContactsResponse.Builder
Overrides

clearNextPageToken()

public ComputeContactsResponse.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
TypeDescription
ComputeContactsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ComputeContactsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ComputeContactsResponse.Builder
Overrides

clone()

public ComputeContactsResponse.Builder clone()
Returns
TypeDescription
ComputeContactsResponse.Builder
Overrides

getContacts(int index)

public Contact getContacts(int index)

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Contact

getContactsBuilder(int index)

public Contact.Builder getContactsBuilder(int index)

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Contact.Builder

getContactsBuilderList()

public List<Contact.Builder> getContactsBuilderList()

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Returns
TypeDescription
List<Builder>

getContactsCount()

public int getContactsCount()

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Returns
TypeDescription
int

getContactsList()

public List<Contact> getContactsList()

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Returns
TypeDescription
List<Contact>

getContactsOrBuilder(int index)

public ContactOrBuilder getContactsOrBuilder(int index)

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ContactOrBuilder

getContactsOrBuilderList()

public List<? extends ContactOrBuilder> getContactsOrBuilderList()

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Returns
TypeDescription
List<? extends com.google.cloud.essentialcontacts.v1.ContactOrBuilder>

getDefaultInstanceForType()

public ComputeContactsResponse getDefaultInstanceForType()
Returns
TypeDescription
ComputeContactsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public 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;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ComputeContactsResponse other)

public ComputeContactsResponse.Builder mergeFrom(ComputeContactsResponse other)
Parameter
NameDescription
otherComputeContactsResponse
Returns
TypeDescription
ComputeContactsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ComputeContactsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ComputeContactsResponse.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ComputeContactsResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ComputeContactsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ComputeContactsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ComputeContactsResponse.Builder
Overrides

removeContacts(int index)

public ComputeContactsResponse.Builder removeContacts(int index)

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ComputeContactsResponse.Builder

setContacts(int index, Contact value)

public ComputeContactsResponse.Builder setContacts(int index, Contact value)

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Parameters
NameDescription
indexint
valueContact
Returns
TypeDescription
ComputeContactsResponse.Builder

setContacts(int index, Contact.Builder builderForValue)

public ComputeContactsResponse.Builder setContacts(int index, Contact.Builder builderForValue)

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Parameters
NameDescription
indexint
builderForValueContact.Builder
Returns
TypeDescription
ComputeContactsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ComputeContactsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ComputeContactsResponse.Builder
Overrides

setNextPageToken(String value)

public ComputeContactsResponse.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;

Parameter
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
ComputeContactsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ComputeContactsResponse.Builder setNextPageTokenBytes(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;

Parameter
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
ComputeContactsResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ComputeContactsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ComputeContactsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ComputeContactsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ComputeContactsResponse.Builder
Overrides