public interface StoredProcedureConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllowedStoredProcedureTypes(int index)
public abstract StoredProcedureConfig.StoredProcedureType getAllowedStoredProcedureTypes(int index)Output only. Types of stored procedure supported to share.
repeated .google.cloud.bigquery.analyticshub.v1.StoredProcedureConfig.StoredProcedureType allowed_stored_procedure_types = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
StoredProcedureConfig.StoredProcedureType |
The allowedStoredProcedureTypes at the given index. |
getAllowedStoredProcedureTypesCount()
public abstract int getAllowedStoredProcedureTypesCount()Output only. Types of stored procedure supported to share.
repeated .google.cloud.bigquery.analyticshub.v1.StoredProcedureConfig.StoredProcedureType allowed_stored_procedure_types = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The count of allowedStoredProcedureTypes. |
getAllowedStoredProcedureTypesList()
public abstract List<StoredProcedureConfig.StoredProcedureType> getAllowedStoredProcedureTypesList()Output only. Types of stored procedure supported to share.
repeated .google.cloud.bigquery.analyticshub.v1.StoredProcedureConfig.StoredProcedureType allowed_stored_procedure_types = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<StoredProcedureType> |
A list containing the allowedStoredProcedureTypes. |
getAllowedStoredProcedureTypesValue(int index)
public abstract int getAllowedStoredProcedureTypesValue(int index)Output only. Types of stored procedure supported to share.
repeated .google.cloud.bigquery.analyticshub.v1.StoredProcedureConfig.StoredProcedureType allowed_stored_procedure_types = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire of allowedStoredProcedureTypes at the given index. |
getAllowedStoredProcedureTypesValueList()
public abstract List<Integer> getAllowedStoredProcedureTypesValueList()Output only. Types of stored procedure supported to share.
repeated .google.cloud.bigquery.analyticshub.v1.StoredProcedureConfig.StoredProcedureType allowed_stored_procedure_types = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for allowedStoredProcedureTypes. |
getEnabled()
public abstract boolean getEnabled()Optional. If true, enable sharing of stored procedure.
bool enabled = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The enabled. |