Uses of Interface
com.google.cloud.run.v2.HTTPHeaderOrBuilder
-
Packages that use HTTPHeaderOrBuilder Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of HTTPHeaderOrBuilder in com.google.cloud.run.v2
Classes in com.google.cloud.run.v2 that implement HTTPHeaderOrBuilder Modifier and Type Class Description classHTTPHeaderHTTPHeader describes a custom header to be used in HTTP probesstatic classHTTPHeader.BuilderHTTPHeader describes a custom header to be used in HTTP probesMethods in com.google.cloud.run.v2 that return HTTPHeaderOrBuilder Modifier and Type Method Description HTTPHeaderOrBuilderHTTPGetAction.Builder. getHttpHeadersOrBuilder(int index)Custom headers to set in the request.HTTPHeaderOrBuilderHTTPGetAction. getHttpHeadersOrBuilder(int index)Custom headers to set in the request.HTTPHeaderOrBuilderHTTPGetActionOrBuilder. getHttpHeadersOrBuilder(int index)Custom headers to set in the request.Methods in com.google.cloud.run.v2 that return types with arguments of type HTTPHeaderOrBuilder Modifier and Type Method Description List<? extends HTTPHeaderOrBuilder>HTTPGetAction.Builder. getHttpHeadersOrBuilderList()Custom headers to set in the request.List<? extends HTTPHeaderOrBuilder>HTTPGetAction. getHttpHeadersOrBuilderList()Custom headers to set in the request.List<? extends HTTPHeaderOrBuilder>HTTPGetActionOrBuilder. getHttpHeadersOrBuilderList()Custom headers to set in the request.
-