Packages

t

com.google.pubsub.v1

UpdateSnapshotRequestOrBuilder

trait UpdateSnapshotRequestOrBuilder extends MessageOrBuilder

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UpdateSnapshotRequestOrBuilder
  2. MessageOrBuilder
  3. MessageLiteOrBuilder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def findInitializationErrors(): List[String]
    Definition Classes
    MessageOrBuilder
  2. abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    MessageOrBuilder
  3. abstract def getDefaultInstanceForType(): Message
    Definition Classes
    MessageOrBuilder → MessageLiteOrBuilder
  4. abstract def getDescriptorForType(): Descriptor
    Definition Classes
    MessageOrBuilder
  5. abstract def getField(arg0: FieldDescriptor): AnyRef
    Definition Classes
    MessageOrBuilder
  6. abstract def getInitializationErrorString(): String
    Definition Classes
    MessageOrBuilder
  7. abstract def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
    Definition Classes
    MessageOrBuilder
  8. abstract def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
    Definition Classes
    MessageOrBuilder
  9. abstract def getRepeatedFieldCount(arg0: FieldDescriptor): Int
    Definition Classes
    MessageOrBuilder
  10. abstract def getSnapshot(): Snapshot

    Required. The updated snapshot object.
    

    Required. The updated snapshot object.
    

    .google.pubsub.v1.Snapshot snapshot = 1 [(.google.api.field_behavior) = REQUIRED];

    returns

    The snapshot.

  11. abstract def getSnapshotOrBuilder(): SnapshotOrBuilder

    Required. The updated snapshot object.
    

    Required. The updated snapshot object.
    

    .google.pubsub.v1.Snapshot snapshot = 1 [(.google.api.field_behavior) = REQUIRED];

  12. abstract def getUnknownFields(): UnknownFieldSet
    Definition Classes
    MessageOrBuilder
  13. abstract def getUpdateMask(): FieldMask

    Required. Indicates which fields in the provided snapshot to update.
    Must be specified and non-empty.
    

    Required. Indicates which fields in the provided snapshot to update.
    Must be specified and non-empty.
    

    .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

    returns

    The updateMask.

  14. abstract def getUpdateMaskOrBuilder(): FieldMaskOrBuilder

    Required. Indicates which fields in the provided snapshot to update.
    Must be specified and non-empty.
    

    Required. Indicates which fields in the provided snapshot to update.
    Must be specified and non-empty.
    

    .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

  15. abstract def hasField(arg0: FieldDescriptor): Boolean
    Definition Classes
    MessageOrBuilder
  16. abstract def hasOneof(arg0: OneofDescriptor): Boolean
    Definition Classes
    MessageOrBuilder
  17. abstract def hasSnapshot(): Boolean

    Required. The updated snapshot object.
    

    Required. The updated snapshot object.
    

    .google.pubsub.v1.Snapshot snapshot = 1 [(.google.api.field_behavior) = REQUIRED];

    returns

    Whether the snapshot field is set.

  18. abstract def hasUpdateMask(): Boolean

    Required. Indicates which fields in the provided snapshot to update.
    Must be specified and non-empty.
    

    Required. Indicates which fields in the provided snapshot to update.
    Must be specified and non-empty.
    

    .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

    returns

    Whether the updateMask field is set.

  19. abstract def isInitialized(): Boolean
    Definition Classes
    MessageLiteOrBuilder