Protos.Tenant.Builder |
Protos.Tenant.Builder.clear() |
Protos.Tenant.Builder |
Protos.Tenant.Builder.clearDatasourceName()
required string datasource_name = 3;
|
Protos.Tenant.Builder |
Protos.Tenant.Builder.clearName()
required string name = 1;
|
Protos.Tenant.Builder |
Protos.Tenant.Builder.clearNamespace()
required string namespace = 2;
|
Protos.Tenant.Builder |
Protos.Tenant.Builder.clearProtobufMessage()
required string protobuf_message = 4;
|
Protos.Tenant.Builder |
Protos.Tenant.Builder.clone() |
Protos.Tenant.Builder |
Protos.Tenant.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.Tenant.Builder |
Protos.Tenant.Builder.mergeFrom(com.google.protobuf.Message other) |
Protos.Tenant.Builder |
Protos.Tenant.Builder.mergeFrom(Protos.Tenant other) |
static Protos.Tenant.Builder |
Protos.Tenant.newBuilder() |
static Protos.Tenant.Builder |
Protos.Tenant.newBuilder(Protos.Tenant prototype) |
Protos.Tenant.Builder |
Protos.Tenant.newBuilderForType() |
Protos.Tenant.Builder |
Protos.Tenant.Builder.setDatasourceName(String value)
required string datasource_name = 3;
|
Protos.Tenant.Builder |
Protos.Tenant.Builder.setDatasourceNameBytes(com.google.protobuf.ByteString value)
required string datasource_name = 3;
|
Protos.Tenant.Builder |
Protos.Tenant.Builder.setName(String value)
required string name = 1;
|
Protos.Tenant.Builder |
Protos.Tenant.Builder.setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;
|
Protos.Tenant.Builder |
Protos.Tenant.Builder.setNamespace(String value)
required string namespace = 2;
|
Protos.Tenant.Builder |
Protos.Tenant.Builder.setNamespaceBytes(com.google.protobuf.ByteString value)
required string namespace = 2;
|
Protos.Tenant.Builder |
Protos.Tenant.Builder.setProtobufMessage(String value)
required string protobuf_message = 4;
|
Protos.Tenant.Builder |
Protos.Tenant.Builder.setProtobufMessageBytes(com.google.protobuf.ByteString value)
required string protobuf_message = 4;
|
Protos.Tenant.Builder |
Protos.Tenant.toBuilder() |