public interface LogicalClusterOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAccountId()
string account_id = 5; |
com.google.protobuf.ByteString |
getAccountIdBytes()
string account_id = 5; |
String |
getBackingLogicalKafkaClusterId()
backing kafka cluster for ksql/schema-registry
|
com.google.protobuf.ByteString |
getBackingLogicalKafkaClusterIdBytes()
backing kafka cluster for ksql/schema-registry
|
long |
getBrokerRequestPercentage()
uint64 broker_request_percentage = 25; |
String |
getConfig()
string config = 6; |
com.google.protobuf.ByteString |
getConfigBytes()
string config = 6; |
com.google.protobuf.Timestamp |
getCreated()
.google.protobuf.Timestamp created = 7; |
com.google.protobuf.TimestampOrBuilder |
getCreatedOrBuilder()
.google.protobuf.Timestamp created = 7; |
com.google.protobuf.Timestamp |
getDeactivated()
.google.protobuf.Timestamp deactivated = 9; |
com.google.protobuf.TimestampOrBuilder |
getDeactivatedOrBuilder()
.google.protobuf.Timestamp deactivated = 9; |
String |
getDeploymentId()
string deployment_id = 12; |
com.google.protobuf.ByteString |
getDeploymentIdBytes()
string deployment_id = 12; |
String |
getEnvironmentId()
string environment_id = 17; |
com.google.protobuf.ByteString |
getEnvironmentIdBytes()
string environment_id = 17; |
String |
getId()
Actual data for the change event.
|
com.google.protobuf.ByteString |
getIdBytes()
Actual data for the change event.
|
String |
getK8SClusterId()
string k8s_cluster_id = 20; |
com.google.protobuf.ByteString |
getK8SClusterIdBytes()
string k8s_cluster_id = 20; |
long |
getLastChangeId()
int64 last_change_id = 13; |
String |
getLogicalClusterId()
Legacy fields from cc-structs/operator/v1/logicalkafkacluster.proto
|
com.google.protobuf.ByteString |
getLogicalClusterIdBytes()
Legacy fields from cc-structs/operator/v1/logicalkafkacluster.proto
|
String |
getLogicalClusterName()
string logical_cluster_name = 19; |
com.google.protobuf.ByteString |
getLogicalClusterNameBytes()
string logical_cluster_name = 19; |
String |
getLogicalClusterType()
string logical_cluster_type = 21; |
com.google.protobuf.ByteString |
getLogicalClusterTypeBytes()
string logical_cluster_type = 21; |
long |
getMaxNetworkEgressByteRate()
uint64 max_network_egress_byte_rate = 27; |
long |
getMaxNetworkIngressByteRate()
uint64 max_network_ingress_byte_rate = 26; |
int |
getMaxPartitions()
int32 max_partitions = 28; |
ChangeEventMetadata |
getMetadata()
Metadata for the change event.
|
ChangeEventMetadataOrBuilder |
getMetadataOrBuilder()
Metadata for the change event.
|
com.google.protobuf.Timestamp |
getModified()
.google.protobuf.Timestamp modified = 8; |
com.google.protobuf.TimestampOrBuilder |
getModifiedOrBuilder()
.google.protobuf.Timestamp modified = 8; |
String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
long |
getNetworkEgressByteRate()
uint64 network_egress_byte_rate = 24; |
long |
getNetworkIngressByteRate()
uint64 network_ingress_byte_rate = 23; |
int |
getOrganizationId()
int32 organization_id = 14; |
String |
getOrgResourceId()
string org_resource_id = 16; |
com.google.protobuf.ByteString |
getOrgResourceIdBytes()
string org_resource_id = 16; |
String |
getPhysicalClusterId()
string physical_cluster_id = 3; |
com.google.protobuf.ByteString |
getPhysicalClusterIdBytes()
string physical_cluster_id = 3; |
String |
getStatusDetail()
string status_detail = 10; |
com.google.protobuf.ByteString |
getStatusDetailBytes()
string status_detail = 10; |
com.google.protobuf.Timestamp |
getStatusModified()
.google.protobuf.Timestamp status_modified = 11; |
com.google.protobuf.TimestampOrBuilder |
getStatusModifiedOrBuilder()
.google.protobuf.Timestamp status_modified = 11; |
long |
getStorageBytes()
uint64 storage_bytes = 22; |
String |
getType()
string type = 4; |
com.google.protobuf.ByteString |
getTypeBytes()
string type = 4; |
boolean |
hasCreated()
.google.protobuf.Timestamp created = 7; |
boolean |
hasDeactivated()
.google.protobuf.Timestamp deactivated = 9; |
boolean |
hasMetadata()
Metadata for the change event.
|
boolean |
hasModified()
.google.protobuf.Timestamp modified = 8; |
boolean |
hasStatusModified()
.google.protobuf.Timestamp status_modified = 11; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getId()
Actual data for the change event.
string id = 1;
com.google.protobuf.ByteString getIdBytes()
Actual data for the change event.
string id = 1;
String getName()
string name = 2;
com.google.protobuf.ByteString getNameBytes()
string name = 2;
String getPhysicalClusterId()
string physical_cluster_id = 3;
com.google.protobuf.ByteString getPhysicalClusterIdBytes()
string physical_cluster_id = 3;
String getType()
string type = 4;
com.google.protobuf.ByteString getTypeBytes()
string type = 4;
String getAccountId()
string account_id = 5;
com.google.protobuf.ByteString getAccountIdBytes()
string account_id = 5;
String getConfig()
string config = 6;
com.google.protobuf.ByteString getConfigBytes()
string config = 6;
boolean hasCreated()
.google.protobuf.Timestamp created = 7;
com.google.protobuf.Timestamp getCreated()
.google.protobuf.Timestamp created = 7;
com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
.google.protobuf.Timestamp created = 7;
boolean hasModified()
.google.protobuf.Timestamp modified = 8;
com.google.protobuf.Timestamp getModified()
.google.protobuf.Timestamp modified = 8;
com.google.protobuf.TimestampOrBuilder getModifiedOrBuilder()
.google.protobuf.Timestamp modified = 8;
boolean hasDeactivated()
.google.protobuf.Timestamp deactivated = 9;
com.google.protobuf.Timestamp getDeactivated()
.google.protobuf.Timestamp deactivated = 9;
com.google.protobuf.TimestampOrBuilder getDeactivatedOrBuilder()
.google.protobuf.Timestamp deactivated = 9;
String getStatusDetail()
string status_detail = 10;
com.google.protobuf.ByteString getStatusDetailBytes()
string status_detail = 10;
boolean hasStatusModified()
.google.protobuf.Timestamp status_modified = 11;
com.google.protobuf.Timestamp getStatusModified()
.google.protobuf.Timestamp status_modified = 11;
com.google.protobuf.TimestampOrBuilder getStatusModifiedOrBuilder()
.google.protobuf.Timestamp status_modified = 11;
String getDeploymentId()
string deployment_id = 12;
com.google.protobuf.ByteString getDeploymentIdBytes()
string deployment_id = 12;
long getLastChangeId()
int64 last_change_id = 13;
int getOrganizationId()
int32 organization_id = 14;
boolean hasMetadata()
Metadata for the change event.
.cloud.v1.ChangeEventMetadata metadata = 15;
ChangeEventMetadata getMetadata()
Metadata for the change event.
.cloud.v1.ChangeEventMetadata metadata = 15;
ChangeEventMetadataOrBuilder getMetadataOrBuilder()
Metadata for the change event.
.cloud.v1.ChangeEventMetadata metadata = 15;
String getOrgResourceId()
string org_resource_id = 16;
com.google.protobuf.ByteString getOrgResourceIdBytes()
string org_resource_id = 16;
String getEnvironmentId()
string environment_id = 17;
com.google.protobuf.ByteString getEnvironmentIdBytes()
string environment_id = 17;
String getLogicalClusterId()
Legacy fields from cc-structs/operator/v1/logicalkafkacluster.proto
string logical_cluster_id = 18;
com.google.protobuf.ByteString getLogicalClusterIdBytes()
Legacy fields from cc-structs/operator/v1/logicalkafkacluster.proto
string logical_cluster_id = 18;
String getLogicalClusterName()
string logical_cluster_name = 19;
com.google.protobuf.ByteString getLogicalClusterNameBytes()
string logical_cluster_name = 19;
String getK8SClusterId()
string k8s_cluster_id = 20;
com.google.protobuf.ByteString getK8SClusterIdBytes()
string k8s_cluster_id = 20;
String getLogicalClusterType()
string logical_cluster_type = 21;
com.google.protobuf.ByteString getLogicalClusterTypeBytes()
string logical_cluster_type = 21;
long getStorageBytes()
uint64 storage_bytes = 22;
long getNetworkIngressByteRate()
uint64 network_ingress_byte_rate = 23;
long getNetworkEgressByteRate()
uint64 network_egress_byte_rate = 24;
long getBrokerRequestPercentage()
uint64 broker_request_percentage = 25;
long getMaxNetworkIngressByteRate()
uint64 max_network_ingress_byte_rate = 26;
long getMaxNetworkEgressByteRate()
uint64 max_network_egress_byte_rate = 27;
int getMaxPartitions()
int32 max_partitions = 28;
String getBackingLogicalKafkaClusterId()
backing kafka cluster for ksql/schema-registry
string backing_logical_kafka_cluster_id = 29;
com.google.protobuf.ByteString getBackingLogicalKafkaClusterIdBytes()
backing kafka cluster for ksql/schema-registry
string backing_logical_kafka_cluster_id = 29;