Uses of Class
com.google.cloud.compute.v1.EnableXpnResourceProjectRequest
-
Packages that use EnableXpnResourceProjectRequest 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 EnableXpnResourceProjectRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return EnableXpnResourceProjectRequest Modifier and Type Method Description EnableXpnResourceProjectRequest
EnableXpnResourceProjectRequest.Builder. build()
EnableXpnResourceProjectRequest
EnableXpnResourceProjectRequest.Builder. buildPartial()
static EnableXpnResourceProjectRequest
EnableXpnResourceProjectRequest. getDefaultInstance()
EnableXpnResourceProjectRequest
EnableXpnResourceProjectRequest.Builder. getDefaultInstanceForType()
EnableXpnResourceProjectRequest
EnableXpnResourceProjectRequest. getDefaultInstanceForType()
static EnableXpnResourceProjectRequest
EnableXpnResourceProjectRequest. parseDelimitedFrom(InputStream input)
static EnableXpnResourceProjectRequest
EnableXpnResourceProjectRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnableXpnResourceProjectRequest
EnableXpnResourceProjectRequest. parseFrom(byte[] data)
static EnableXpnResourceProjectRequest
EnableXpnResourceProjectRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnableXpnResourceProjectRequest
EnableXpnResourceProjectRequest. parseFrom(com.google.protobuf.ByteString data)
static EnableXpnResourceProjectRequest
EnableXpnResourceProjectRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnableXpnResourceProjectRequest
EnableXpnResourceProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static EnableXpnResourceProjectRequest
EnableXpnResourceProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnableXpnResourceProjectRequest
EnableXpnResourceProjectRequest. parseFrom(InputStream input)
static EnableXpnResourceProjectRequest
EnableXpnResourceProjectRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnableXpnResourceProjectRequest
EnableXpnResourceProjectRequest. parseFrom(ByteBuffer data)
static EnableXpnResourceProjectRequest
EnableXpnResourceProjectRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type EnableXpnResourceProjectRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<EnableXpnResourceProjectRequest,Operation>
ProjectsClient. enableXpnResourceCallable()
Enable service resource (a.k.a service project) for a host project, so that subnets in the host project can be used by instances in the service project.com.google.api.gax.rpc.OperationCallable<EnableXpnResourceProjectRequest,Operation,Operation>
ProjectsClient. enableXpnResourceOperationCallable()
Enable service resource (a.k.a service project) for a host project, so that subnets in the host project can be used by instances in the service project.com.google.api.gax.rpc.OperationCallSettings.Builder<EnableXpnResourceProjectRequest,Operation,Operation>
ProjectsSettings.Builder. enableXpnResourceOperationSettings()
Returns the builder for the settings used for calls to enableXpnResource.com.google.api.gax.rpc.OperationCallSettings<EnableXpnResourceProjectRequest,Operation,Operation>
ProjectsSettings. enableXpnResourceOperationSettings()
Returns the object with the settings used for calls to enableXpnResource.com.google.api.gax.rpc.UnaryCallSettings.Builder<EnableXpnResourceProjectRequest,Operation>
ProjectsSettings.Builder. enableXpnResourceSettings()
Returns the builder for the settings used for calls to enableXpnResource.com.google.api.gax.rpc.UnaryCallSettings<EnableXpnResourceProjectRequest,Operation>
ProjectsSettings. enableXpnResourceSettings()
Returns the object with the settings used for calls to enableXpnResource.com.google.protobuf.Parser<EnableXpnResourceProjectRequest>
EnableXpnResourceProjectRequest. getParserForType()
static com.google.protobuf.Parser<EnableXpnResourceProjectRequest>
EnableXpnResourceProjectRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type EnableXpnResourceProjectRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
ProjectsClient. enableXpnResourceAsync(EnableXpnResourceProjectRequest request)
Enable service resource (a.k.a service project) for a host project, so that subnets in the host project can be used by instances in the service project.EnableXpnResourceProjectRequest.Builder
EnableXpnResourceProjectRequest.Builder. mergeFrom(EnableXpnResourceProjectRequest other)
static EnableXpnResourceProjectRequest.Builder
EnableXpnResourceProjectRequest. newBuilder(EnableXpnResourceProjectRequest prototype)
-
Uses of EnableXpnResourceProjectRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type EnableXpnResourceProjectRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<EnableXpnResourceProjectRequest,Operation>
HttpJsonProjectsStub. enableXpnResourceCallable()
com.google.api.gax.rpc.UnaryCallable<EnableXpnResourceProjectRequest,Operation>
ProjectsStub. enableXpnResourceCallable()
com.google.api.gax.rpc.OperationCallable<EnableXpnResourceProjectRequest,Operation,Operation>
HttpJsonProjectsStub. enableXpnResourceOperationCallable()
com.google.api.gax.rpc.OperationCallable<EnableXpnResourceProjectRequest,Operation,Operation>
ProjectsStub. enableXpnResourceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<EnableXpnResourceProjectRequest,Operation,Operation>
ProjectsStubSettings.Builder. enableXpnResourceOperationSettings()
Returns the builder for the settings used for calls to enableXpnResource.com.google.api.gax.rpc.OperationCallSettings<EnableXpnResourceProjectRequest,Operation,Operation>
ProjectsStubSettings. enableXpnResourceOperationSettings()
Returns the object with the settings used for calls to enableXpnResource.com.google.api.gax.rpc.UnaryCallSettings.Builder<EnableXpnResourceProjectRequest,Operation>
ProjectsStubSettings.Builder. enableXpnResourceSettings()
Returns the builder for the settings used for calls to enableXpnResource.com.google.api.gax.rpc.UnaryCallSettings<EnableXpnResourceProjectRequest,Operation>
ProjectsStubSettings. enableXpnResourceSettings()
Returns the object with the settings used for calls to enableXpnResource.
-