public interface CloudScopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
TypedCloudResourceRef |
getResources(int index)
The list of cloud resources involved in the scope of an action.
|
int |
getResourcesCount()
The list of cloud resources involved in the scope of an action.
|
List<TypedCloudResourceRef> |
getResourcesList()
The list of cloud resources involved in the scope of an action.
|
TypedCloudResourceRefOrBuilder |
getResourcesOrBuilder(int index)
The list of cloud resources involved in the scope of an action.
|
List<? extends TypedCloudResourceRefOrBuilder> |
getResourcesOrBuilderList()
The list of cloud resources involved in the scope of an action.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<TypedCloudResourceRef> getResourcesList()
The list of cloud resources involved in the scope of an action. For example, an action on a kafka topic may involve a change on an organization resource, an environment resource, a cloud cluster resource and the kafka cluster resource The corresponding resource list would look like [ { type: ORGANIZATION, resource_id: "abc123def456ghi789" }, { type: ENVIRONMENT, resource_id: "env-foo808" }, { type: CLOUD_CLUSTER, resource_id: "lkc-a1b2c3" }, { type: KAFKA_CLUSTER, resource_id: "lkc-a1b2c3" }, ] Resources should be ordered in terms of broadest to narrowest. For example, an organization contains many environments, so organization is broader and hence appears before environment.
repeated .auditlog.v2.TypedCloudResourceRef resources = 1;
TypedCloudResourceRef getResources(int index)
The list of cloud resources involved in the scope of an action. For example, an action on a kafka topic may involve a change on an organization resource, an environment resource, a cloud cluster resource and the kafka cluster resource The corresponding resource list would look like [ { type: ORGANIZATION, resource_id: "abc123def456ghi789" }, { type: ENVIRONMENT, resource_id: "env-foo808" }, { type: CLOUD_CLUSTER, resource_id: "lkc-a1b2c3" }, { type: KAFKA_CLUSTER, resource_id: "lkc-a1b2c3" }, ] Resources should be ordered in terms of broadest to narrowest. For example, an organization contains many environments, so organization is broader and hence appears before environment.
repeated .auditlog.v2.TypedCloudResourceRef resources = 1;
int getResourcesCount()
The list of cloud resources involved in the scope of an action. For example, an action on a kafka topic may involve a change on an organization resource, an environment resource, a cloud cluster resource and the kafka cluster resource The corresponding resource list would look like [ { type: ORGANIZATION, resource_id: "abc123def456ghi789" }, { type: ENVIRONMENT, resource_id: "env-foo808" }, { type: CLOUD_CLUSTER, resource_id: "lkc-a1b2c3" }, { type: KAFKA_CLUSTER, resource_id: "lkc-a1b2c3" }, ] Resources should be ordered in terms of broadest to narrowest. For example, an organization contains many environments, so organization is broader and hence appears before environment.
repeated .auditlog.v2.TypedCloudResourceRef resources = 1;
List<? extends TypedCloudResourceRefOrBuilder> getResourcesOrBuilderList()
The list of cloud resources involved in the scope of an action. For example, an action on a kafka topic may involve a change on an organization resource, an environment resource, a cloud cluster resource and the kafka cluster resource The corresponding resource list would look like [ { type: ORGANIZATION, resource_id: "abc123def456ghi789" }, { type: ENVIRONMENT, resource_id: "env-foo808" }, { type: CLOUD_CLUSTER, resource_id: "lkc-a1b2c3" }, { type: KAFKA_CLUSTER, resource_id: "lkc-a1b2c3" }, ] Resources should be ordered in terms of broadest to narrowest. For example, an organization contains many environments, so organization is broader and hence appears before environment.
repeated .auditlog.v2.TypedCloudResourceRef resources = 1;
TypedCloudResourceRefOrBuilder getResourcesOrBuilder(int index)
The list of cloud resources involved in the scope of an action. For example, an action on a kafka topic may involve a change on an organization resource, an environment resource, a cloud cluster resource and the kafka cluster resource The corresponding resource list would look like [ { type: ORGANIZATION, resource_id: "abc123def456ghi789" }, { type: ENVIRONMENT, resource_id: "env-foo808" }, { type: CLOUD_CLUSTER, resource_id: "lkc-a1b2c3" }, { type: KAFKA_CLUSTER, resource_id: "lkc-a1b2c3" }, ] Resources should be ordered in terms of broadest to narrowest. For example, an organization contains many environments, so organization is broader and hence appears before environment.
repeated .auditlog.v2.TypedCloudResourceRef resources = 1;