Package com.google.cloud.compute.v1
Interface AuthorizationLoggingOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuthorizationLoggingOptions,AuthorizationLoggingOptions.Builder
public interface AuthorizationLoggingOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPermissionType()This is deprecated and has no effect.com.google.protobuf.ByteStringgetPermissionTypeBytes()This is deprecated and has no effect.booleanhasPermissionType()This is deprecated and has no effect.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPermissionType
boolean hasPermissionType()
This is deprecated and has no effect. Do not use. Check the PermissionType enum for the list of possible values.
optional string permission_type = 525978538;- Returns:
- Whether the permissionType field is set.
-
getPermissionType
String getPermissionType()
This is deprecated and has no effect. Do not use. Check the PermissionType enum for the list of possible values.
optional string permission_type = 525978538;- Returns:
- The permissionType.
-
getPermissionTypeBytes
com.google.protobuf.ByteString getPermissionTypeBytes()
This is deprecated and has no effect. Do not use. Check the PermissionType enum for the list of possible values.
optional string permission_type = 525978538;- Returns:
- The bytes for permissionType.
-
-