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 class
HTTPHeader
HTTPHeader describes a custom header to be used in HTTP probesstatic class
HTTPHeader.Builder
HTTPHeader describes a custom header to be used in HTTP probesMethods in com.google.cloud.run.v2 that return HTTPHeaderOrBuilder Modifier and Type Method Description HTTPHeaderOrBuilder
HTTPGetAction.Builder. getHttpHeadersOrBuilder(int index)
Custom headers to set in the request.HTTPHeaderOrBuilder
HTTPGetAction. getHttpHeadersOrBuilder(int index)
Custom headers to set in the request.HTTPHeaderOrBuilder
HTTPGetActionOrBuilder. 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.
-