Class BigqueryRoutineRemoteFunctionOptionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.bigquery_routine.BigqueryRoutineRemoteFunctionOptionsOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.724Z") @Stability(Stable) public class BigqueryRoutineRemoteFunctionOptionsOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description BigqueryRoutineRemoteFunctionOptionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedBigqueryRoutineRemoteFunctionOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedBigqueryRoutineRemoteFunctionOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConnection()StringgetConnectionInput()StringgetEndpoint()StringgetEndpointInput()BigqueryRoutineRemoteFunctionOptionsgetInternalValue()StringgetMaxBatchingRows()StringgetMaxBatchingRowsInput()Map<String,String>getUserDefinedContext()Map<String,String>getUserDefinedContextInput()voidresetConnection()voidresetEndpoint()voidresetMaxBatchingRows()voidresetUserDefinedContext()voidsetConnection(String value)voidsetEndpoint(String value)voidsetInternalValue(BigqueryRoutineRemoteFunctionOptions value)voidsetMaxBatchingRows(String value)voidsetUserDefinedContext(Map<String,String> value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
BigqueryRoutineRemoteFunctionOptionsOutputReference
protected BigqueryRoutineRemoteFunctionOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
BigqueryRoutineRemoteFunctionOptionsOutputReference
protected BigqueryRoutineRemoteFunctionOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
BigqueryRoutineRemoteFunctionOptionsOutputReference
@Stability(Stable) public BigqueryRoutineRemoteFunctionOptionsOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
resetConnection
@Stability(Stable) public void resetConnection()
-
resetEndpoint
@Stability(Stable) public void resetEndpoint()
-
resetMaxBatchingRows
@Stability(Stable) public void resetMaxBatchingRows()
-
resetUserDefinedContext
@Stability(Stable) public void resetUserDefinedContext()
-
getConnectionInput
@Stability(Stable) @Nullable public String getConnectionInput()
-
getEndpointInput
@Stability(Stable) @Nullable public String getEndpointInput()
-
getMaxBatchingRowsInput
@Stability(Stable) @Nullable public String getMaxBatchingRowsInput()
-
getUserDefinedContextInput
@Stability(Stable) @Nullable public Map<String,String> getUserDefinedContextInput()
-
getConnection
@Stability(Stable) @NotNull public String getConnection()
-
setConnection
@Stability(Stable) public void setConnection(@NotNull String value)
-
getEndpoint
@Stability(Stable) @NotNull public String getEndpoint()
-
setEndpoint
@Stability(Stable) public void setEndpoint(@NotNull String value)
-
getMaxBatchingRows
@Stability(Stable) @NotNull public String getMaxBatchingRows()
-
setMaxBatchingRows
@Stability(Stable) public void setMaxBatchingRows(@NotNull String value)
-
getUserDefinedContext
@Stability(Stable) @NotNull public Map<String,String> getUserDefinedContext()
-
setUserDefinedContext
@Stability(Stable) public void setUserDefinedContext(@NotNull Map<String,String> value)
-
getInternalValue
@Stability(Stable) @Nullable public BigqueryRoutineRemoteFunctionOptions getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable BigqueryRoutineRemoteFunctionOptions value)
-
-