Class Ops.SourceOp.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Ops.SourceOp.Builder>
com.google.protobuf.GeneratedMessage.Builder<Ops.SourceOp.Builder>
pb.Ops.SourceOp.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, Ops.SourceOpOrBuilder
Enclosing class:
Ops.SourceOp

public static final class Ops.SourceOp.Builder extends com.google.protobuf.GeneratedMessage.Builder<Ops.SourceOp.Builder> implements Ops.SourceOpOrBuilder
 SourceOp specifies a source such as build contexts and images.
 
Protobuf type pb.SourceOp
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<Ops.SourceOp.Builder>
    • internalGetMutableMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
      Overrides:
      internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<Ops.SourceOp.Builder>
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Ops.SourceOp.Builder>
    • clear

      public Ops.SourceOp.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Ops.SourceOp.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Ops.SourceOp.Builder>
    • getDefaultInstanceForType

      public Ops.SourceOp getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Ops.SourceOp build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Ops.SourceOp buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Ops.SourceOp.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Ops.SourceOp.Builder>
    • mergeFrom

      public Ops.SourceOp.Builder mergeFrom(Ops.SourceOp other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Ops.SourceOp.Builder>
    • mergeFrom

      public Ops.SourceOp.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Ops.SourceOp.Builder>
      Throws:
      IOException
    • getIdentifier

      public String getIdentifier()
       TODO: use source type or any type instead of URL protocol.
       identifier e.g. local://, docker-image://, git://, https://...
       
      string identifier = 1;
      Specified by:
      getIdentifier in interface Ops.SourceOpOrBuilder
      Returns:
      The identifier.
    • getIdentifierBytes

      public com.google.protobuf.ByteString getIdentifierBytes()
       TODO: use source type or any type instead of URL protocol.
       identifier e.g. local://, docker-image://, git://, https://...
       
      string identifier = 1;
      Specified by:
      getIdentifierBytes in interface Ops.SourceOpOrBuilder
      Returns:
      The bytes for identifier.
    • setIdentifier

      public Ops.SourceOp.Builder setIdentifier(String value)
       TODO: use source type or any type instead of URL protocol.
       identifier e.g. local://, docker-image://, git://, https://...
       
      string identifier = 1;
      Parameters:
      value - The identifier to set.
      Returns:
      This builder for chaining.
    • clearIdentifier

      public Ops.SourceOp.Builder clearIdentifier()
       TODO: use source type or any type instead of URL protocol.
       identifier e.g. local://, docker-image://, git://, https://...
       
      string identifier = 1;
      Returns:
      This builder for chaining.
    • setIdentifierBytes

      public Ops.SourceOp.Builder setIdentifierBytes(com.google.protobuf.ByteString value)
       TODO: use source type or any type instead of URL protocol.
       identifier e.g. local://, docker-image://, git://, https://...
       
      string identifier = 1;
      Parameters:
      value - The bytes for identifier to set.
      Returns:
      This builder for chaining.
    • getAttrsCount

      public int getAttrsCount()
      Description copied from interface: Ops.SourceOpOrBuilder
       attrs are defined in attr.go
       
      map<string, string> attrs = 2;
      Specified by:
      getAttrsCount in interface Ops.SourceOpOrBuilder
    • containsAttrs

      public boolean containsAttrs(String key)
       attrs are defined in attr.go
       
      map<string, string> attrs = 2;
      Specified by:
      containsAttrs in interface Ops.SourceOpOrBuilder
    • getAttrs

      @Deprecated public Map<String,String> getAttrs()
      Deprecated.
      Use getAttrsMap() instead.
      Specified by:
      getAttrs in interface Ops.SourceOpOrBuilder
    • getAttrsMap

      public Map<String,String> getAttrsMap()
       attrs are defined in attr.go
       
      map<string, string> attrs = 2;
      Specified by:
      getAttrsMap in interface Ops.SourceOpOrBuilder
    • getAttrsOrDefault

      public String getAttrsOrDefault(String key, String defaultValue)
       attrs are defined in attr.go
       
      map<string, string> attrs = 2;
      Specified by:
      getAttrsOrDefault in interface Ops.SourceOpOrBuilder
    • getAttrsOrThrow

      public String getAttrsOrThrow(String key)
       attrs are defined in attr.go
       
      map<string, string> attrs = 2;
      Specified by:
      getAttrsOrThrow in interface Ops.SourceOpOrBuilder
    • clearAttrs

      public Ops.SourceOp.Builder clearAttrs()
    • removeAttrs

      public Ops.SourceOp.Builder removeAttrs(String key)
       attrs are defined in attr.go
       
      map<string, string> attrs = 2;
    • getMutableAttrs

      @Deprecated public Map<String,String> getMutableAttrs()
      Deprecated.
      Use alternate mutation accessors instead.
    • putAttrs

      public Ops.SourceOp.Builder putAttrs(String key, String value)
       attrs are defined in attr.go
       
      map<string, string> attrs = 2;
    • putAllAttrs

      public Ops.SourceOp.Builder putAllAttrs(Map<String,String> values)
       attrs are defined in attr.go
       
      map<string, string> attrs = 2;