Uses of Class
com.google.bigtable.v2.PeerInfo.Builder
-
Uses of PeerInfo.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return PeerInfo.BuilderModifier and TypeMethodDescriptionPeerInfo.Builder.clear()PeerInfo.Builder.clearApplicationFrontendId()An opaque identifier for the application frontend which serviced this request.PeerInfo.Builder.clearApplicationFrontendSubzone()The subzone of the application frontend that served this request, e.g. an identifier for where within the zone the application frontend is.PeerInfo.Builder.clearApplicationFrontendZone()The Cloud zone of the application frontend that served this request.PeerInfo.Builder.clearGoogleFrontendId()An opaque identifier for the Google Frontend which serviced this request.PeerInfo.Builder.clearTransportType().google.bigtable.v2.PeerInfo.TransportType transport_type = 5;PeerInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PeerInfo.Builder.mergeFrom(com.google.protobuf.Message other) static PeerInfo.BuilderPeerInfo.newBuilder()static PeerInfo.BuilderPeerInfo.newBuilder(PeerInfo prototype) PeerInfo.newBuilderForType()protected PeerInfo.BuilderPeerInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PeerInfo.Builder.setApplicationFrontendId(long value) An opaque identifier for the application frontend which serviced this request.PeerInfo.Builder.setApplicationFrontendSubzone(String value) The subzone of the application frontend that served this request, e.g. an identifier for where within the zone the application frontend is.PeerInfo.Builder.setApplicationFrontendSubzoneBytes(com.google.protobuf.ByteString value) The subzone of the application frontend that served this request, e.g. an identifier for where within the zone the application frontend is.PeerInfo.Builder.setApplicationFrontendZone(String value) The Cloud zone of the application frontend that served this request.PeerInfo.Builder.setApplicationFrontendZoneBytes(com.google.protobuf.ByteString value) The Cloud zone of the application frontend that served this request.PeerInfo.Builder.setGoogleFrontendId(long value) An opaque identifier for the Google Frontend which serviced this request.PeerInfo.Builder.setTransportType(PeerInfo.TransportType value) .google.bigtable.v2.PeerInfo.TransportType transport_type = 5;PeerInfo.Builder.setTransportTypeValue(int value) .google.bigtable.v2.PeerInfo.TransportType transport_type = 5;PeerInfo.toBuilder()