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 HttpHeaderOptionHttpHeaderOption.Builder. build()HttpHeaderOptionHttpHeaderOption.Builder. buildPartial()static HttpHeaderOptionHttpHeaderOption. getDefaultInstance()HttpHeaderOptionHttpHeaderOption.Builder. getDefaultInstanceForType()HttpHeaderOptionHttpHeaderOption. getDefaultInstanceForType()HttpHeaderOptionHttpHeaderAction.Builder. getRequestHeadersToAdd(int index)Headers to add to a matching request before forwarding the request to the backendService.HttpHeaderOptionHttpHeaderAction. getRequestHeadersToAdd(int index)Headers to add to a matching request before forwarding the request to the backendService.HttpHeaderOptionHttpHeaderActionOrBuilder. getRequestHeadersToAdd(int index)Headers to add to a matching request before forwarding the request to the backendService.HttpHeaderOptionHttpHeaderAction.Builder. getResponseHeadersToAdd(int index)Headers to add the response before sending the response back to the client.HttpHeaderOptionHttpHeaderAction. getResponseHeadersToAdd(int index)Headers to add the response before sending the response back to the client.HttpHeaderOptionHttpHeaderActionOrBuilder. getResponseHeadersToAdd(int index)Headers to add the response before sending the response back to the client.static HttpHeaderOptionHttpHeaderOption. parseDelimitedFrom(InputStream input)static HttpHeaderOptionHttpHeaderOption. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpHeaderOptionHttpHeaderOption. parseFrom(byte[] data)static HttpHeaderOptionHttpHeaderOption. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpHeaderOptionHttpHeaderOption. parseFrom(com.google.protobuf.ByteString data)static HttpHeaderOptionHttpHeaderOption. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpHeaderOptionHttpHeaderOption. parseFrom(com.google.protobuf.CodedInputStream input)static HttpHeaderOptionHttpHeaderOption. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpHeaderOptionHttpHeaderOption. parseFrom(InputStream input)static HttpHeaderOptionHttpHeaderOption. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpHeaderOptionHttpHeaderOption. parseFrom(ByteBuffer data)static HttpHeaderOptionHttpHeaderOption. 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.BuilderHttpHeaderAction.Builder. addRequestHeadersToAdd(int index, HttpHeaderOption value)Headers to add to a matching request before forwarding the request to the backendService.HttpHeaderAction.BuilderHttpHeaderAction.Builder. addRequestHeadersToAdd(HttpHeaderOption value)Headers to add to a matching request before forwarding the request to the backendService.HttpHeaderAction.BuilderHttpHeaderAction.Builder. addResponseHeadersToAdd(int index, HttpHeaderOption value)Headers to add the response before sending the response back to the client.HttpHeaderAction.BuilderHttpHeaderAction.Builder. addResponseHeadersToAdd(HttpHeaderOption value)Headers to add the response before sending the response back to the client.HttpHeaderOption.BuilderHttpHeaderOption.Builder. mergeFrom(HttpHeaderOption other)static HttpHeaderOption.BuilderHttpHeaderOption. newBuilder(HttpHeaderOption prototype)HttpHeaderAction.BuilderHttpHeaderAction.Builder. setRequestHeadersToAdd(int index, HttpHeaderOption value)Headers to add to a matching request before forwarding the request to the backendService.HttpHeaderAction.BuilderHttpHeaderAction.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.BuilderHttpHeaderAction.Builder. addAllRequestHeadersToAdd(Iterable<? extends HttpHeaderOption> values)Headers to add to a matching request before forwarding the request to the backendService.HttpHeaderAction.BuilderHttpHeaderAction.Builder. addAllResponseHeadersToAdd(Iterable<? extends HttpHeaderOption> values)Headers to add the response before sending the response back to the client.
-