Uses of Class
com.google.cloud.compute.v1.GetInstanceRequest
-
Packages that use GetInstanceRequest 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 GetInstanceRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetInstanceRequest Modifier and Type Method Description GetInstanceRequest
GetInstanceRequest.Builder. build()
GetInstanceRequest
GetInstanceRequest.Builder. buildPartial()
static GetInstanceRequest
GetInstanceRequest. getDefaultInstance()
GetInstanceRequest
GetInstanceRequest.Builder. getDefaultInstanceForType()
GetInstanceRequest
GetInstanceRequest. getDefaultInstanceForType()
static GetInstanceRequest
GetInstanceRequest. parseDelimitedFrom(InputStream input)
static GetInstanceRequest
GetInstanceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInstanceRequest
GetInstanceRequest. parseFrom(byte[] data)
static GetInstanceRequest
GetInstanceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInstanceRequest
GetInstanceRequest. parseFrom(com.google.protobuf.ByteString data)
static GetInstanceRequest
GetInstanceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInstanceRequest
GetInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetInstanceRequest
GetInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInstanceRequest
GetInstanceRequest. parseFrom(InputStream input)
static GetInstanceRequest
GetInstanceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInstanceRequest
GetInstanceRequest. parseFrom(ByteBuffer data)
static GetInstanceRequest
GetInstanceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetInstanceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetInstanceRequest,Instance>
InstancesClient. getCallable()
Returns the specified Instance resource.com.google.protobuf.Parser<GetInstanceRequest>
GetInstanceRequest. 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<GetInstanceRequest>
GetInstanceRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetInstanceRequest Modifier and Type Method Description Instance
InstancesClient. get(GetInstanceRequest request)
Returns the specified Instance resource.GetInstanceRequest.Builder
GetInstanceRequest.Builder. mergeFrom(GetInstanceRequest other)
static GetInstanceRequest.Builder
GetInstanceRequest. newBuilder(GetInstanceRequest prototype)
-
Uses of GetInstanceRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetInstanceRequest 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.
-