Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
com.google.cloud.compute.v1.stub |
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.Builder.build() |
Instance |
InsertInstanceHttpRequest.getApiMessageRequestBody() |
static Instance |
Instance.getDefaultInstance() |
Instance |
InstanceClient.getInstance(GetInstanceHttpRequest request)
Returns the specified Instance resource.
|
Instance |
InstanceClient.getInstance(ProjectZoneInstanceName instance)
Returns the specified Instance resource.
|
Instance |
InstanceClient.getInstance(String instance)
Returns the specified Instance resource.
|
Instance |
InsertInstanceHttpRequest.getInstanceResource()
An Instance resource.
|
Instance |
InsertInstanceHttpRequest.Builder.getInstanceResource()
An Instance resource.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetInstanceHttpRequest,Instance> |
InstanceClient.getInstanceCallable()
Returns the specified Instance resource.
|
UnaryCallSettings<GetInstanceHttpRequest,Instance> |
InstanceSettings.getInstanceSettings()
Returns the object with the settings used for calls to getInstance.
|
UnaryCallSettings.Builder<GetInstanceHttpRequest,Instance> |
InstanceSettings.Builder.getInstanceSettings()
Returns the builder for the settings used for calls to getInstance.
|
List<Instance> |
InstancesScopedList.getInstancesList()
[Output Only] A list of instances contained in this scope.
|
List<Instance> |
InstancesScopedList.Builder.getInstancesList()
[Output Only] A list of instances contained in this scope.
|
List<Instance> |
InstanceList.getItemsList()
A list of Instance resources.
|
List<Instance> |
InstanceList.Builder.getItemsList()
A list of Instance resources.
|
Modifier and Type | Method and Description |
---|---|
InstancesScopedList.Builder |
InstancesScopedList.Builder.addInstances(Instance instances)
[Output Only] A list of instances contained in this scope.
|
InstanceList.Builder |
InstanceList.Builder.addItems(Instance items)
A list of Instance resources.
|
Operation |
InstanceClient.insertInstance(ProjectZoneName zone,
Instance instanceResource)
Creates an instance resource in the specified project using the data included in the request.
|
Operation |
InstanceClient.insertInstance(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) |
static Instance.Builder |
Instance.newBuilder(Instance prototype) |
InsertInstanceHttpRequest.Builder |
InsertInstanceHttpRequest.Builder.setInstanceResource(Instance instanceResource)
An Instance resource.
|
Modifier and Type | Method and Description |
---|---|
InstancesScopedList.Builder |
InstancesScopedList.Builder.addAllInstances(List<Instance> instances)
[Output Only] A list of instances contained in this scope.
|
InstanceList.Builder |
InstanceList.Builder.addAllItems(List<Instance> items)
A list of Instance resources.
|
static com.google.api.core.ApiFuture<InstanceClient.ListInstancesPagedResponse> |
InstanceClient.ListInstancesPagedResponse.createAsync(PageContext<ListInstancesHttpRequest,InstanceList,Instance> context,
com.google.api.core.ApiFuture<InstanceList> futureResponse) |
protected InstanceClient.ListInstancesPage |
InstanceClient.ListInstancesPage.createPage(PageContext<ListInstancesHttpRequest,InstanceList,Instance> context,
InstanceList response) |
com.google.api.core.ApiFuture<InstanceClient.ListInstancesPage> |
InstanceClient.ListInstancesPage.createPageAsync(PageContext<ListInstancesHttpRequest,InstanceList,Instance> context,
com.google.api.core.ApiFuture<InstanceList> futureResponse) |
Modifier and Type | Field and Description |
---|---|
static ApiMethodDescriptor<GetInstanceHttpRequest,Instance> |
HttpJsonInstanceStub.getInstanceMethodDescriptor |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetInstanceHttpRequest,Instance> |
HttpJsonInstanceStub.getInstanceCallable() |
UnaryCallable<GetInstanceHttpRequest,Instance> |
InstanceStub.getInstanceCallable() |
UnaryCallSettings<GetInstanceHttpRequest,Instance> |
InstanceStubSettings.getInstanceSettings()
Returns the object with the settings used for calls to getInstance.
|
UnaryCallSettings.Builder<GetInstanceHttpRequest,Instance> |
InstanceStubSettings.Builder.getInstanceSettings()
Returns the builder for the settings used for calls to getInstance.
|
Copyright © 2019 Google LLC. All rights reserved.