Uses of Class
com.google.cloud.compute.v1.GetServiceAttachmentRequest
-
Packages that use GetServiceAttachmentRequest 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 GetServiceAttachmentRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetServiceAttachmentRequest Modifier and Type Method Description GetServiceAttachmentRequest
GetServiceAttachmentRequest.Builder. build()
GetServiceAttachmentRequest
GetServiceAttachmentRequest.Builder. buildPartial()
static GetServiceAttachmentRequest
GetServiceAttachmentRequest. getDefaultInstance()
GetServiceAttachmentRequest
GetServiceAttachmentRequest.Builder. getDefaultInstanceForType()
GetServiceAttachmentRequest
GetServiceAttachmentRequest. getDefaultInstanceForType()
static GetServiceAttachmentRequest
GetServiceAttachmentRequest. parseDelimitedFrom(InputStream input)
static GetServiceAttachmentRequest
GetServiceAttachmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceAttachmentRequest
GetServiceAttachmentRequest. parseFrom(byte[] data)
static GetServiceAttachmentRequest
GetServiceAttachmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceAttachmentRequest
GetServiceAttachmentRequest. parseFrom(com.google.protobuf.ByteString data)
static GetServiceAttachmentRequest
GetServiceAttachmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceAttachmentRequest
GetServiceAttachmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetServiceAttachmentRequest
GetServiceAttachmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceAttachmentRequest
GetServiceAttachmentRequest. parseFrom(InputStream input)
static GetServiceAttachmentRequest
GetServiceAttachmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceAttachmentRequest
GetServiceAttachmentRequest. parseFrom(ByteBuffer data)
static GetServiceAttachmentRequest
GetServiceAttachmentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetServiceAttachmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServiceAttachmentRequest,ServiceAttachment>
ServiceAttachmentsClient. getCallable()
Returns the specified ServiceAttachment resource in the given scope.com.google.protobuf.Parser<GetServiceAttachmentRequest>
GetServiceAttachmentRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceAttachmentRequest,ServiceAttachment>
ServiceAttachmentsSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetServiceAttachmentRequest,ServiceAttachment>
ServiceAttachmentsSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<GetServiceAttachmentRequest>
GetServiceAttachmentRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetServiceAttachmentRequest Modifier and Type Method Description ServiceAttachment
ServiceAttachmentsClient. get(GetServiceAttachmentRequest request)
Returns the specified ServiceAttachment resource in the given scope.GetServiceAttachmentRequest.Builder
GetServiceAttachmentRequest.Builder. mergeFrom(GetServiceAttachmentRequest other)
static GetServiceAttachmentRequest.Builder
GetServiceAttachmentRequest. newBuilder(GetServiceAttachmentRequest prototype)
-
Uses of GetServiceAttachmentRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetServiceAttachmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServiceAttachmentRequest,ServiceAttachment>
HttpJsonServiceAttachmentsStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetServiceAttachmentRequest,ServiceAttachment>
ServiceAttachmentsStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceAttachmentRequest,ServiceAttachment>
ServiceAttachmentsStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetServiceAttachmentRequest,ServiceAttachment>
ServiceAttachmentsStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-