Uses of Class
com.google.cloud.compute.v1.HttpHeaderOption
-
Packages that use HttpHeaderOption Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HttpHeaderOption in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return HttpHeaderOption Modifier and Type Method Description HttpHeaderOption
HttpHeaderOption.Builder. build()
HttpHeaderOption
HttpHeaderOption.Builder. buildPartial()
static HttpHeaderOption
HttpHeaderOption. getDefaultInstance()
HttpHeaderOption
HttpHeaderOption.Builder. getDefaultInstanceForType()
HttpHeaderOption
HttpHeaderOption. getDefaultInstanceForType()
HttpHeaderOption
HttpHeaderAction.Builder. getRequestHeadersToAdd(int index)
Headers to add to a matching request before forwarding the request to the backendService.HttpHeaderOption
HttpHeaderAction. getRequestHeadersToAdd(int index)
Headers to add to a matching request before forwarding the request to the backendService.HttpHeaderOption
HttpHeaderActionOrBuilder. getRequestHeadersToAdd(int index)
Headers to add to a matching request before forwarding the request to the backendService.HttpHeaderOption
HttpHeaderAction.Builder. getResponseHeadersToAdd(int index)
Headers to add the response before sending the response back to the client.HttpHeaderOption
HttpHeaderAction. getResponseHeadersToAdd(int index)
Headers to add the response before sending the response back to the client.HttpHeaderOption
HttpHeaderActionOrBuilder. getResponseHeadersToAdd(int index)
Headers to add the response before sending the response back to the client.static HttpHeaderOption
HttpHeaderOption. parseDelimitedFrom(InputStream input)
static HttpHeaderOption
HttpHeaderOption. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpHeaderOption
HttpHeaderOption. parseFrom(byte[] data)
static HttpHeaderOption
HttpHeaderOption. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpHeaderOption
HttpHeaderOption. parseFrom(com.google.protobuf.ByteString data)
static HttpHeaderOption
HttpHeaderOption. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpHeaderOption
HttpHeaderOption. parseFrom(com.google.protobuf.CodedInputStream input)
static HttpHeaderOption
HttpHeaderOption. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpHeaderOption
HttpHeaderOption. parseFrom(InputStream input)
static HttpHeaderOption
HttpHeaderOption. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpHeaderOption
HttpHeaderOption. parseFrom(ByteBuffer data)
static HttpHeaderOption
HttpHeaderOption. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type HttpHeaderOption Modifier and Type Method Description com.google.protobuf.Parser<HttpHeaderOption>
HttpHeaderOption. getParserForType()
List<HttpHeaderOption>
HttpHeaderAction.Builder. getRequestHeadersToAddList()
Headers to add to a matching request before forwarding the request to the backendService.List<HttpHeaderOption>
HttpHeaderAction. getRequestHeadersToAddList()
Headers to add to a matching request before forwarding the request to the backendService.List<HttpHeaderOption>
HttpHeaderActionOrBuilder. getRequestHeadersToAddList()
Headers to add to a matching request before forwarding the request to the backendService.List<HttpHeaderOption>
HttpHeaderAction.Builder. getResponseHeadersToAddList()
Headers to add the response before sending the response back to the client.List<HttpHeaderOption>
HttpHeaderAction. getResponseHeadersToAddList()
Headers to add the response before sending the response back to the client.List<HttpHeaderOption>
HttpHeaderActionOrBuilder. getResponseHeadersToAddList()
Headers to add the response before sending the response back to the client.static com.google.protobuf.Parser<HttpHeaderOption>
HttpHeaderOption. parser()
Methods in com.google.cloud.compute.v1 with parameters of type HttpHeaderOption Modifier and Type Method Description HttpHeaderAction.Builder
HttpHeaderAction.Builder. addRequestHeadersToAdd(int index, HttpHeaderOption value)
Headers to add to a matching request before forwarding the request to the backendService.HttpHeaderAction.Builder
HttpHeaderAction.Builder. addRequestHeadersToAdd(HttpHeaderOption value)
Headers to add to a matching request before forwarding the request to the backendService.HttpHeaderAction.Builder
HttpHeaderAction.Builder. addResponseHeadersToAdd(int index, HttpHeaderOption value)
Headers to add the response before sending the response back to the client.HttpHeaderAction.Builder
HttpHeaderAction.Builder. addResponseHeadersToAdd(HttpHeaderOption value)
Headers to add the response before sending the response back to the client.HttpHeaderOption.Builder
HttpHeaderOption.Builder. mergeFrom(HttpHeaderOption other)
static HttpHeaderOption.Builder
HttpHeaderOption. newBuilder(HttpHeaderOption prototype)
HttpHeaderAction.Builder
HttpHeaderAction.Builder. setRequestHeadersToAdd(int index, HttpHeaderOption value)
Headers to add to a matching request before forwarding the request to the backendService.HttpHeaderAction.Builder
HttpHeaderAction.Builder. setResponseHeadersToAdd(int index, HttpHeaderOption value)
Headers to add the response before sending the response back to the client.Method parameters in com.google.cloud.compute.v1 with type arguments of type HttpHeaderOption Modifier and Type Method Description HttpHeaderAction.Builder
HttpHeaderAction.Builder. addAllRequestHeadersToAdd(Iterable<? extends HttpHeaderOption> values)
Headers to add to a matching request before forwarding the request to the backendService.HttpHeaderAction.Builder
HttpHeaderAction.Builder. addAllResponseHeadersToAdd(Iterable<? extends HttpHeaderOption> values)
Headers to add the response before sending the response back to the client.
-