public static final class ListDeploymentEventsResponse.Builder extends GeneratedMessage.Builder<ListDeploymentEventsResponse.Builder> implements ListDeploymentEventsResponseOrBuilderResponse to listing DeploymentEvents.
Protobuf type google.cloud.developerconnect.v1.ListDeploymentEventsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListDeploymentEventsResponse.BuilderImplements
ListDeploymentEventsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllDeploymentEvents(Iterable<? extends DeploymentEvent> values)
public ListDeploymentEventsResponse.Builder addAllDeploymentEvents(Iterable<? extends DeploymentEvent> values)The list of DeploymentEvents.
repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.developerconnect.v1.DeploymentEvent> |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse.Builder |
|
addDeploymentEvents(DeploymentEvent value)
public ListDeploymentEventsResponse.Builder addDeploymentEvents(DeploymentEvent value)The list of DeploymentEvents.
repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
DeploymentEvent |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse.Builder |
|
addDeploymentEvents(DeploymentEvent.Builder builderForValue)
public ListDeploymentEventsResponse.Builder addDeploymentEvents(DeploymentEvent.Builder builderForValue)The list of DeploymentEvents.
repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DeploymentEvent.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse.Builder |
|
addDeploymentEvents(int index, DeploymentEvent value)
public ListDeploymentEventsResponse.Builder addDeploymentEvents(int index, DeploymentEvent value)The list of DeploymentEvents.
repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DeploymentEvent |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse.Builder |
|
addDeploymentEvents(int index, DeploymentEvent.Builder builderForValue)
public ListDeploymentEventsResponse.Builder addDeploymentEvents(int index, DeploymentEvent.Builder builderForValue)The list of DeploymentEvents.
repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DeploymentEvent.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse.Builder |
|
addDeploymentEventsBuilder()
public DeploymentEvent.Builder addDeploymentEventsBuilder()The list of DeploymentEvents.
repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;
| Returns | |
|---|---|
| Type | Description |
DeploymentEvent.Builder |
|
addDeploymentEventsBuilder(int index)
public DeploymentEvent.Builder addDeploymentEventsBuilder(int index)The list of DeploymentEvents.
repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DeploymentEvent.Builder |
|
build()
public ListDeploymentEventsResponse build()| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse |
|
buildPartial()
public ListDeploymentEventsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse |
|
clear()
public ListDeploymentEventsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse.Builder |
|
clearDeploymentEvents()
public ListDeploymentEventsResponse.Builder clearDeploymentEvents()The list of DeploymentEvents.
repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;
| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse.Builder |
|
clearNextPageToken()
public ListDeploymentEventsResponse.Builder clearNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListDeploymentEventsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse |
|
getDeploymentEvents(int index)
public DeploymentEvent getDeploymentEvents(int index)The list of DeploymentEvents.
repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DeploymentEvent |
|
getDeploymentEventsBuilder(int index)
public DeploymentEvent.Builder getDeploymentEventsBuilder(int index)The list of DeploymentEvents.
repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DeploymentEvent.Builder |
|
getDeploymentEventsBuilderList()
public List<DeploymentEvent.Builder> getDeploymentEventsBuilderList()The list of DeploymentEvents.
repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getDeploymentEventsCount()
public int getDeploymentEventsCount()The list of DeploymentEvents.
repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDeploymentEventsList()
public List<DeploymentEvent> getDeploymentEventsList()The list of DeploymentEvents.
repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;
| Returns | |
|---|---|
| Type | Description |
List<DeploymentEvent> |
|
getDeploymentEventsOrBuilder(int index)
public DeploymentEventOrBuilder getDeploymentEventsOrBuilder(int index)The list of DeploymentEvents.
repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DeploymentEventOrBuilder |
|
getDeploymentEventsOrBuilderList()
public List<? extends DeploymentEventOrBuilder> getDeploymentEventsOrBuilderList()The list of DeploymentEvents.
repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.developerconnect.v1.DeploymentEventOrBuilder> |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListDeploymentEventsResponse other)
public ListDeploymentEventsResponse.Builder mergeFrom(ListDeploymentEventsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDeploymentEventsResponse |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListDeploymentEventsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListDeploymentEventsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse.Builder |
|
removeDeploymentEvents(int index)
public ListDeploymentEventsResponse.Builder removeDeploymentEvents(int index)The list of DeploymentEvents.
repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse.Builder |
|
setDeploymentEvents(int index, DeploymentEvent value)
public ListDeploymentEventsResponse.Builder setDeploymentEvents(int index, DeploymentEvent value)The list of DeploymentEvents.
repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DeploymentEvent |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse.Builder |
|
setDeploymentEvents(int index, DeploymentEvent.Builder builderForValue)
public ListDeploymentEventsResponse.Builder setDeploymentEvents(int index, DeploymentEvent.Builder builderForValue)The list of DeploymentEvents.
repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DeploymentEvent.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse.Builder |
|
setNextPageToken(String value)
public ListDeploymentEventsResponse.Builder setNextPageToken(String value) A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListDeploymentEventsResponse.Builder setNextPageTokenBytes(ByteString value) A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse.Builder |
This builder for chaining. |