Uses of Class
com.google.cloud.run.v2.HTTPHeader
-
Packages that use HTTPHeader Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of HTTPHeader in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return HTTPHeader Modifier and Type Method Description HTTPHeader
HTTPHeader.Builder. build()
HTTPHeader
HTTPHeader.Builder. buildPartial()
static HTTPHeader
HTTPHeader. getDefaultInstance()
HTTPHeader
HTTPHeader.Builder. getDefaultInstanceForType()
HTTPHeader
HTTPHeader. getDefaultInstanceForType()
HTTPHeader
HTTPGetAction.Builder. getHttpHeaders(int index)
Custom headers to set in the request.HTTPHeader
HTTPGetAction. getHttpHeaders(int index)
Custom headers to set in the request.HTTPHeader
HTTPGetActionOrBuilder. getHttpHeaders(int index)
Custom headers to set in the request.static HTTPHeader
HTTPHeader. parseDelimitedFrom(InputStream input)
static HTTPHeader
HTTPHeader. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HTTPHeader
HTTPHeader. parseFrom(byte[] data)
static HTTPHeader
HTTPHeader. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HTTPHeader
HTTPHeader. parseFrom(com.google.protobuf.ByteString data)
static HTTPHeader
HTTPHeader. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HTTPHeader
HTTPHeader. parseFrom(com.google.protobuf.CodedInputStream input)
static HTTPHeader
HTTPHeader. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HTTPHeader
HTTPHeader. parseFrom(InputStream input)
static HTTPHeader
HTTPHeader. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HTTPHeader
HTTPHeader. parseFrom(ByteBuffer data)
static HTTPHeader
HTTPHeader. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.run.v2 that return types with arguments of type HTTPHeader Modifier and Type Method Description List<HTTPHeader>
HTTPGetAction.Builder. getHttpHeadersList()
Custom headers to set in the request.List<HTTPHeader>
HTTPGetAction. getHttpHeadersList()
Custom headers to set in the request.List<HTTPHeader>
HTTPGetActionOrBuilder. getHttpHeadersList()
Custom headers to set in the request.com.google.protobuf.Parser<HTTPHeader>
HTTPHeader. getParserForType()
static com.google.protobuf.Parser<HTTPHeader>
HTTPHeader. parser()
Methods in com.google.cloud.run.v2 with parameters of type HTTPHeader Modifier and Type Method Description HTTPGetAction.Builder
HTTPGetAction.Builder. addHttpHeaders(int index, HTTPHeader value)
Custom headers to set in the request.HTTPGetAction.Builder
HTTPGetAction.Builder. addHttpHeaders(HTTPHeader value)
Custom headers to set in the request.HTTPHeader.Builder
HTTPHeader.Builder. mergeFrom(HTTPHeader other)
static HTTPHeader.Builder
HTTPHeader. newBuilder(HTTPHeader prototype)
HTTPGetAction.Builder
HTTPGetAction.Builder. setHttpHeaders(int index, HTTPHeader value)
Custom headers to set in the request.Method parameters in com.google.cloud.run.v2 with type arguments of type HTTPHeader Modifier and Type Method Description HTTPGetAction.Builder
HTTPGetAction.Builder. addAllHttpHeaders(Iterable<? extends HTTPHeader> values)
Custom headers to set in the request.
-