Uses of Class
com.google.cloud.compute.v1.GetSslPolicyRequest
-
Packages that use GetSslPolicyRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of GetSslPolicyRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetSslPolicyRequest Modifier and Type Method Description GetSslPolicyRequest
GetSslPolicyRequest.Builder. build()
GetSslPolicyRequest
GetSslPolicyRequest.Builder. buildPartial()
static GetSslPolicyRequest
GetSslPolicyRequest. getDefaultInstance()
GetSslPolicyRequest
GetSslPolicyRequest.Builder. getDefaultInstanceForType()
GetSslPolicyRequest
GetSslPolicyRequest. getDefaultInstanceForType()
static GetSslPolicyRequest
GetSslPolicyRequest. parseDelimitedFrom(InputStream input)
static GetSslPolicyRequest
GetSslPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSslPolicyRequest
GetSslPolicyRequest. parseFrom(byte[] data)
static GetSslPolicyRequest
GetSslPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSslPolicyRequest
GetSslPolicyRequest. parseFrom(com.google.protobuf.ByteString data)
static GetSslPolicyRequest
GetSslPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSslPolicyRequest
GetSslPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetSslPolicyRequest
GetSslPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSslPolicyRequest
GetSslPolicyRequest. parseFrom(InputStream input)
static GetSslPolicyRequest
GetSslPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSslPolicyRequest
GetSslPolicyRequest. parseFrom(ByteBuffer data)
static GetSslPolicyRequest
GetSslPolicyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetSslPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSslPolicyRequest,SslPolicy>
SslPoliciesClient. getCallable()
Lists all of the ordered rules present in a single specified policy.com.google.protobuf.Parser<GetSslPolicyRequest>
GetSslPolicyRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSslPolicyRequest,SslPolicy>
SslPoliciesSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetSslPolicyRequest,SslPolicy>
SslPoliciesSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<GetSslPolicyRequest>
GetSslPolicyRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetSslPolicyRequest Modifier and Type Method Description SslPolicy
SslPoliciesClient. get(GetSslPolicyRequest request)
Lists all of the ordered rules present in a single specified policy.GetSslPolicyRequest.Builder
GetSslPolicyRequest.Builder. mergeFrom(GetSslPolicyRequest other)
static GetSslPolicyRequest.Builder
GetSslPolicyRequest. newBuilder(GetSslPolicyRequest prototype)
-
Uses of GetSslPolicyRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetSslPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSslPolicyRequest,SslPolicy>
HttpJsonSslPoliciesStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetSslPolicyRequest,SslPolicy>
SslPoliciesStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSslPolicyRequest,SslPolicy>
SslPoliciesStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetSslPolicyRequest,SslPolicy>
SslPoliciesStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-