Uses of Interface
com.google.cloud.compute.v1.HttpHeaderOptionOrBuilder
-
Packages that use HttpHeaderOptionOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HttpHeaderOptionOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement HttpHeaderOptionOrBuilder Modifier and Type Class Description class
HttpHeaderOption
Specification determining how headers are added to requests or responses.static class
HttpHeaderOption.Builder
Specification determining how headers are added to requests or responses.Methods in com.google.cloud.compute.v1 that return HttpHeaderOptionOrBuilder Modifier and Type Method Description HttpHeaderOptionOrBuilder
HttpHeaderAction.Builder. getRequestHeadersToAddOrBuilder(int index)
Headers to add to a matching request before forwarding the request to the backendService.HttpHeaderOptionOrBuilder
HttpHeaderAction. getRequestHeadersToAddOrBuilder(int index)
Headers to add to a matching request before forwarding the request to the backendService.HttpHeaderOptionOrBuilder
HttpHeaderActionOrBuilder. getRequestHeadersToAddOrBuilder(int index)
Headers to add to a matching request before forwarding the request to the backendService.HttpHeaderOptionOrBuilder
HttpHeaderAction.Builder. getResponseHeadersToAddOrBuilder(int index)
Headers to add the response before sending the response back to the client.HttpHeaderOptionOrBuilder
HttpHeaderAction. getResponseHeadersToAddOrBuilder(int index)
Headers to add the response before sending the response back to the client.HttpHeaderOptionOrBuilder
HttpHeaderActionOrBuilder. getResponseHeadersToAddOrBuilder(int index)
Headers to add the response before sending the response back to the client.Methods in com.google.cloud.compute.v1 that return types with arguments of type HttpHeaderOptionOrBuilder Modifier and Type Method Description List<? extends HttpHeaderOptionOrBuilder>
HttpHeaderAction.Builder. getRequestHeadersToAddOrBuilderList()
Headers to add to a matching request before forwarding the request to the backendService.List<? extends HttpHeaderOptionOrBuilder>
HttpHeaderAction. getRequestHeadersToAddOrBuilderList()
Headers to add to a matching request before forwarding the request to the backendService.List<? extends HttpHeaderOptionOrBuilder>
HttpHeaderActionOrBuilder. getRequestHeadersToAddOrBuilderList()
Headers to add to a matching request before forwarding the request to the backendService.List<? extends HttpHeaderOptionOrBuilder>
HttpHeaderAction.Builder. getResponseHeadersToAddOrBuilderList()
Headers to add the response before sending the response back to the client.List<? extends HttpHeaderOptionOrBuilder>
HttpHeaderAction. getResponseHeadersToAddOrBuilderList()
Headers to add the response before sending the response back to the client.List<? extends HttpHeaderOptionOrBuilder>
HttpHeaderActionOrBuilder. getResponseHeadersToAddOrBuilderList()
Headers to add the response before sending the response back to the client.
-