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 GetSslPolicyRequestGetSslPolicyRequest.Builder. build()GetSslPolicyRequestGetSslPolicyRequest.Builder. buildPartial()static GetSslPolicyRequestGetSslPolicyRequest. getDefaultInstance()GetSslPolicyRequestGetSslPolicyRequest.Builder. getDefaultInstanceForType()GetSslPolicyRequestGetSslPolicyRequest. getDefaultInstanceForType()static GetSslPolicyRequestGetSslPolicyRequest. parseDelimitedFrom(InputStream input)static GetSslPolicyRequestGetSslPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSslPolicyRequestGetSslPolicyRequest. parseFrom(byte[] data)static GetSslPolicyRequestGetSslPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSslPolicyRequestGetSslPolicyRequest. parseFrom(com.google.protobuf.ByteString data)static GetSslPolicyRequestGetSslPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSslPolicyRequestGetSslPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetSslPolicyRequestGetSslPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSslPolicyRequestGetSslPolicyRequest. parseFrom(InputStream input)static GetSslPolicyRequestGetSslPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSslPolicyRequestGetSslPolicyRequest. parseFrom(ByteBuffer data)static GetSslPolicyRequestGetSslPolicyRequest. 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 SslPolicySslPoliciesClient. get(GetSslPolicyRequest request)Lists all of the ordered rules present in a single specified policy.GetSslPolicyRequest.BuilderGetSslPolicyRequest.Builder. mergeFrom(GetSslPolicyRequest other)static GetSslPolicyRequest.BuilderGetSslPolicyRequest. 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.
-