Uses of Class
com.google.cloud.run.v2.HTTPGetAction
-
Packages that use HTTPGetAction Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of HTTPGetAction in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return HTTPGetAction Modifier and Type Method Description HTTPGetActionHTTPGetAction.Builder. build()HTTPGetActionHTTPGetAction.Builder. buildPartial()static HTTPGetActionHTTPGetAction. getDefaultInstance()HTTPGetActionHTTPGetAction.Builder. getDefaultInstanceForType()HTTPGetActionHTTPGetAction. getDefaultInstanceForType()HTTPGetActionProbe.Builder. getHttpGet()HTTPGet specifies the http request to perform.HTTPGetActionProbe. getHttpGet()HTTPGet specifies the http request to perform.HTTPGetActionProbeOrBuilder. getHttpGet()HTTPGet specifies the http request to perform.static HTTPGetActionHTTPGetAction. parseDelimitedFrom(InputStream input)static HTTPGetActionHTTPGetAction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HTTPGetActionHTTPGetAction. parseFrom(byte[] data)static HTTPGetActionHTTPGetAction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HTTPGetActionHTTPGetAction. parseFrom(com.google.protobuf.ByteString data)static HTTPGetActionHTTPGetAction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HTTPGetActionHTTPGetAction. parseFrom(com.google.protobuf.CodedInputStream input)static HTTPGetActionHTTPGetAction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HTTPGetActionHTTPGetAction. parseFrom(InputStream input)static HTTPGetActionHTTPGetAction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HTTPGetActionHTTPGetAction. parseFrom(ByteBuffer data)static HTTPGetActionHTTPGetAction. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.run.v2 that return types with arguments of type HTTPGetAction Modifier and Type Method Description com.google.protobuf.Parser<HTTPGetAction>HTTPGetAction. getParserForType()static com.google.protobuf.Parser<HTTPGetAction>HTTPGetAction. parser()Methods in com.google.cloud.run.v2 with parameters of type HTTPGetAction Modifier and Type Method Description HTTPGetAction.BuilderHTTPGetAction.Builder. mergeFrom(HTTPGetAction other)Probe.BuilderProbe.Builder. mergeHttpGet(HTTPGetAction value)HTTPGet specifies the http request to perform.static HTTPGetAction.BuilderHTTPGetAction. newBuilder(HTTPGetAction prototype)Probe.BuilderProbe.Builder. setHttpGet(HTTPGetAction value)HTTPGet specifies the http request to perform.
-