Class Kubernetes.AccessReview (2.13.0)

public static final class Kubernetes.AccessReview extends GeneratedMessageV3 implements Kubernetes.AccessReviewOrBuilder

Conveys information about a Kubernetes access review (e.g. kubectl auth can-i ...) that was involved in a finding.

Protobuf type google.cloud.securitycenter.v1.Kubernetes.AccessReview

Static Fields

GROUP_FIELD_NUMBER

public static final int GROUP_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

NS_FIELD_NUMBER

public static final int NS_FIELD_NUMBER
Field Value
Type Description
int

RESOURCE_FIELD_NUMBER

public static final int RESOURCE_FIELD_NUMBER
Field Value
Type Description
int

SUBRESOURCE_FIELD_NUMBER

public static final int SUBRESOURCE_FIELD_NUMBER
Field Value
Type Description
int

VERB_FIELD_NUMBER

public static final int VERB_FIELD_NUMBER
Field Value
Type Description
int

VERSION_FIELD_NUMBER

public static final int VERSION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Kubernetes.AccessReview getDefaultInstance()
Returns
Type Description
Kubernetes.AccessReview

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Kubernetes.AccessReview.Builder newBuilder()
Returns
Type Description
Kubernetes.AccessReview.Builder

newBuilder(Kubernetes.AccessReview prototype)

public static Kubernetes.AccessReview.Builder newBuilder(Kubernetes.AccessReview prototype)
Parameter
Name Description
prototype Kubernetes.AccessReview
Returns
Type Description
Kubernetes.AccessReview.Builder

parseDelimitedFrom(InputStream input)

public static Kubernetes.AccessReview parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Kubernetes.AccessReview
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Kubernetes.AccessReview parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Kubernetes.AccessReview
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Kubernetes.AccessReview parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Kubernetes.AccessReview
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Kubernetes.AccessReview parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Kubernetes.AccessReview
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Kubernetes.AccessReview parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Kubernetes.AccessReview
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Kubernetes.AccessReview parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Kubernetes.AccessReview
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Kubernetes.AccessReview parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Kubernetes.AccessReview
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Kubernetes.AccessReview parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Kubernetes.AccessReview
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Kubernetes.AccessReview parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Kubernetes.AccessReview
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Kubernetes.AccessReview parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Kubernetes.AccessReview
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Kubernetes.AccessReview parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Kubernetes.AccessReview
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Kubernetes.AccessReview parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Kubernetes.AccessReview
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Kubernetes.AccessReview> parser()
Returns
Type Description
Parser<AccessReview>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Kubernetes.AccessReview getDefaultInstanceForType()
Returns
Type Description
Kubernetes.AccessReview

getGroup()

public String getGroup()

Group is the API Group of the Resource. "*" means all.

string group = 1;

Returns
Type Description
String

The group.

getGroupBytes()

public ByteString getGroupBytes()

Group is the API Group of the Resource. "*" means all.

string group = 1;

Returns
Type Description
ByteString

The bytes for group.

getName()

public String getName()

Name is the name of the resource being requested. Empty means all.

string name = 3;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Name is the name of the resource being requested. Empty means all.

string name = 3;

Returns
Type Description
ByteString

The bytes for name.

getNs()

public String getNs()

Namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces. Both are represented by "" (empty).

string ns = 2;

Returns
Type Description
String

The ns.

getNsBytes()

public ByteString getNsBytes()

Namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces. Both are represented by "" (empty).

string ns = 2;

Returns
Type Description
ByteString

The bytes for ns.

getParserForType()

public Parser<Kubernetes.AccessReview> getParserForType()
Returns
Type Description
Parser<AccessReview>
Overrides

getResource()

public String getResource()

Resource is the optional resource type requested. "*" means all.

string resource = 4;

Returns
Type Description
String

The resource.

getResourceBytes()

public ByteString getResourceBytes()

Resource is the optional resource type requested. "*" means all.

string resource = 4;

Returns
Type Description
ByteString

The bytes for resource.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSubresource()

public String getSubresource()

Subresource is the optional subresource type.

string subresource = 5;

Returns
Type Description
String

The subresource.

getSubresourceBytes()

public ByteString getSubresourceBytes()

Subresource is the optional subresource type.

string subresource = 5;

Returns
Type Description
ByteString

The bytes for subresource.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
Type Description
UnknownFieldSet
Overrides

getVerb()

public String getVerb()

Verb is a Kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all.

string verb = 6;

Returns
Type Description
String

The verb.

getVerbBytes()

public ByteString getVerbBytes()

Verb is a Kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all.

string verb = 6;

Returns
Type Description
ByteString

The bytes for verb.

getVersion()

public String getVersion()

Version is the API Version of the Resource. "*" means all.

string version = 7;

Returns
Type Description
String

The version.

getVersionBytes()

public ByteString getVersionBytes()

Version is the API Version of the Resource. "*" means all.

string version = 7;

Returns
Type Description
ByteString

The bytes for version.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Kubernetes.AccessReview.Builder newBuilderForType()
Returns
Type Description
Kubernetes.AccessReview.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Kubernetes.AccessReview.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Kubernetes.AccessReview.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Kubernetes.AccessReview.Builder toBuilder()
Returns
Type Description
Kubernetes.AccessReview.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides Exceptions
Type Description
IOException