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