Class HTTPGetAction.Builder (0.42.0)

public static final class HTTPGetAction.Builder extends GeneratedMessageV3.Builder<HTTPGetAction.Builder> implements HTTPGetActionOrBuilder

HTTPGetAction describes an action based on HTTP Get requests.

Protobuf type google.cloud.run.v2.HTTPGetAction

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllHttpHeaders(Iterable<? extends HTTPHeader> values)

public HTTPGetAction.Builder addAllHttpHeaders(Iterable<? extends HTTPHeader> values)

Custom headers to set in the request. HTTP allows repeated headers.

repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;

Parameter
Name Description
values Iterable<? extends com.google.cloud.run.v2.HTTPHeader>
Returns
Type Description
HTTPGetAction.Builder

addHttpHeaders(HTTPHeader value)

public HTTPGetAction.Builder addHttpHeaders(HTTPHeader value)

Custom headers to set in the request. HTTP allows repeated headers.

repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;

Parameter
Name Description
value HTTPHeader
Returns
Type Description
HTTPGetAction.Builder

addHttpHeaders(HTTPHeader.Builder builderForValue)

public HTTPGetAction.Builder addHttpHeaders(HTTPHeader.Builder builderForValue)

Custom headers to set in the request. HTTP allows repeated headers.

repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;

Parameter
Name Description
builderForValue HTTPHeader.Builder
Returns
Type Description
HTTPGetAction.Builder

addHttpHeaders(int index, HTTPHeader value)

public HTTPGetAction.Builder addHttpHeaders(int index, HTTPHeader value)

Custom headers to set in the request. HTTP allows repeated headers.

repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;

Parameters
Name Description
index int
value HTTPHeader
Returns
Type Description
HTTPGetAction.Builder

addHttpHeaders(int index, HTTPHeader.Builder builderForValue)

public HTTPGetAction.Builder addHttpHeaders(int index, HTTPHeader.Builder builderForValue)

Custom headers to set in the request. HTTP allows repeated headers.

repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;

Parameters
Name Description
index int
builderForValue HTTPHeader.Builder
Returns
Type Description
HTTPGetAction.Builder

addHttpHeadersBuilder()

public HTTPHeader.Builder addHttpHeadersBuilder()

Custom headers to set in the request. HTTP allows repeated headers.

repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;

Returns
Type Description
HTTPHeader.Builder

addHttpHeadersBuilder(int index)

public HTTPHeader.Builder addHttpHeadersBuilder(int index)

Custom headers to set in the request. HTTP allows repeated headers.

repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;

Parameter
Name Description
index int
Returns
Type Description
HTTPHeader.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public HTTPGetAction.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
HTTPGetAction.Builder
Overrides

build()

public HTTPGetAction build()
Returns
Type Description
HTTPGetAction

buildPartial()

public HTTPGetAction buildPartial()
Returns
Type Description
HTTPGetAction

clear()

public HTTPGetAction.Builder clear()
Returns
Type Description
HTTPGetAction.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public HTTPGetAction.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
HTTPGetAction.Builder
Overrides

clearHttpHeaders()

public HTTPGetAction.Builder clearHttpHeaders()

Custom headers to set in the request. HTTP allows repeated headers.

repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;

Returns
Type Description
HTTPGetAction.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public HTTPGetAction.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
HTTPGetAction.Builder
Overrides

clearPath()

public HTTPGetAction.Builder clearPath()

Path to access on the HTTP server. Defaults to '/'.

string path = 1;

Returns
Type Description
HTTPGetAction.Builder

This builder for chaining.

clearPort()

public HTTPGetAction.Builder clearPort()

Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.

int32 port = 5;

Returns
Type Description
HTTPGetAction.Builder

This builder for chaining.

clone()

public HTTPGetAction.Builder clone()
Returns
Type Description
HTTPGetAction.Builder
Overrides

getDefaultInstanceForType()

public HTTPGetAction getDefaultInstanceForType()
Returns
Type Description
HTTPGetAction

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getHttpHeaders(int index)

public HTTPHeader getHttpHeaders(int index)

Custom headers to set in the request. HTTP allows repeated headers.

repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;

Parameter
Name Description
index int
Returns
Type Description
HTTPHeader

getHttpHeadersBuilder(int index)

public HTTPHeader.Builder getHttpHeadersBuilder(int index)

Custom headers to set in the request. HTTP allows repeated headers.

repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;

Parameter
Name Description
index int
Returns
Type Description
HTTPHeader.Builder

getHttpHeadersBuilderList()

public List<HTTPHeader.Builder> getHttpHeadersBuilderList()

Custom headers to set in the request. HTTP allows repeated headers.

repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;

Returns
Type Description
List<Builder>

getHttpHeadersCount()

public int getHttpHeadersCount()

Custom headers to set in the request. HTTP allows repeated headers.

repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;

Returns
Type Description
int

getHttpHeadersList()

public List<HTTPHeader> getHttpHeadersList()

Custom headers to set in the request. HTTP allows repeated headers.

repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;

Returns
Type Description
List<HTTPHeader>

getHttpHeadersOrBuilder(int index)

public HTTPHeaderOrBuilder getHttpHeadersOrBuilder(int index)

Custom headers to set in the request. HTTP allows repeated headers.

repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;

Parameter
Name Description
index int
Returns
Type Description
HTTPHeaderOrBuilder

getHttpHeadersOrBuilderList()

public List<? extends HTTPHeaderOrBuilder> getHttpHeadersOrBuilderList()

Custom headers to set in the request. HTTP allows repeated headers.

repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;

Returns
Type Description
List<? extends com.google.cloud.run.v2.HTTPHeaderOrBuilder>

getPath()

public String getPath()

Path to access on the HTTP server. Defaults to '/'.

string path = 1;

Returns
Type Description
String

The path.

getPathBytes()

public ByteString getPathBytes()

Path to access on the HTTP server. Defaults to '/'.

string path = 1;

Returns
Type Description
ByteString

The bytes for path.

getPort()

public int getPort()

Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.

int32 port = 5;

Returns
Type Description
int

The port.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(HTTPGetAction other)

public HTTPGetAction.Builder mergeFrom(HTTPGetAction other)
Parameter
Name Description
other HTTPGetAction
Returns
Type Description
HTTPGetAction.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public HTTPGetAction.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HTTPGetAction.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public HTTPGetAction.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
HTTPGetAction.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final HTTPGetAction.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
HTTPGetAction.Builder
Overrides

removeHttpHeaders(int index)

public HTTPGetAction.Builder removeHttpHeaders(int index)

Custom headers to set in the request. HTTP allows repeated headers.

repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;

Parameter
Name Description
index int
Returns
Type Description
HTTPGetAction.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public HTTPGetAction.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
HTTPGetAction.Builder
Overrides

setHttpHeaders(int index, HTTPHeader value)

public HTTPGetAction.Builder setHttpHeaders(int index, HTTPHeader value)

Custom headers to set in the request. HTTP allows repeated headers.

repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;

Parameters
Name Description
index int
value HTTPHeader
Returns
Type Description
HTTPGetAction.Builder

setHttpHeaders(int index, HTTPHeader.Builder builderForValue)

public HTTPGetAction.Builder setHttpHeaders(int index, HTTPHeader.Builder builderForValue)

Custom headers to set in the request. HTTP allows repeated headers.

repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;

Parameters
Name Description
index int
builderForValue HTTPHeader.Builder
Returns
Type Description
HTTPGetAction.Builder

setPath(String value)

public HTTPGetAction.Builder setPath(String value)

Path to access on the HTTP server. Defaults to '/'.

string path = 1;

Parameter
Name Description
value String

The path to set.

Returns
Type Description
HTTPGetAction.Builder

This builder for chaining.

setPathBytes(ByteString value)

public HTTPGetAction.Builder setPathBytes(ByteString value)

Path to access on the HTTP server. Defaults to '/'.

string path = 1;

Parameter
Name Description
value ByteString

The bytes for path to set.

Returns
Type Description
HTTPGetAction.Builder

This builder for chaining.

setPort(int value)

public HTTPGetAction.Builder setPort(int value)

Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.

int32 port = 5;

Parameter
Name Description
value int

The port to set.

Returns
Type Description
HTTPGetAction.Builder

This builder for chaining.

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

public HTTPGetAction.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
HTTPGetAction.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final HTTPGetAction.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
HTTPGetAction.Builder
Overrides