Uses of Class
com.google.cloud.compute.v1.Instance
-
Packages that use Instance 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 Instance in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Instance Modifier and Type Method Description Instance
Instance.Builder. build()
Instance
Instance.Builder. buildPartial()
Instance
InstancesClient. get(GetInstanceRequest request)
Returns the specified Instance resource.Instance
InstancesClient. get(String project, String zone, String instance)
Returns the specified Instance resource.static Instance
Instance. getDefaultInstance()
Instance
Instance.Builder. getDefaultInstanceForType()
Instance
Instance. getDefaultInstanceForType()
Instance
InsertInstanceRequest.Builder. getInstanceResource()
The body resource for this requestInstance
InsertInstanceRequest. getInstanceResource()
The body resource for this requestInstance
InsertInstanceRequestOrBuilder. getInstanceResource()
The body resource for this requestInstance
UpdateInstanceRequest.Builder. getInstanceResource()
The body resource for this requestInstance
UpdateInstanceRequest. getInstanceResource()
The body resource for this requestInstance
UpdateInstanceRequestOrBuilder. getInstanceResource()
The body resource for this requestInstance
InstancesScopedList.Builder. getInstances(int index)
[Output Only] A list of instances contained in this scope.Instance
InstancesScopedList. getInstances(int index)
[Output Only] A list of instances contained in this scope.Instance
InstancesScopedListOrBuilder. getInstances(int index)
[Output Only] A list of instances contained in this scope.Instance
InstanceList.Builder. getItems(int index)
A list of Instance resources.Instance
InstanceList. getItems(int index)
A list of Instance resources.Instance
InstanceListOrBuilder. getItems(int index)
A list of Instance resources.static Instance
Instance. parseDelimitedFrom(InputStream input)
static Instance
Instance. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance
Instance. parseFrom(byte[] data)
static Instance
Instance. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance
Instance. parseFrom(com.google.protobuf.ByteString data)
static Instance
Instance. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance
Instance. parseFrom(com.google.protobuf.CodedInputStream input)
static Instance
Instance. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance
Instance. parseFrom(InputStream input)
static Instance
Instance. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance
Instance. parseFrom(ByteBuffer data)
static Instance
Instance. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type Instance Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetInstanceRequest,Instance>
InstancesClient. getCallable()
Returns the specified Instance resource.List<Instance>
InstancesScopedList.Builder. getInstancesList()
[Output Only] A list of instances contained in this scope.List<Instance>
InstancesScopedList. getInstancesList()
[Output Only] A list of instances contained in this scope.List<Instance>
InstancesScopedListOrBuilder. getInstancesList()
[Output Only] A list of instances contained in this scope.List<Instance>
InstanceList.Builder. getItemsList()
A list of Instance resources.List<Instance>
InstanceList. getItemsList()
A list of Instance resources.List<Instance>
InstanceListOrBuilder. getItemsList()
A list of Instance resources.com.google.protobuf.Parser<Instance>
Instance. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInstanceRequest,Instance>
InstancesSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetInstanceRequest,Instance>
InstancesSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<Instance>
Instance. parser()
Methods in com.google.cloud.compute.v1 with parameters of type Instance Modifier and Type Method Description InstancesScopedList.Builder
InstancesScopedList.Builder. addInstances(int index, Instance value)
[Output Only] A list of instances contained in this scope.InstancesScopedList.Builder
InstancesScopedList.Builder. addInstances(Instance value)
[Output Only] A list of instances contained in this scope.InstanceList.Builder
InstanceList.Builder. addItems(int index, Instance value)
A list of Instance resources.InstanceList.Builder
InstanceList.Builder. addItems(Instance value)
A list of Instance resources.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
InstancesClient. insertAsync(String project, String zone, Instance instanceResource)
Creates an instance resource in the specified project using the data included in the request.Instance.Builder
Instance.Builder. mergeFrom(Instance other)
InsertInstanceRequest.Builder
InsertInstanceRequest.Builder. mergeInstanceResource(Instance value)
The body resource for this requestUpdateInstanceRequest.Builder
UpdateInstanceRequest.Builder. mergeInstanceResource(Instance value)
The body resource for this requeststatic Instance.Builder
Instance. newBuilder(Instance prototype)
InsertInstanceRequest.Builder
InsertInstanceRequest.Builder. setInstanceResource(Instance value)
The body resource for this requestUpdateInstanceRequest.Builder
UpdateInstanceRequest.Builder. setInstanceResource(Instance value)
The body resource for this requestInstancesScopedList.Builder
InstancesScopedList.Builder. setInstances(int index, Instance value)
[Output Only] A list of instances contained in this scope.InstanceList.Builder
InstanceList.Builder. setItems(int index, Instance value)
A list of Instance resources.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
InstancesClient. updateAsync(String project, String zone, String instance, Instance instanceResource)
Updates an instance only if the necessary resources are available.Method parameters in com.google.cloud.compute.v1 with type arguments of type Instance Modifier and Type Method Description InstancesScopedList.Builder
InstancesScopedList.Builder. addAllInstances(Iterable<? extends Instance> values)
[Output Only] A list of instances contained in this scope.InstanceList.Builder
InstanceList.Builder. addAllItems(Iterable<? extends Instance> values)
A list of Instance resources.static com.google.api.core.ApiFuture<InstancesClient.ListPagedResponse>
InstancesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInstancesRequest,InstanceList,Instance> context, com.google.api.core.ApiFuture<InstanceList> futureResponse)
protected InstancesClient.ListPage
InstancesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListInstancesRequest,InstanceList,Instance> context, InstanceList response)
com.google.api.core.ApiFuture<InstancesClient.ListPage>
InstancesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInstancesRequest,InstanceList,Instance> context, com.google.api.core.ApiFuture<InstanceList> futureResponse)
-
Uses of Instance in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type Instance Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetInstanceRequest,Instance>
HttpJsonInstancesStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetInstanceRequest,Instance>
InstancesStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInstanceRequest,Instance>
InstancesStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetInstanceRequest,Instance>
InstancesStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-