Package com.google.cloud.bigquery
Class ConnectionProperty
java.lang.Object
com.google.cloud.bigquery.ConnectionProperty
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder forConnectionPropertyobjects. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()Return the key of property.getValue()Return the value of property.inthashCode()static ConnectionProperty.BuilderReturns a builder for theConnectionPropertyobject.static ConnectionPropertyReturn a connection property for the given key and value.Returns a builder for theConnectionPropertyobject.toString()
-
Method Details
-
getKey
Return the key of property. -
getValue
Return the value of property. -
of
Return a connection property for the given key and value. -
newBuilder
Returns a builder for theConnectionPropertyobject. -
toBuilder
Returns a builder for theConnectionPropertyobject. -
toString
-
hashCode
public int hashCode() -
equals
-