Uses of Class
com.google.cloud.compute.v1.MoveFirewallPolicyRequest
-
Packages that use MoveFirewallPolicyRequest 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 MoveFirewallPolicyRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return MoveFirewallPolicyRequest Modifier and Type Method Description MoveFirewallPolicyRequest
MoveFirewallPolicyRequest.Builder. build()
MoveFirewallPolicyRequest
MoveFirewallPolicyRequest.Builder. buildPartial()
static MoveFirewallPolicyRequest
MoveFirewallPolicyRequest. getDefaultInstance()
MoveFirewallPolicyRequest
MoveFirewallPolicyRequest.Builder. getDefaultInstanceForType()
MoveFirewallPolicyRequest
MoveFirewallPolicyRequest. getDefaultInstanceForType()
static MoveFirewallPolicyRequest
MoveFirewallPolicyRequest. parseDelimitedFrom(InputStream input)
static MoveFirewallPolicyRequest
MoveFirewallPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveFirewallPolicyRequest
MoveFirewallPolicyRequest. parseFrom(byte[] data)
static MoveFirewallPolicyRequest
MoveFirewallPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveFirewallPolicyRequest
MoveFirewallPolicyRequest. parseFrom(com.google.protobuf.ByteString data)
static MoveFirewallPolicyRequest
MoveFirewallPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveFirewallPolicyRequest
MoveFirewallPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static MoveFirewallPolicyRequest
MoveFirewallPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveFirewallPolicyRequest
MoveFirewallPolicyRequest. parseFrom(InputStream input)
static MoveFirewallPolicyRequest
MoveFirewallPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveFirewallPolicyRequest
MoveFirewallPolicyRequest. parseFrom(ByteBuffer data)
static MoveFirewallPolicyRequest
MoveFirewallPolicyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type MoveFirewallPolicyRequest Modifier and Type Method Description com.google.protobuf.Parser<MoveFirewallPolicyRequest>
MoveFirewallPolicyRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<MoveFirewallPolicyRequest,Operation>
FirewallPoliciesClient. moveCallable()
Moves the specified firewall policy.com.google.api.gax.rpc.OperationCallable<MoveFirewallPolicyRequest,Operation,Operation>
FirewallPoliciesClient. moveOperationCallable()
Moves the specified firewall policy.com.google.api.gax.rpc.OperationCallSettings.Builder<MoveFirewallPolicyRequest,Operation,Operation>
FirewallPoliciesSettings.Builder. moveOperationSettings()
Returns the builder for the settings used for calls to move.com.google.api.gax.rpc.OperationCallSettings<MoveFirewallPolicyRequest,Operation,Operation>
FirewallPoliciesSettings. moveOperationSettings()
Returns the object with the settings used for calls to move.com.google.api.gax.rpc.UnaryCallSettings.Builder<MoveFirewallPolicyRequest,Operation>
FirewallPoliciesSettings.Builder. moveSettings()
Returns the builder for the settings used for calls to move.com.google.api.gax.rpc.UnaryCallSettings<MoveFirewallPolicyRequest,Operation>
FirewallPoliciesSettings. moveSettings()
Returns the object with the settings used for calls to move.static com.google.protobuf.Parser<MoveFirewallPolicyRequest>
MoveFirewallPolicyRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type MoveFirewallPolicyRequest Modifier and Type Method Description MoveFirewallPolicyRequest.Builder
MoveFirewallPolicyRequest.Builder. mergeFrom(MoveFirewallPolicyRequest other)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
FirewallPoliciesClient. moveAsync(MoveFirewallPolicyRequest request)
Moves the specified firewall policy.static MoveFirewallPolicyRequest.Builder
MoveFirewallPolicyRequest. newBuilder(MoveFirewallPolicyRequest prototype)
-
Uses of MoveFirewallPolicyRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type MoveFirewallPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<MoveFirewallPolicyRequest,Operation>
FirewallPoliciesStub. moveCallable()
com.google.api.gax.rpc.UnaryCallable<MoveFirewallPolicyRequest,Operation>
HttpJsonFirewallPoliciesStub. moveCallable()
com.google.api.gax.rpc.OperationCallable<MoveFirewallPolicyRequest,Operation,Operation>
FirewallPoliciesStub. moveOperationCallable()
com.google.api.gax.rpc.OperationCallable<MoveFirewallPolicyRequest,Operation,Operation>
HttpJsonFirewallPoliciesStub. moveOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<MoveFirewallPolicyRequest,Operation,Operation>
FirewallPoliciesStubSettings.Builder. moveOperationSettings()
Returns the builder for the settings used for calls to move.com.google.api.gax.rpc.OperationCallSettings<MoveFirewallPolicyRequest,Operation,Operation>
FirewallPoliciesStubSettings. moveOperationSettings()
Returns the object with the settings used for calls to move.com.google.api.gax.rpc.UnaryCallSettings.Builder<MoveFirewallPolicyRequest,Operation>
FirewallPoliciesStubSettings.Builder. moveSettings()
Returns the builder for the settings used for calls to move.com.google.api.gax.rpc.UnaryCallSettings<MoveFirewallPolicyRequest,Operation>
FirewallPoliciesStubSettings. moveSettings()
Returns the object with the settings used for calls to move.
-