Send feedback
Class TestPermissionsResponse.Builder (1.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.12.0 keyboard_arrow_down
public static final class TestPermissionsResponse . Builder extends GeneratedMessageV3 . Builder<TestPermissionsResponse . Builder > implements TestPermissionsResponseOrBuilder
Protobuf type google.cloud.compute.v1.TestPermissionsResponse
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addAllPermissions(Iterable<String> values)
public TestPermissionsResponse . Builder addAllPermissions ( Iterable<String> values )
A subset of TestPermissionsRequest.permissions
that the caller is allowed.
repeated string permissions = 59962500;
Parameter
Returns
addPermissions(String value)
public TestPermissionsResponse . Builder addPermissions ( String value )
A subset of TestPermissionsRequest.permissions
that the caller is allowed.
repeated string permissions = 59962500;
Parameter
Name Description value String
The permissions to add.
Returns
addPermissionsBytes(ByteString value)
public TestPermissionsResponse . Builder addPermissionsBytes ( ByteString value )
A subset of TestPermissionsRequest.permissions
that the caller is allowed.
repeated string permissions = 59962500;
Parameter
Name Description value ByteString
The bytes of the permissions to add.
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TestPermissionsResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public TestPermissionsResponse build ()
Returns
buildPartial()
public TestPermissionsResponse buildPartial ()
Returns
clear()
public TestPermissionsResponse . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public TestPermissionsResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public TestPermissionsResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearPermissions()
public TestPermissionsResponse . Builder clearPermissions ()
A subset of TestPermissionsRequest.permissions
that the caller is allowed.
repeated string permissions = 59962500;
Returns
clone()
public TestPermissionsResponse . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public TestPermissionsResponse getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getPermissions(int index)
public String getPermissions ( int index )
A subset of TestPermissionsRequest.permissions
that the caller is allowed.
repeated string permissions = 59962500;
Parameter
Name Description index int
The index of the element to return.
Returns
Type Description String The permissions at the given index.
getPermissionsBytes(int index)
public ByteString getPermissionsBytes ( int index )
A subset of TestPermissionsRequest.permissions
that the caller is allowed.
repeated string permissions = 59962500;
Parameter
Name Description index int
The index of the value to return.
Returns
Type Description ByteString The bytes of the permissions at the given index.
getPermissionsCount()
public int getPermissionsCount ()
A subset of TestPermissionsRequest.permissions
that the caller is allowed.
repeated string permissions = 59962500;
Returns
Type Description int The count of permissions.
getPermissionsList()
public ProtocolStringList getPermissionsList ()
A subset of TestPermissionsRequest.permissions
that the caller is allowed.
repeated string permissions = 59962500;
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(TestPermissionsResponse other)
public TestPermissionsResponse . Builder mergeFrom ( TestPermissionsResponse other )
Parameter
Returns
public TestPermissionsResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public TestPermissionsResponse . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TestPermissionsResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public TestPermissionsResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setPermissions(int index, String value)
public TestPermissionsResponse . Builder setPermissions ( int index , String value )
A subset of TestPermissionsRequest.permissions
that the caller is allowed.
repeated string permissions = 59962500;
Parameters
Name Description index int
The index to set the value at.
value String
The permissions to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TestPermissionsResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final TestPermissionsResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]