Uses of Class
com.google.cloud.compute.v1.TestIamPermissionsNetworkAttachmentRequest
-
Packages that use TestIamPermissionsNetworkAttachmentRequest 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 TestIamPermissionsNetworkAttachmentRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return TestIamPermissionsNetworkAttachmentRequest Modifier and Type Method Description TestIamPermissionsNetworkAttachmentRequest
TestIamPermissionsNetworkAttachmentRequest.Builder. build()
TestIamPermissionsNetworkAttachmentRequest
TestIamPermissionsNetworkAttachmentRequest.Builder. buildPartial()
static TestIamPermissionsNetworkAttachmentRequest
TestIamPermissionsNetworkAttachmentRequest. getDefaultInstance()
TestIamPermissionsNetworkAttachmentRequest
TestIamPermissionsNetworkAttachmentRequest.Builder. getDefaultInstanceForType()
TestIamPermissionsNetworkAttachmentRequest
TestIamPermissionsNetworkAttachmentRequest. getDefaultInstanceForType()
static TestIamPermissionsNetworkAttachmentRequest
TestIamPermissionsNetworkAttachmentRequest. parseDelimitedFrom(InputStream input)
static TestIamPermissionsNetworkAttachmentRequest
TestIamPermissionsNetworkAttachmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestIamPermissionsNetworkAttachmentRequest
TestIamPermissionsNetworkAttachmentRequest. parseFrom(byte[] data)
static TestIamPermissionsNetworkAttachmentRequest
TestIamPermissionsNetworkAttachmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestIamPermissionsNetworkAttachmentRequest
TestIamPermissionsNetworkAttachmentRequest. parseFrom(com.google.protobuf.ByteString data)
static TestIamPermissionsNetworkAttachmentRequest
TestIamPermissionsNetworkAttachmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestIamPermissionsNetworkAttachmentRequest
TestIamPermissionsNetworkAttachmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static TestIamPermissionsNetworkAttachmentRequest
TestIamPermissionsNetworkAttachmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestIamPermissionsNetworkAttachmentRequest
TestIamPermissionsNetworkAttachmentRequest. parseFrom(InputStream input)
static TestIamPermissionsNetworkAttachmentRequest
TestIamPermissionsNetworkAttachmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestIamPermissionsNetworkAttachmentRequest
TestIamPermissionsNetworkAttachmentRequest. parseFrom(ByteBuffer data)
static TestIamPermissionsNetworkAttachmentRequest
TestIamPermissionsNetworkAttachmentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type TestIamPermissionsNetworkAttachmentRequest Modifier and Type Method Description com.google.protobuf.Parser<TestIamPermissionsNetworkAttachmentRequest>
TestIamPermissionsNetworkAttachmentRequest. getParserForType()
static com.google.protobuf.Parser<TestIamPermissionsNetworkAttachmentRequest>
TestIamPermissionsNetworkAttachmentRequest. parser()
com.google.api.gax.rpc.UnaryCallable<TestIamPermissionsNetworkAttachmentRequest,TestPermissionsResponse>
NetworkAttachmentsClient. testIamPermissionsCallable()
Returns permissions that a caller has on the specified resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<TestIamPermissionsNetworkAttachmentRequest,TestPermissionsResponse>
NetworkAttachmentsSettings.Builder. testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.com.google.api.gax.rpc.UnaryCallSettings<TestIamPermissionsNetworkAttachmentRequest,TestPermissionsResponse>
NetworkAttachmentsSettings. testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.Methods in com.google.cloud.compute.v1 with parameters of type TestIamPermissionsNetworkAttachmentRequest Modifier and Type Method Description TestIamPermissionsNetworkAttachmentRequest.Builder
TestIamPermissionsNetworkAttachmentRequest.Builder. mergeFrom(TestIamPermissionsNetworkAttachmentRequest other)
static TestIamPermissionsNetworkAttachmentRequest.Builder
TestIamPermissionsNetworkAttachmentRequest. newBuilder(TestIamPermissionsNetworkAttachmentRequest prototype)
TestPermissionsResponse
NetworkAttachmentsClient. testIamPermissions(TestIamPermissionsNetworkAttachmentRequest request)
Returns permissions that a caller has on the specified resource. -
Uses of TestIamPermissionsNetworkAttachmentRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type TestIamPermissionsNetworkAttachmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<TestIamPermissionsNetworkAttachmentRequest,TestPermissionsResponse>
HttpJsonNetworkAttachmentsStub. testIamPermissionsCallable()
com.google.api.gax.rpc.UnaryCallable<TestIamPermissionsNetworkAttachmentRequest,TestPermissionsResponse>
NetworkAttachmentsStub. testIamPermissionsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<TestIamPermissionsNetworkAttachmentRequest,TestPermissionsResponse>
NetworkAttachmentsStubSettings.Builder. testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.com.google.api.gax.rpc.UnaryCallSettings<TestIamPermissionsNetworkAttachmentRequest,TestPermissionsResponse>
NetworkAttachmentsStubSettings. testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
-