Uses of Class
com.google.cloud.compute.v1.InsertRegionSslPolicyRequest
-
Packages that use InsertRegionSslPolicyRequest 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 InsertRegionSslPolicyRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InsertRegionSslPolicyRequest Modifier and Type Method Description InsertRegionSslPolicyRequest
InsertRegionSslPolicyRequest.Builder. build()
InsertRegionSslPolicyRequest
InsertRegionSslPolicyRequest.Builder. buildPartial()
static InsertRegionSslPolicyRequest
InsertRegionSslPolicyRequest. getDefaultInstance()
InsertRegionSslPolicyRequest
InsertRegionSslPolicyRequest.Builder. getDefaultInstanceForType()
InsertRegionSslPolicyRequest
InsertRegionSslPolicyRequest. getDefaultInstanceForType()
static InsertRegionSslPolicyRequest
InsertRegionSslPolicyRequest. parseDelimitedFrom(InputStream input)
static InsertRegionSslPolicyRequest
InsertRegionSslPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertRegionSslPolicyRequest
InsertRegionSslPolicyRequest. parseFrom(byte[] data)
static InsertRegionSslPolicyRequest
InsertRegionSslPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertRegionSslPolicyRequest
InsertRegionSslPolicyRequest. parseFrom(com.google.protobuf.ByteString data)
static InsertRegionSslPolicyRequest
InsertRegionSslPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertRegionSslPolicyRequest
InsertRegionSslPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static InsertRegionSslPolicyRequest
InsertRegionSslPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertRegionSslPolicyRequest
InsertRegionSslPolicyRequest. parseFrom(InputStream input)
static InsertRegionSslPolicyRequest
InsertRegionSslPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertRegionSslPolicyRequest
InsertRegionSslPolicyRequest. parseFrom(ByteBuffer data)
static InsertRegionSslPolicyRequest
InsertRegionSslPolicyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type InsertRegionSslPolicyRequest Modifier and Type Method Description com.google.protobuf.Parser<InsertRegionSslPolicyRequest>
InsertRegionSslPolicyRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<InsertRegionSslPolicyRequest,Operation>
RegionSslPoliciesClient. insertCallable()
Creates a new policy in the specified project and region using the data included in the request.com.google.api.gax.rpc.OperationCallable<InsertRegionSslPolicyRequest,Operation,Operation>
RegionSslPoliciesClient. insertOperationCallable()
Creates a new policy in the specified project and region using the data included in the request.com.google.api.gax.rpc.OperationCallSettings.Builder<InsertRegionSslPolicyRequest,Operation,Operation>
RegionSslPoliciesSettings.Builder. insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertRegionSslPolicyRequest,Operation,Operation>
RegionSslPoliciesSettings. insertOperationSettings()
Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertRegionSslPolicyRequest,Operation>
RegionSslPoliciesSettings.Builder. insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertRegionSslPolicyRequest,Operation>
RegionSslPoliciesSettings. insertSettings()
Returns the object with the settings used for calls to insert.static com.google.protobuf.Parser<InsertRegionSslPolicyRequest>
InsertRegionSslPolicyRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type InsertRegionSslPolicyRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
RegionSslPoliciesClient. insertAsync(InsertRegionSslPolicyRequest request)
Creates a new policy in the specified project and region using the data included in the request.InsertRegionSslPolicyRequest.Builder
InsertRegionSslPolicyRequest.Builder. mergeFrom(InsertRegionSslPolicyRequest other)
static InsertRegionSslPolicyRequest.Builder
InsertRegionSslPolicyRequest. newBuilder(InsertRegionSslPolicyRequest prototype)
-
Uses of InsertRegionSslPolicyRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InsertRegionSslPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<InsertRegionSslPolicyRequest,Operation>
HttpJsonRegionSslPoliciesStub. insertCallable()
com.google.api.gax.rpc.UnaryCallable<InsertRegionSslPolicyRequest,Operation>
RegionSslPoliciesStub. insertCallable()
com.google.api.gax.rpc.OperationCallable<InsertRegionSslPolicyRequest,Operation,Operation>
HttpJsonRegionSslPoliciesStub. insertOperationCallable()
com.google.api.gax.rpc.OperationCallable<InsertRegionSslPolicyRequest,Operation,Operation>
RegionSslPoliciesStub. insertOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<InsertRegionSslPolicyRequest,Operation,Operation>
RegionSslPoliciesStubSettings.Builder. insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertRegionSslPolicyRequest,Operation,Operation>
RegionSslPoliciesStubSettings. insertOperationSettings()
Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertRegionSslPolicyRequest,Operation>
RegionSslPoliciesStubSettings.Builder. insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertRegionSslPolicyRequest,Operation>
RegionSslPoliciesStubSettings. insertSettings()
Returns the object with the settings used for calls to insert.
-